| /src/bin/ls/ |
| ls.h | 55 extern int f_type; /* add type character for non-regular files */
|
| print.c | 203 if (f_type || (f_typedir && S_ISDIR(sp->st_mode))) 229 if (f_type || f_typedir) 296 if (f_type || f_typedir) 344 if (f_type) 397 if (f_type || (f_typedir && S_ISDIR(sp->st_mode)))
|
| ls.c | 111 int f_type; /* add type character for non-regular files */ variable 201 f_type = 1; 327 if (!f_inode && !f_longform && !f_size && !f_type && !f_typedir && 335 if (!f_longform && !f_listdir && !f_type)
|
| /src/lib/librefuse/refuse/ |
| legacy.h | 61 long f_type; member in struct:statfs
|
| /src/sys/compat/sys/ |
| mount.h | 44 short f_type; /* type of file system */ member in struct:statfs12 107 s12->f_type = 0; 112 s12->f_type = __nv[i].value;
|
| /src/usr.sbin/syslogd/ |
| syslogd.c | 130 /* values for f_type */ 491 consfile.f_type = F_CONSOLE; 2000 if (f->f_type == F_CONSOLE && (buffer->flags & IGN_CONS)) 2279 && ((f->f_type == F_UNUSED) 2280 || (f->f_type == F_TTY) 2281 || (f->f_type == F_CONSOLE) 2282 || (f->f_type == F_USERS) 2283 || (f->f_type == F_WALL) 2284 || (f->f_type == F_FIFO))) { 2291 && (f->f_type != F_TLS [all...] |
| /src/sys/arch/ia64/stand/common/ |
| fileload.c | 131 (void *) fp->f_addr, fp->f_name, fp->f_type, (long) fp->f_size); 223 ((type == NULL) || !strcmp(type, fp->f_type))) 251 if (fp->f_type != NULL) 252 free(fp->f_type);
|
| load_elf64.c | 74 fp->f_type = strdup(ELF64_KERNELTYPE);
|
| /src/sys/kern/ |
| subr_exec_fd.c | 69 ktr_execfd(fd, fp->f_type); 119 fp->f_type = DTYPE_VNODE;
|
| kern_ktrace_vfs.c | 136 fp->f_type = DTYPE_VNODE;
|
| sys_epoll.c | 273 if (epfp->f_type != DTYPE_KQUEUE) 282 if (fp->f_type == DTYPE_VNODE) { 406 if (epfp->f_type != DTYPE_KQUEUE) 567 if (currfp->f_type != DTYPE_KQUEUE) 575 if (targetfp->f_type == DTYPE_KQUEUE) { 652 fdirrelevant = fp->f_type != DTYPE_KQUEUE;
|
| tty_ptm.c | 205 fp->f_type = DTYPE_VNODE; 284 fp->f_type = DTYPE_VNODE;
|
| /src/usr.bin/xlint/lint2/ |
| lint2.h | 149 unsigned short f_type; /* types of expected return value and args */ member in struct:fcall
|
| /src/sys/compat/ultrix/ |
| ultrix_pathname.c | 184 if (fp->f_type == DTYPE_VNODE) 194 int32_t f_type; /* type of info, zero for now */ member in struct:ultrix_statfs 217 ssfs.f_type = 0;
|
| /src/distrib/utils/edlabel/ |
| edlabel.c | 55 int f_type; /* 1:char, 2:short, 4:int, >4:string */ member in struct:field 105 switch (f->f_type) { 142 if (f->f_type <= 4) 146 switch (f->f_type) { 163 strncpy((char*)cp, tmpbuf, f->f_type);
|
| /src/sys/arch/ia64/stand/efi/libefi/ |
| exec.c | 144 if (strcmp(fp->f_type, ELF64_KERNELTYPE)) return(EFTYPE);
|
| /src/sys/arch/ia64/stand/ia64/ski/ |
| exec.c | 154 if (strcmp(fp->f_type, ELF64_KERNELTYPE)) return(EFTYPE);
|
| /src/sys/compat/sunos/ |
| sunos.h | 68 int f_type; /* type of info, zero for now */ member in struct:sunos_statfs
|
| /src/sys/rump/librump/rumpkern/ |
| cons.c | 90 fp->f_type = DTYPE_MISC;
|
| /src/sys/compat/linux/common/ |
| linux_ioctl.c | 160 if (fp->f_type == DTYPE_TIMERFD) { 168 if (fp->f_type == DTYPE_VNODE &&
|
| linux_inotify.c | 310 fp->f_type = DTYPE_MISC; 476 if (cur_fp->f_type != DTYPE_VNODE) { 511 KASSERT(wp->f_type == DTYPE_VNODE); 564 if (wp->f_type != DTYPE_VNODE) { 704 KASSERT(fp->f_type == DTYPE_VNODE); 773 KASSERT(fp->f_type == DTYPE_VNODE); 833 if (wp->f_type != DTYPE_VNODE) 1016 KASSERT(wp->f_type == DTYPE_VNODE);
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_osf1.h | 208 osf1_short f_type; member in struct:osf1_statfs
|
| /src/sys/compat/linux32/common/ |
| linux32_ioctl.c | 99 if (fp->f_type == DTYPE_TIMERFD) {
|
| /src/sys/sys/ |
| file.h | 148 u_int f_type; /* descriptor type */ member in struct:file
|
| /src/sys/external/bsd/drm2/linux/ |
| linux_dma_buf.c | 114 file->f_type = DTYPE_MISC; 137 if (file->f_type != DTYPE_MISC || file->f_ops != &dmabuf_fileops) {
|