Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Where Do I Go To Download Unix? Post 80381 by reborg on Sunday 7th of August 2005 03:26:32 PM
Old 08-07-2005
Solaris is Unix and is free.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Where can I Download UNIX?

I'm very new to Unix-- I want to locate and download it to my computer and start learning it. Could anybody plz help me start. Thanks a lot. Rachid (1 Reply)
Discussion started by: Rachid
1 Replies

2. UNIX for Dummies Questions & Answers

How Can I download an UNIX

Hi, I was reading on the net and something caught my eyes it was something about learning how to become a hacker. This site said that the best thing you can do to start is to use a Unix. My first question is: What is an Unix? Then I would like to ask you how can I download one on my... (3 Replies)
Discussion started by: chaoticlysmart
3 Replies

3. UNIX for Dummies Questions & Answers

where can i download unix

okay, where can i download the unix operating system? i cant find it anywhere on your site (1 Reply)
Discussion started by: dcotto21
1 Replies

4. UNIX for Dummies Questions & Answers

where can i download UNIX OS?

where can i download UNIX OS? I am a new bie! :confused: (3 Replies)
Discussion started by: vuluan
3 Replies

5. UNIX for Dummies Questions & Answers

UNIX Download

Hello All, I need to train myself in UNIX. Where can I get UNIX OS download, so that I can multi boot it with my existing Windows OS? Thanks PHK (1 Reply)
Discussion started by: pkirangi
1 Replies

6. UNIX for Dummies Questions & Answers

Where can I download UNIX 4.0e

I was wondering if anybody knows where I can download Digital UNIX 4.0E. Thanks. (2 Replies)
Discussion started by: emybeavis
2 Replies

7. UNIX and Linux Applications

where can I download UNIX?

Dear All, I am a newbie in this forum, I use to know the Linux box, now I want to try with UNIX, so how can I start from the beginning (setup, configuration.....)? and where can I download UNIX? Regards; BL (2 Replies)
Discussion started by: chenboly
2 Replies

8. UNIX for Advanced & Expert Users

Where to download unix not unix flavours like ubuntu, redhat etc.

I checked unix.org but did not find any link where i can download basic unix flavour. any idea from where i can download unix. thanks in advance. - nilesh (14 Replies)
Discussion started by: ynilesh
14 Replies

9. Fedora

where to download unix os

:confused: this is my very first post in unix.com. hello every one, I am a real Newbie and I wanna know .. 1) from where to download unix os ? 2) are ther any distros like linux in unix? (13 Replies)
Discussion started by: aarsh
13 Replies

10. UNIX for Dummies Questions & Answers

Where can I download Unix?

Hey Guys I work in a job where I am starting to use Unix. I want to practice on my own personal machine. I know I can download Linux in a lot of different flavors but does anyone know where I can download UNIX? Thanks in advance. (3 Replies)
Discussion started by: Koopa_Troopa
3 Replies
ddi_dma_free_handle(9F) 				   Kernel Functions for Drivers 				   ddi_dma_free_handle(9F)

NAME
ddi_dma_free_handle - free DMA handle SYNOPSIS
#include <sys/ddi.h> #include <sys/sunddi.h> void ddi_dma_free_handle(ddi_dma_handle_t *handle); PARAMETERS
handle A pointer to the DMA handle previously allocated by a call to ddi_dma_alloc_handle(9F). INTERFACE LEVEL
Solaris DDI specific (Solaris DDI). DESCRIPTION
ddi_dma_free_handle() destroys the DMA handle pointed to by handle. Any further references to the DMA handle will have undefined results. Note that ddi_dma_unbind_handle(9F) must be called prior to ddi_dma_free_handle() to free any resources the system may be caching on the handle. CONTEXT
ddi_dma_free_handle() can be called from user, kernel, or interrupt context. SEE ALSO
ddi_dma_alloc_handle(9F), ddi_dma_unbind_handle(9F) Writing Device Drivers SunOS 5.10 26 Sep 1994 ddi_dma_free_handle(9F)
All times are GMT -4. The time now is 09:06 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy