Home
last modified time | relevance | path

Searched defs:fdes (Results 1 – 20 of 20) sorted by relevance

/titanic_52/usr/src/uts/common/syscall/
H A Dstrcalls.c64 getmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int *flagsp) in getmsg() argument
108 putmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int flags) in putmsg() argument
140 getpmsg(int fdes, struc argument
168 putpmsg(int fdes,struct strbuf * ctl,struct strbuf * data,int intpri,int flags) putpmsg() argument
190 msgio(int fdes,struct strbuf * ctl,struct strbuf * data,int * rval,int mode,unsigned char * prip,int * flagsp) msgio() argument
293 getmsg32(int fdes,struct strbuf32 * ctl,struct strbuf32 * data,int32_t * flagsp) getmsg32() argument
337 putmsg32(int fdes,struct strbuf32 * ctl,struct strbuf32 * data,int32_t flags) putmsg32() argument
369 getpmsg32(int fdes,struct strbuf32 * ctl,struct strbuf32 * data,int32_t * prip,int32_t * flagsp) getpmsg32() argument
397 putpmsg32(int fdes,struct strbuf32 * ctl,struct strbuf32 * data,int32_t intpri,int32_t flags) putpmsg32() argument
419 msgio32(int fdes,struct strbuf32 * ctl,struct strbuf32 * data,int * rval,int mode,unsigned char * prip,int * flagsp) msgio32() argument
[all...]
H A Dioctl.c61 ioctl(int fdes, int cmd, intptr_t arg) in ioctl() argument
159 stty(int fdes,intptr_t arg) stty() argument
165 gtty(int fdes,intptr_t arg) gtty() argument
[all...]
H A Drw.c75 read(int fdes, void *cbuf, size_t count) in read() argument
211 write(int fdes, void *cbuf, size_t count) in write() argument
337 pread(int fdes, void *cbuf, size_t count, off_t offset) in pread() argument
477 pwrite(int fdes, voi argument
619 readv(int fdes,struct iovec * iovp,int iovcnt) readv() argument
777 writev(int fdes,struct iovec * iovp,int iovcnt) writev() argument
926 preadv(int fdes,struct iovec * iovp,int iovcnt,off_t offset,off_t extended_offset) preadv() argument
1108 pwritev(int fdes,struct iovec * iovp,int iovcnt,off_t offset,off_t extended_offset) pwritev() argument
1322 pread64(int fdes,void * cbuf,size32_t count,uint32_t offset_1,uint32_t offset_2) pread64() argument
1445 pwrite64(int fdes,void * cbuf,size32_t count,uint32_t offset_1,uint32_t offset_2) pwrite64() argument
1593 read32(int32_t fdes,caddr32_t cbuf,size32_t count) read32() argument
1600 write32(int32_t fdes,caddr32_t cbuf,size32_t count) write32() argument
1607 pread32(int32_t fdes,caddr32_t cbuf,size32_t count,off32_t offset) pread32() argument
1615 pwrite32(int32_t fdes,caddr32_t cbuf,size32_t count,off32_t offset) pwrite32() argument
1623 readv32(int32_t fdes,caddr32_t iovp,int32_t iovcnt) readv32() argument
1629 writev32(int32_t fdes,caddr32_t iovp,int32_t iovcnt) writev32() argument
[all...]
H A Dstatvfs.c190 fstatvfs(int fdes, struct statvfs *sbp) in fstatvfs() argument
241 fstatvfs64(int fdes, struct statvfs64 *sbp) in fstatvfs64() argument
315 fstatvfs32(int fdes, struct statvfs32 *sbp) in fstatvfs32() argument
356 fstatvfs64_32(int fdes, struc argument
[all...]
H A Dlseek.c206 lseek32(int32_t fdes, off32_t off, int32_t stype) in lseek32() argument
244 llseek32(int32_t fdes, uint32_t off1, uint32_t off2, int stype) in llseek32() argument
274 lseek64(int fdes, off_t off, int stype) in lseek64() argument
[all...]
H A Dclose.c51 close(int fdes) in close() argument
H A Dpathconf.c128 fpathconf(int fdes, int name) in fpathconf() argument
H A Dstatfs.c93 fstatfs32(int32_t fdes, struct statfs32 *sbp, int32_t len, int32_t fstyp) in fstatfs32() argument
H A Dacl.c99 facl(int fdes, int cmd, int nentries, void *aclbufp) in facl() argument
H A Dfcntl.c65 fcntl(int fdes, int cmd, intptr_t arg) in fcntl() argument
[all...]
/titanic_52/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dnvfile.c1216 nvf_getf(int fdes) in nvf_getf() argument
1235 nvf_releasef(int fdes) in nvf_releasef() argument
1270 nvf_freef(int fdes) nvf_freef() argument
1295 int fdes = -1; nvf_open() local
1347 nvf_close(int fdes) nvf_close() argument
1389 nvf_rw(int fdes,void * cbuf,ssize_t count,enum uio_rw rw) nvf_rw() argument
1416 nvf_write(int fdes,void * cbuf,ssize_t count) nvf_write() argument
1425 nvf_read(int fdes,void * cbuf,ssize_t count) nvf_read() argument
[all...]
/titanic_52/usr/src/cmd/make/bin/
H A Dstate.cc168 int fdes = mkstemp(buffer); in write_state_file() local
215 int fdes = mkstemp(buffer); in write_state_file() local
/titanic_52/usr/src/lib/libc/inc/
H A Dasyncio.h215 #define VALID_FD(fdes) ((fdes) >= 0 && (fdes) < MAX_KAIO_FDS) argument
217 #define KAIO_SUPPORTED(fdes) \ argument
222 #define SET_KAIO_NOT_SUPPORTED(fdes) \ argument
227 CLEAR_KAIO_SUPPORTED(fdes) global() argument
[all...]
/titanic_52/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c137 sysret_t *rval, int fdes, int cmd, intptr_t arg) in passthru_otherdev_ioctl() argument
289 mntfs_ioctl(sysret_t *rval, int fdes, int cmd, intptr_t arg) in mntfs_ioctl() argument
450 crypto_ioctl(sysret_t *rval, int fdes, int cmd, intptr_t arg) in crypto_ioctl() argument
575 ctfs_ioctl(sysret_t * rval,int fdes,int cmd,intptr_t arg) ctfs_ioctl() argument
611 zfs_ioctl(sysret_t * rval,int fdes,int cmd,intptr_t arg) zfs_ioctl() argument
632 lofi_ioctl(sysret_t * rval,int fdes,int cmd,intptr_t arg) lofi_ioctl() argument
680 s10_ioctl(sysret_t * rval,int fdes,int cmd,intptr_t arg) s10_ioctl() argument
1165 s10_facl(sysret_t * rval,int fdes,int cmd,int nentries,void * aclbufp) s10_facl() argument
[all...]
/titanic_52/usr/src/cmd/sh/
H A Dmode.h96 int fdes; member
111 int fdes; member
119 int fdes; member
/titanic_52/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c196 g_init(int *devtype, int *fdes) in g_init() argument
233 g_read(int devtype, int fdes, void *buf, size_t nbytes) in g_read() argument
256 g_write(int devtype, int fdes, void *buf, size_t nbytes) in g_write() argument
/titanic_52/usr/src/uts/common/c2/
H A Daudit_event.c1424 long fdes; in aui_fcntl() member
2627 long fdes; in aus_putmsg() member
2665 long fdes; in aus_putpmsg() member
2707 long fdes; in aus_getmsg() member
2748 long fdes; in aus_getpmsg() member
H A Daudit.c1338 int fdes; member
/titanic_52/usr/src/cmd/cpio/
H A Dcpio.c7868 g_init(int *devtype, int *fdes) in g_init() argument
7927 g_read(int devtype, int fdes, char *buf, unsigned nbytes) in g_read() argument
7960 g_write(int devtype,int fdes,char * buf,unsigned nbytes) g_write() argument
[all...]
/titanic_52/usr/src/uts/common/os/
H A Daio.c1938 int fdes, in arw() argument
[all...]