Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dstrcalls.c61 getmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int *flagsp) in getmsg()
105 putmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int flags) in putmsg()
137 getpmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int *prip, in getpmsg()
165 putpmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int intpri, in putpmsg()
187 msgio(int fdes, struct strbuf *ctl, struct strbuf *data, int *rval, in msgio()
290 getmsg32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data, int32_t *flagsp) in getmsg32()
334 putmsg32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data, int32_t flags) in putmsg32()
366 getpmsg32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data, int32_t *prip, in getpmsg32()
394 putpmsg32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data, int32_t intpri, in putpmsg32()
416 msgio32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data, int *rval, in msgio32()
H A Drw.c76 read(int fdes, void *cbuf, size_t count) in read()
212 write(int fdes, void *cbuf, size_t count) in write()
338 pread(int fdes, void *cbuf, size_t count, off_t offset) in pread()
478 pwrite(int fdes, void *cbuf, size_t count, off_t offset) in pwrite()
612 readv(int fdes, struct iovec *iovp, int iovcnt) in readv()
805 writev(int fdes, struct iovec *iovp, int iovcnt) in writev()
988 preadv(int fdes, struct iovec *iovp, int iovcnt, off_t offset, in preadv()
1688 read32(int32_t fdes, caddr32_t cbuf, size32_t count) in read32()
1695 write32(int32_t fdes, caddr32_t cbuf, size32_t count) in write32()
1718 readv32(int32_t fdes, caddr32_t iovp, int32_t iovcnt) in readv32()
[all …]
H A Dioctl.c59 ioctl(int fdes, int cmd, intptr_t arg) in ioctl()
157 stty(int fdes, intptr_t arg) in stty()
163 gtty(int fdes, intptr_t arg) in gtty()
H A Dstatvfs.c188 fstatvfs(int fdes, struct statvfs *sbp) in fstatvfs()
239 fstatvfs64(int fdes, struct statvfs64 *sbp) in fstatvfs64()
313 fstatvfs32(int fdes, struct statvfs32 *sbp) in fstatvfs32()
354 fstatvfs64_32(int fdes, struct statvfs64_32 *sbp) in fstatvfs64_32()
H A Dlseek.c204 lseek32(int32_t fdes, off32_t off, int32_t stype) in lseek32()
242 llseek32(int32_t fdes, uint32_t off1, uint32_t off2, int stype) in llseek32()
272 lseek64(int fdes, off_t off, int stype) in lseek64()
H A Dclose.c51 close(int fdes) in close()
H A Dpathconf.c126 fpathconf(int fdes, int name) in fpathconf()
H A Dstatfs.c91 fstatfs32(int32_t fdes, struct statfs32 *sbp, int32_t len, int32_t fstyp) in fstatfs32()
H A Dacl.c97 facl(int fdes, int cmd, int nentries, void *aclbufp) in facl()
H A Dfcntl.c65 fcntl(int fdes, int cmd, intptr_t arg) in fcntl()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dnvfile.c1216 nvf_getf(int fdes) in nvf_getf()
1235 nvf_releasef(int fdes) in nvf_releasef()
1270 nvf_freef(int fdes) in nvf_freef()
1295 int fdes = -1; in nvf_open() local
1347 nvf_close(int fdes) in nvf_close()
1389 nvf_rw(int fdes, void *cbuf, ssize_t count, enum uio_rw rw) in nvf_rw()
1416 nvf_write(int fdes, void *cbuf, ssize_t count) in nvf_write()
1425 nvf_read(int fdes, void *cbuf, ssize_t count) in nvf_read()
/illumos-gate/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
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h213 #define VALID_FD(fdes) ((fdes) >= 0 && (fdes) < MAX_KAIO_FDS) argument
215 #define KAIO_SUPPORTED(fdes) \ argument
220 #define SET_KAIO_NOT_SUPPORTED(fdes) \ argument
225 #define CLEAR_KAIO_SUPPORTED(fdes) \ argument
/illumos-gate/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()
289 mntfs_ioctl(sysret_t *rval, int fdes, int cmd, intptr_t arg) in mntfs_ioctl()
450 crypto_ioctl(sysret_t *rval, int fdes, int cmd, intptr_t arg) in crypto_ioctl()
575 ctfs_ioctl(sysret_t *rval, int fdes, int cmd, intptr_t arg) in ctfs_ioctl()
611 zfs_ioctl(sysret_t *rval, int fdes, int cmd, intptr_t arg) in zfs_ioctl()
632 lofi_ioctl(sysret_t *rval, int fdes, int cmd, intptr_t arg) in lofi_ioctl()
680 s10_ioctl(sysret_t *rval, int fdes, int cmd, intptr_t arg) in s10_ioctl()
1165 s10_facl(sysret_t *rval, int fdes, int cmd, int nentries, void *aclbufp) in s10_facl()
/illumos-gate/usr/src/cmd/sh/
H A Dmode.h96 int fdes; member
111 int fdes; member
119 int fdes; member
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c194 g_init(int *devtype, int *fdes) in g_init()
231 g_read(int devtype, int fdes, void *buf, size_t nbytes) in g_read()
254 g_write(int devtype, int fdes, void *buf, size_t nbytes) in g_write()
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_event.c1431 long fdes; in aui_fcntl() member
2672 long fdes; in aus_putmsg() member
2710 long fdes; in aus_putpmsg() member
2752 long fdes; in aus_getmsg() member
2793 long fdes; in aus_getpmsg() member
H A Daudit.c1337 int fdes; member
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c7887 g_init(int *devtype, int *fdes) in g_init()
7946 g_read(int devtype, int fdes, char *buf, unsigned nbytes) in g_read()
7979 g_write(int devtype, int fdes, char *buf, unsigned nbytes) in g_write()
/illumos-gate/usr/src/uts/common/os/
H A Daio.c1930 int fdes, in arw()