Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/syscall/
H A Dstrcalls.c64 getmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int *flagsp) in getmsg()
108 putmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int flags) in putmsg()
140 getpmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int *prip, in getpmsg()
168 putpmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int intpri, in putpmsg()
190 msgio(int fdes, struct strbuf *ctl, struct strbuf *data, int *rval, in msgio()
293 getmsg32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data, int32_t *flagsp) in getmsg32()
337 putmsg32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data, int32_t flags) in putmsg32()
369 getpmsg32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data, int32_t *prip, in getpmsg32()
397 putpmsg32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data, int32_t intpri, in putpmsg32()
419 msgio32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data, int *rval, in msgio32()
H A Dioctl.c61 ioctl(int fdes, int cmd, intptr_t arg) in ioctl()
159 stty(int fdes, intptr_t arg) in stty()
165 gtty(int fdes, intptr_t arg) in gtty()
H A Drw.c75 read(int fdes, void *cbuf, size_t count) in read()
211 write(int fdes, void *cbuf, size_t count) in write()
337 pread(int fdes, void *cbuf, size_t count, off_t offset) in pread()
477 pwrite(int fdes, void *cbuf, size_t count, off_t offset) in pwrite()
619 readv(int fdes, struct iovec *iovp, int iovcnt) in readv()
777 writev(int fdes, struct iovec *iovp, int iovcnt) in writev()
926 preadv(int fdes, struct iovec *iovp, int iovcnt, off_t offset, in preadv()
1108 pwritev(int fdes, struct iovec *iovp, int iovcnt, off_t offset, in pwritev()
1322 pread64(int fdes, void *cbuf, size32_t count, uint32_t offset_1, in pread64()
1445 pwrite64(int fdes, void *cbuf, size32_t count, uint32_t offset_1, in pwrite64()
[all …]
H A Dstatvfs.c190 fstatvfs(int fdes, struct statvfs *sbp) in fstatvfs()
241 fstatvfs64(int fdes, struct statvfs64 *sbp) in fstatvfs64()
315 fstatvfs32(int fdes, struct statvfs32 *sbp) in fstatvfs32()
356 fstatvfs64_32(int fdes, struct statvfs64_32 *sbp) in fstatvfs64_32()
H A Dlseek.c206 lseek32(int32_t fdes, off32_t off, int32_t stype) in lseek32()
244 llseek32(int32_t fdes, uint32_t off1, uint32_t off2, int stype) in llseek32()
274 lseek64(int fdes, off_t off, int stype) in lseek64()
H A Dclose.c51 close(int fdes) in close()
H A Dpathconf.c128 fpathconf(int fdes, int name) in fpathconf()
H A Dstatfs.c93 fstatfs32(int32_t fdes, struct statfs32 *sbp, int32_t len, int32_t fstyp) in fstatfs32()
H A Dacl.c99 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()
/titanic_50/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()
/titanic_50/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_50/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 #define CLEAR_KAIO_SUPPORTED(fdes) \ argument
/titanic_50/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c136 sysret_t *rval, int fdes, int cmd, intptr_t arg) in passthru_otherdev_ioctl()
288 mntfs_ioctl(sysret_t *rval, int fdes, int cmd, intptr_t arg) in mntfs_ioctl()
449 crypto_ioctl(sysret_t *rval, int fdes, int cmd, intptr_t arg) in crypto_ioctl()
574 ctfs_ioctl(sysret_t *rval, int fdes, int cmd, intptr_t arg) in ctfs_ioctl()
610 zfs_ioctl(sysret_t *rval, int fdes, int cmd, intptr_t arg) in zfs_ioctl()
631 lofi_ioctl(sysret_t *rval, int fdes, int cmd, intptr_t arg) in lofi_ioctl()
679 s10_ioctl(sysret_t *rval, int fdes, int cmd, intptr_t arg) in s10_ioctl()
1164 s10_facl(sysret_t *rval, int fdes, int cmd, int nentries, void *aclbufp) in s10_facl()
/titanic_50/usr/src/cmd/sh/
H A Dmode.h96 int fdes; member
111 int fdes; member
119 int fdes; member
/titanic_50/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c196 g_init(int *devtype, int *fdes) in g_init()
233 g_read(int devtype, int fdes, void *buf, size_t nbytes) in g_read()
256 g_write(int devtype, int fdes, void *buf, size_t nbytes) in g_write()
/titanic_50/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_50/usr/src/cmd/cpio/
H A Dcpio.c7868 g_init(int *devtype, int *fdes) in g_init()
7927 g_read(int devtype, int fdes, char *buf, unsigned nbytes) in g_read()
7960 g_write(int devtype, int fdes, char *buf, unsigned nbytes) in g_write()
/titanic_50/usr/src/uts/common/os/
H A Daio.c1938 int fdes, in arw()