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

/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
/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) {
H A Dposix_sem.c88 #define f_type f_fglob->fg_ops->fo_type macro
H A Duipc_syscalls.c106 #define f_type f_fglob->fg_ops->fo_type macro
1572 if (fp->f_type != DTYPE_SOCKET) {
/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
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c650 //mp->mnt_stat.f_type = vfsp->vfc_typenum;
2483 sfs.f_type = mp->mnt_vtable->vfc_typenum;
10243 sfs.f_type = mp->mnt_vtable->vfc_typenum;
10274 sfs.f_type = mp->mnt_vtable->vfc_typenum;
H A Dvfs_subr.c1010 //mp->mnt_stat.f_type = vfsp->vfc_typenum;
3516 sfs.f_type = mp->mnt_vtable->vfc_typenum;
3541 sfs.f_type = mp->mnt_vtable->vfc_typenum;

Completed in 92 milliseconds