Home
last modified time | relevance | path

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

123

/titanic_44/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); \
/titanic_44/usr/src/uts/common/syscall/
H A Dstatvfs.c195 if ((fp = getf(fdes)) == NULL) in fstatvfs()
246 if ((fp = getf(fdes)) == NULL) in fstatvfs64()
320 if ((fp = getf(fdes)) == NULL) in fstatvfs32()
361 if ((fp = getf(fdes)) == NULL) in fstatvfs64_32()
H A Dlseek.c212 if ((fp = getf(fdes)) == NULL) in lseek32()
255 if ((fp = getf(fdes)) == NULL) in llseek32()
283 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.c58 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.c90 if ((fp = getf(fdes)) == NULL) in read()
226 if ((fp = getf(fdes)) == NULL) in write()
359 if ((fp = getf(fdes)) == NULL) in pread()
498 if ((fp = getf(fdes)) == NULL) in pwrite()
671 if ((fp = getf(fdes)) == NULL) in readv()
829 if ((fp = getf(fdes)) == NULL) in writev()
996 if ((fp = getf(fdes)) == NULL) in preadv()
1178 if ((fp = getf(fdes)) == NULL) in pwritev()
1345 if ((fp = getf(fdes)) == NULL) in pread64()
1467 if ((fp = getf(fdes)) == NULL) in pwrite64()
H A Dopen.c105 if ((startfp = getf(startfd)) == NULL) in copen()
253 if ((fp = getf(dupfd)) == NULL) { in copen()
H A Dpathconf.c133 if ((fp = getf(fdes)) == NULL) in fpathconf()
H A Dioctl.c70 if ((fp = getf(fdes)) == NULL) in ioctl()
H A Dstatfs.c100 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.c201 if ((fp = getf(fdes)) == NULL) in msgio()
431 if ((fp = getf(fdes)) == NULL) in msgio32()
/titanic_44/usr/src/uts/common/fs/portfs/
H A Dport_fd.c95 fp = getf(pdp->pd_fd); in port_fd_callback()
197 if ((fp = getf(fd)) == NULL) in port_associate_fd()
464 if ((fp = getf(fd)) == NULL) { in port_dissociate_fd()
618 fp = getf(fd = pdp->pd_fd); in port_remove_portfd()
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dfile.h46 struct file *getf();
/titanic_44/usr/src/cmd/bc/
H A Dbc.y306 = bundle(4, $3, "l", getf($1), "x");
308 = bundle(3, "l", getf($1), "x");
421 $$ = getf($2);
877 getf(char *p) in getf() function
/titanic_44/usr/src/uts/common/sys/
H A Dfile.h181 extern file_t *getf(int);
/titanic_44/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.subr.d102 INTFUNC(getf(0))
/titanic_44/usr/src/uts/common/os/
H A Dport_subr.c254 if ((fp = getf(port)) == NULL) in port_alloc_event()
704 if ((fp = getf(port)) == NULL) in port_associate_ksource()
760 if ((fp = getf(port)) == NULL) in port_dissociate_ksource()
/titanic_44/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()
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_dev.c568 if ((fp = getf(ufd)) == NULL) in smb_usr_dup_dev()
614 if ((fp = getf(fd)) == NULL) in smb_dev2share()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_onexit.c129 fp = getf(fd); in zfs_onexit_fd_hold()
/titanic_44/usr/src/uts/common/c2/
H A Daudit_event.c813 if ((fp = getf(fd)) == NULL) in aus_fchown()
938 if ((fp = getf(fd)) == NULL) in aus_fchmod()
1006 if ((fp = getf(fd)) == NULL) in aus_fchmodat()
1483 if ((fp = getf(fd)) == NULL) in aus_fcntl()
1976 if ((fp = getf(fd)) == NULL) in aus_close()
2030 if ((fp = getf(fd)) == NULL) in aus_fstatfs()
2336 if ((fp = getf(fd)) == NULL) { in aus_ioctl()
2459 if ((fp = getf(fd)) == NULL) { in aus_mmap()
2638 if ((fp = getf(fd)) != NULL) { in aus_putmsg()
2678 if ((fp = getf(fd)) != NULL) { in aus_putpmsg()
[all …]

123