Home
last modified time | relevance | path

Searched refs:p_type (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/bsd/sys/
H A Ddisktab.h78 char p_type[MAXFSTLEN];/* file system type */ member
H A Dvnode_internal.h431 #define VOPARG_OFFSET(p_type, field) \ argument
432 ((int) (((char *) (&(((p_type)NULL)->field))) - ((char *) NULL)))
/xnu-11215/tests/vm/
H A Dapp_swap.c36 #define p_type iparam[0] in get_coalition_leader() macro
39 p_type = COALITION_TYPE_JETSAM; in get_coalition_leader()