/titanic_44/usr/src/cmd/dtrace/test/tst/common/privs/ |
H A D | tst.getf.ksh | 31 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 D | statvfs.c | 195 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 D | lseek.c | 212 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 D | chdir.c | 100 if ((fp = getf(fd)) == NULL) in fchdir() 150 if ((fp = getf(fd)) == NULL) in fchroot()
|
H A D | fdsync.c | 58 if ((fp = getf(fd)) != NULL) { in fdsync()
|
H A D | getdents.c | 89 if ((fp = getf(fd)) == NULL) in getdents32() 207 if ((fp = getf(fd)) == NULL) in getdents64()
|
H A D | rw.c | 90 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 D | open.c | 105 if ((startfp = getf(startfd)) == NULL) in copen() 253 if ((fp = getf(dupfd)) == NULL) { in copen()
|
H A D | pathconf.c | 133 if ((fp = getf(fdes)) == NULL) in fpathconf()
|
H A D | ioctl.c | 70 if ((fp = getf(fdes)) == NULL) in ioctl()
|
H A D | statfs.c | 100 if ((fp = getf(fdes)) == NULL) in fstatfs32()
|
H A D | ucredsys.c | 58 if ((fp = getf(fd)) == NULL) in getpeerucred()
|
H A D | mmapobjsys.c | 88 fp = getf(fd); in mmapobjsys()
|
H A D | utime.c | 76 if ((fp = getf(fd)) == NULL) in cfutimesat()
|
H A D | strcalls.c | 201 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 D | port_fd.c | 95 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 D | file.h | 46 struct file *getf();
|
/titanic_44/usr/src/cmd/bc/ |
H A D | bc.y | 306 = 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 D | file.h | 181 extern file_t *getf(int);
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.subr.d | 102 INTFUNC(getf(0))
|
/titanic_44/usr/src/uts/common/os/ |
H A D | port_subr.c | 254 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 D | iwscons.c | 348 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 D | smb_dev.c | 568 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 D | zfs_onexit.c | 129 fp = getf(fd); in zfs_onexit_fd_hold()
|
/titanic_44/usr/src/uts/common/c2/ |
H A D | audit_event.c | 813 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 …]
|