HomeSort by: relevance | last modified time | path
    Searched defs:f_type (Results 1 - 14 of 14) sorted by relevancy

  /src/lib/librefuse/refuse/
legacy.h 61 long f_type; member in struct:statfs
  /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/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/sys/fs/ntfs/
ntfs_vfsops.c 715 enum vtype f_type = VBAD; local in function:ntfs_loadvnode
765 f_type = VDIR;
767 f_type = VREG;
800 vp->v_type = f_type;
  /src/sys/sys/
file.h 148 u_int f_type; /* descriptor type */ member in struct:file
  /src/bin/ls/
ls.c 111 int f_type; /* add type character for non-regular files */ variable in typeref:typename:int
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/sys/arch/ia64/stand/common/
bootstrap.h 192 char *f_type; /* verbose file type, eg 'ELF kernel', 'pnptable', etc. */ member in struct:preloaded_file
  /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/linux/arch/alpha/
linux_osf1.h 208 osf1_short f_type; member in struct:osf1_statfs
  /src/sys/compat/sunos/
sunos.h 68 int f_type; /* type of info, zero for now */ member in struct:sunos_statfs
  /src/usr.sbin/syslogd/
syslogd.h 328 * We require f_file to be valid if f_type is F_FILE, F_CONSOLE, F_TTY,
329 * or if f_type is F_PIPE and f_pid > 0.
334 short f_type; /* entry type, see below */ member in struct:filed
  /src/usr.bin/find/
function.c 141 int f_type(PLAN *, FTSENT *);
1786 f_type(PLAN *plan, FTSENT *entry) function in typeref:typename:int
1837 new = palloc(N_TYPE, f_type);
  /src/sys/compat/netbsd32/
netbsd32.h 301 short f_type; /* type of file system */ member in struct:netbsd32_statfs

Completed in 22 milliseconds