Home
last modified time | relevance | path

Searched refs:getf (Results 1 – 25 of 62) sorted by relevance

123

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.getf.ksh31 BEGIN { this->fp = getf(0); errmsg = "can't read field"; \
35 BEGIN { errmsg = ""; this->fp = getf(0); trace(this->fp->field); \
/illumos-gate/usr/src/uts/common/syscall/
H A Dstatvfs.c193 if ((fp = getf(fdes)) == NULL) in fstatvfs()
244 if ((fp = getf(fdes)) == NULL) in fstatvfs64()
318 if ((fp = getf(fdes)) == NULL) in fstatvfs32()
359 if ((fp = getf(fdes)) == NULL) in fstatvfs64_32()
H A Dlseek.c210 if ((fp = getf(fdes)) == NULL) in lseek32()
253 if ((fp = getf(fdes)) == NULL) in llseek32()
281 if ((fp = getf(fdes)) == NULL) in lseek64()
H A Dchdir.c100 if ((fp = getf(fd)) == NULL) in fchdir()
150 if ((fp = getf(fd)) == NULL) in fchroot()
H A Dfdsync.c56 if ((fp = getf(fd)) != NULL) { in fdsync()
H A Dgetdents.c89 if ((fp = getf(fd)) == NULL) in getdents32()
207 if ((fp = getf(fd)) == NULL) in getdents64()
H A Drw.c91 if ((fp = getf(fdes)) == NULL) in read()
227 if ((fp = getf(fdes)) == NULL) in write()
360 if ((fp = getf(fdes)) == NULL) in pread()
499 if ((fp = getf(fdes)) == NULL) in pwrite()
694 if ((fp = getf(fdes)) == NULL) { in readv()
886 if ((fp = getf(fdes)) == NULL) { in writev()
1095 if ((fp = getf(fdes)) == NULL) { in preadv()
1296 if ((fp = getf(fdes)) == NULL) { in pwritev()
1440 if ((fp = getf(fdes)) == NULL) in pread64()
1562 if ((fp = getf(fdes)) == NULL) in pwrite64()
H A Dopen.c106 if ((startfp = getf(startfd)) == NULL) in copen()
254 if ((fp = getf(dupfd)) == NULL) { in copen()
H A Dpathconf.c131 if ((fp = getf(fdes)) == NULL) in fpathconf()
H A Dioctl.c68 if ((fp = getf(fdes)) == NULL) in ioctl()
H A Dstatfs.c98 if ((fp = getf(fdes)) == NULL) in fstatfs32()
H A Ducredsys.c58 if ((fp = getf(fd)) == NULL) in getpeerucred()
H A Dmmapobjsys.c88 fp = getf(fd); in mmapobjsys()
H A Dutime.c76 if ((fp = getf(fd)) == NULL) in cfutimesat()
H A Dstrcalls.c198 if ((fp = getf(fdes)) == NULL) in msgio()
428 if ((fp = getf(fdes)) == NULL) in msgio32()
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fd.c96 fp = getf(pdp->pd_fd); in port_fd_callback()
195 if ((fp = getf(fd)) == NULL) in port_associate_fd()
462 if ((fp = getf(fd)) == NULL) { in port_dissociate_fd()
614 fp = getf(fd = pdp->pd_fd); in port_remove_portfd()
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/
H A Dfake_fio.c56 getf(int fd) in getf() function
/illumos-gate/usr/src/cmd/bc/
H A Dbc.y303 = bundle(4, $3, "l", getf($1), "x");
305 = bundle(3, "l", getf($1), "x");
418 $$ = getf($2);
874 getf(char *p) in getf() function
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.subr.d102 INTFUNC(getf(0))
/illumos-gate/usr/src/uts/common/sys/
H A Dfile.h199 extern file_t *getf(int);
/illumos-gate/usr/src/uts/common/os/
H A Dport_subr.c253 if ((fp = getf(port)) == NULL) in port_alloc_event()
700 if ((fp = getf(port)) == NULL) in port_associate_ksource()
756 if ((fp = getf(port)) == NULL) in port_dissociate_ksource()
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_dev.c589 if ((fp = getf(ufd)) == NULL) in smb_usr_dup_dev()
647 if ((fp = getf(fd)) == NULL) in smb_dev2share()
/illumos-gate/usr/src/uts/common/io/
H A Diwscons.c348 if ((f = getf((int)arg)) == NULL) { in iwscnioctl()
409 if ((f = getf((int)arg)) == NULL) { in iwscnioctl()
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_event.c820 if ((fp = getf(fd)) == NULL) in aus_fchown()
945 if ((fp = getf(fd)) == NULL) in aus_fchmod()
1013 if ((fp = getf(fd)) == NULL) in aus_fchmodat()
1482 if ((fp = getf(fd)) == NULL) in aus_execve()
1529 if ((fp = getf(fd)) == NULL) in aus_fcntl()
2021 if ((fp = getf(fd)) == NULL) in aus_close()
2075 if ((fp = getf(fd)) == NULL) in aus_fstatfs()
5280 if ((fp = getf(did)) == NULL) in au_door_lookup()
5512 if ((fp = getf(fd)) == NULL) in aus_facl()
5550 if ((fp = getf(fd)) == NULL) in auf_read()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_onexit.c130 fp = getf(fd); in zfs_onexit_fd_hold()

123