Searched refs:f_type (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.10/lsof-53/lsof/lib/
H A Dprfp.c134 switch (f.f_type) {
198 if (f.f_type || f.f_ops) {
201 print_kptr(fp, tbuf, sizeof(tbuf)), (int)f.f_type,
/macosx-10.10/file_cmds-242/ls/
H A Dls.h59 extern int f_type; /* add type character for non-regular files */
H A Dls.c122 int f_slash; /* similar to f_type, but only for dirs */
128 int f_type; /* add type character for non-regular files */ variable
229 f_type = 1;
318 f_type = 1;
417 if (!f_inode && !f_longform && !f_size && !f_timesort && !f_type && !f_sizesort
428 if (!f_longform && !f_listdir && !f_type && !f_inode)
H A Dprint.c435 if (f_type)
522 if (f_type)
599 if (f_type)
/macosx-10.10/xnu-2782.1.97/SETUP/config/
H A Dmkheaders.c158 fl->f_type = inc;
174 fl->f_type = count;
186 fl->f_fn, count ? fl->f_type : 0);
H A Dmkmakefile.c135 fp->f_type = 0;
328 if ((pf = fl_lookup(this)) && (pf->f_type != INVISIBLE || pf->f_flags))
433 tp->f_type = INVISIBLE;
474 tp->f_type = INVISIBLE;
477 tp->f_type = DRIVER;
479 tp->f_type = PROFILING;
481 tp->f_type = NORMAL;
484 if (pf && pf->f_type == INVISIBLE)
527 if (tp->f_type == INVISIBLE)
570 if (tp->f_type
[all...]
H A Dconfig.h66 u_char f_type; /* see below */ member in struct:file_list
/macosx-10.10/lsof-53/lsof/dialects/darwin/kmem/
H A Ddfile.c49 #define f_type fg_type macro
335 switch (f.f_type) {
380 if (f.f_type || f.f_ops) {
383 print_kptr(fp, (char *)NULL, 0), f.f_type, f.f_ops);
H A Ddmnt.c77 if (!mb->f_type)
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_descrip.c160 #define f_type f_fglob->fg_ops->fo_type macro
454 if (fp->f_type != DTYPE_VNODE && fp->f_type != DTYPE_PIPE && fp->f_type != DTYPE_SOCKET) {
871 if (fp->f_type == DTYPE_SOCKET) {
883 if (fp->f_type == DTYPE_SOCKET) {
888 if (fp->f_type == DTYPE_PIPE) {
909 if (fp->f_type == DTYPE_SOCKET) {
930 if (fp->f_type == DTYPE_SOCKET) {
951 if (fp->f_type !
[all...]
H A Dsys_generic.c175 #define f_type f_fglob->fg_ops->fo_type macro
305 if (check_for_pread && (fp->f_type != DTYPE_VNODE)) {
309 if (fp->f_type == DTYPE_VNODE) {
531 if (fp->f_type != DTYPE_VNODE) {
601 if (error == EPIPE && fp->f_type != DTYPE_SOCKET &&
709 if (error == EPIPE && fp->f_type != DTYPE_SOCKET &&
879 if (fp->f_type == DTYPE_SOCKET) {
883 if (fp->f_type == DTYPE_PIPE) {
902 if (fp->f_type == DTYPE_SOCKET) {
1377 if (fp->f_ops && fp->f_type
[all...]
H A Dkern_guarded.c54 #define f_type f_fglob->fg_ops->fo_type macro
851 if (fp->f_type != DTYPE_VNODE) {
H A Dposix_shm.c88 #define f_type f_fglob->fg_ops->fo_type macro
677 if (fp->f_type != DTYPE_PSXSHM) {
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dmt-opc.h122 long f_type;
121 long f_type; member in struct:cgen_fields
H A Dmt-ibld.c730 errmsg = insert_normal (cd, fields->f_type, 0, 0, 21, 2, 32, total_length, buffer);
950 length = extract_normal (cd, ex_info, insn_value, 0, 0, 21, 2, 32, total_length, pc, & fields->f_type);
1150 value = fields->f_type;
1332 value = fields->f_type;
1521 fields->f_type = value;
1700 fields->f_type = value;
/macosx-10.10/lsof-53/lsof/dialects/darwin/libproc/
H A Ddmnt.c89 if (!mb->f_type)
/macosx-10.10/shell_cmds-179/find/
H A Dextern.h111 exec_f f_type; variable
H A Doption.c149 { "-type", c_type, f_type, 0 },
/macosx-10.10/xar-254/xar/lib/
H A Dlinuxattr.c173 switch(sfs.f_type) {
230 switch(sfs.f_type) {
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dmount_internal.h358 short f_otype; /* TEMPORARY SHADOW COPY OF f_type */
370 short f_type; /* type of filesystem */ member in struct:user64_statfs
385 short f_otype; /* TEMPORARY SHADOW COPY OF f_type */
397 short f_type; /* type of filesystem */ member in struct:user32_statfs
H A Dmount.h113 uint32_t f_type; /* type of filesystem */ \
138 short f_otype; /* TEMPORARY SHADOW COPY OF f_type */
150 short f_type; /* type of filesystem */ member in struct:statfs
/macosx-10.10/ksh-23/ksh/src/lib/libast/port/
H A Dmnt.c176 #define TYPE(f) ((char*)type[(f)->f_type])
180 #define TYPE(f) ((char*)mnt_names[(f)->f_type])
/macosx-10.10/uucp-11/uucp/unix/
H A Dfsusg.c320 fsb->f_type = 0;
/macosx-10.10/removefile-35/
H A Dremovefile_sunlink.c325 if (fs_stats.f_type == EXT2_SUPER_MAGIC)
/macosx-10.10/srm-7/srm/src/
H A Dsunlink.c370 if (fs_stats.f_type == EXT2_SUPER_MAGIC)

Completed in 487 milliseconds

12