Searched defs:f_type (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dfile.h30 short f_type; /* descriptor type */ member in struct:file
H A Dvfs.h113 long f_type; /* type of info, zero for now */ member in struct:statfs
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr.h110 smbfs_fctx_type_t f_type; member in struct:smbfs_fctx
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsgsbbc_mailbox_priv.h81 sbbc_msg_type_t f_type; /* msg_type */ member in struct:sbbc_fragment
/illumos-gate/usr/src/ucbhead/sys/
H A Dvfs.h229 int f_type; /* type of info, zero for now */ member in struct:statfs
241 long f_type; /* type of info, zero for now */ member in struct:statfs
254 long f_type; /* type of info, zero for now */ member in struct:statfs64
/illumos-gate/usr/src/cmd/filesync/
H A Ddatabase.h128 int f_type; /* file/dir/special ... */ member in struct:fileinfo
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c719 char f_type[BUFSIZ]; /* The function. */ local
776 decl_GetTraceInfo(pp, f_type, f_basetype, &funargs);
777 (void) sprintf(buf, "%s", strnormalize(f_type));
778 (void) strcpy(f_type, buf);
787 errlog(VERBOSE, "f_name=%s, f_basetype=%s, f_type=%s\n",
788 f_name, f_basetype, f_type);
790 symtab_set_function(f_name, line, file, f_type, f_basetype, levels);
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.h159 short f_type; /* entry type, see below */ member in struct:filed
181 /* values for f_type */
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_fmt.c88 int f_type; /* Type of format (see above) */ member in struct:mdb_fmt_desc
646 switch (FMT_TYPE(fp->f_type)) {
735 if (fp->f_type == FMT_NONE)
738 write = (fp->f_type & FMT_WRITE) ? "write " : "";
740 if (fp->f_type & FMT_FUNC)
742 else if (fp->f_type & FMT_MATCH)
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dbootstrap.h202 char *f_type; /* verbose file type, eg 'ELF kernel', 'pnptable', etc. */ member in struct:preloaded_file
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dio.h133 char *f_type; /* for by-type lookups */ member in struct:sm_file
212 (f).f_type = (name);
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dfasvar.h133 uchar_t f_type; member in struct:fas
/illumos-gate/usr/src/boot/sys/sys/
H A Dmount.h72 uint32_t f_type; /* type of filesystem */ member in struct:statfs
112 int f_type; /* type of filesystem */ member in struct:ostatfs

Completed in 114 milliseconds