/illumos-gate/usr/src/uts/common/syscall/ |
H A D | strcalls.c | 61 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 D | rw.c | 76 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() 1198 pwritev(int fdes, struct iovec *iovp, int iovcnt, off_t offset, in pwritev() 1417 pread64(int fdes, void *cbuf, size32_t count, uint32_t offset_1, in pread64() 1540 pwrite64(int fdes, void *cbuf, size32_t count, uint32_t offset_1, in pwrite64() [all …]
|
H A D | ioctl.c | 59 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 D | statvfs.c | 188 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 D | lseek.c | 204 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 D | close.c | 51 close(int fdes) in close()
|
H A D | pathconf.c | 126 fpathconf(int fdes, int name) in fpathconf()
|
H A D | statfs.c | 91 fstatfs32(int32_t fdes, struct statfs32 *sbp, int32_t len, int32_t fstyp) in fstatfs32()
|
H A D | acl.c | 97 facl(int fdes, int cmd, int nentries, void *aclbufp) in facl()
|
H A D | fcntl.c | 66 fcntl(int fdes, int cmd, intptr_t arg, intptr_t arg1) in fcntl()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | nvfile.c | 1216 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 D | state.cc | 168 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 D | asyncio.h | 213 #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 D | s10_brand.c | 139 sysret_t *rval, int fdes, int cmd, intptr_t arg) in passthru_otherdev_ioctl() 291 mntfs_ioctl(sysret_t *rval, int fdes, int cmd, intptr_t arg) in mntfs_ioctl() 452 crypto_ioctl(sysret_t *rval, int fdes, int cmd, intptr_t arg) in crypto_ioctl() 577 ctfs_ioctl(sysret_t *rval, int fdes, int cmd, intptr_t arg) in ctfs_ioctl() 613 zfs_ioctl(sysret_t *rval, int fdes, int cmd, intptr_t arg) in zfs_ioctl() 634 lofi_ioctl(sysret_t *rval, int fdes, int cmd, intptr_t arg) in lofi_ioctl() 682 s10_ioctl(sysret_t *rval, int fdes, int cmd, intptr_t arg) in s10_ioctl() 1171 s10_facl(sysret_t *rval, int fdes, int cmd, int nentries, void *aclbufp) in s10_facl()
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | mode.h | 96 int fdes; member 111 int fdes; member 119 int fdes; member
|
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/ |
H A D | volcopy.c | 194 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 D | audit_event.c | 1431 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 D | audit.c | 1337 int fdes; member
|
/illumos-gate/usr/src/cmd/cpio/ |
H A D | cpio.c | 7887 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 D | aio.c | 1930 int fdes, in arw()
|