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

/xnu-2422.115.4/SETUP/config/
H A Dmkswapconf.c72 if (fl->f_type != SYSTEMSPEC) {
111 if (swap == 0 || swap->f_type != SWAPSPEC) {
129 } while (swap && swap->f_type == SWAPSPEC);
H A Dmkmakefile.c145 fp->f_type = 0;
424 if ((pf = fl_lookup(this)) && (pf->f_type != INVISIBLE || pf->f_flags))
551 tp->f_type = INVISIBLE;
600 tp->f_type = INVISIBLE;
603 tp->f_type = DRIVER;
605 tp->f_type = PROFILING;
607 tp->f_type = NORMAL;
614 if (pf && pf->f_type == INVISIBLE)
661 if (tp->f_type == INVISIBLE)
684 if (fl->f_type !
[all...]
H A Dmkheaders.c212 fl->f_type = inc;
228 fl->f_type = count;
240 fl->f_fn, count ? fl->f_type : 0);
H A Dparser.y831 fl->f_type = SYSTEMSPEC;
849 fl->f_type = SWAPSPEC;
866 if (syslist == 0 || syslist->f_type != SYSTEMSPEC) {
878 for (; *flp && (*flp)->f_type == SWAPSPEC; flp = &(*flp)->f_next)
1121 if (fl == 0 || fl->f_type != SYSTEMSPEC) {
1126 generic = swap && swap->f_type == SWAPSPEC && eq(swap->f_fn, "generic");
1136 if (swap == 0 || swap->f_type != SWAPSPEC) {
1181 for (; p && p->f_type == SWAPSPEC; p = p->f_next)
1202 if (fl->f_type != SYSTEMSPEC)
1230 for (;fl && fl->f_type
[all...]
H A Dconfig.h66 u_char f_type; /* see below */ member in struct:file_list
/xnu-2422.115.4/bsd/kern/
H A Dkern_descrip.c159 #define f_type f_fglob->fg_ops->fo_type macro
452 if (fp->f_type != DTYPE_VNODE && fp->f_type != DTYPE_PIPE && fp->f_type != DTYPE_SOCKET) {
867 if (fp->f_type == DTYPE_SOCKET) {
879 if (fp->f_type == DTYPE_SOCKET) {
884 if (fp->f_type == DTYPE_PIPE) {
905 if (fp->f_type == DTYPE_SOCKET) {
926 if (fp->f_type == DTYPE_SOCKET) {
947 if (fp->f_type !
[all...]
H A Dsys_generic.c189 #define f_type f_fglob->fg_ops->fo_type macro
319 if (check_for_pread && (fp->f_type != DTYPE_VNODE)) {
323 if (fp->f_type == DTYPE_VNODE) {
533 if (fp->f_type != DTYPE_VNODE) {
600 if (error == EPIPE && fp->f_type != DTYPE_SOCKET &&
696 if (error == EPIPE && fp->f_type != DTYPE_SOCKET &&
871 if (fp->f_type == DTYPE_SOCKET) {
875 if (fp->f_type == DTYPE_PIPE) {
894 if (fp->f_type == DTYPE_SOCKET) {
1360 if (fp->f_ops && fp->f_type
[all...]
H A Dposix_shm.c88 #define f_type f_fglob->fg_ops->fo_type macro
681 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
1369 if (fp->f_type != DTYPE_SOCKET) {
/xnu-2422.115.4/bsd/sys/
H A Dmount_internal.h349 short f_otype; /* TEMPORARY SHADOW COPY OF f_type */
361 short f_type; /* type of filesystem */ member in struct:user64_statfs
376 short f_otype; /* TEMPORARY SHADOW COPY OF f_type */
388 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-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c633 //mp->mnt_stat.f_type = vfsp->vfc_typenum;
2335 sfs.f_type = mp->mnt_vtable->vfc_typenum;
9580 sfs.f_type = mp->mnt_vtable->vfc_typenum;
9611 sfs.f_type = mp->mnt_vtable->vfc_typenum;
H A Dvfs_subr.c966 //mp->mnt_stat.f_type = vfsp->vfc_typenum;
3393 sfs.f_type = mp->mnt_vtable->vfc_typenum;
3418 sfs.f_type = mp->mnt_vtable->vfc_typenum;

Completed in 132 milliseconds