• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/xnu-2422.115.4/bsd/kern/

Lines Matching defs:f_type

159 #define f_type f_fglob->fg_ops->fo_type
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 != DTYPE_VNODE) {
1032 if (fp->f_type != DTYPE_VNODE) {
1100 if (fp->f_type != DTYPE_VNODE) {
1183 if (fp->f_type != DTYPE_VNODE) {
1226 if (fp->f_type != DTYPE_VNODE) {
1238 if (fp->f_type != DTYPE_VNODE) {
1250 if (fp->f_type != DTYPE_VNODE) {
1262 if (fp->f_type != DTYPE_VNODE) {
1274 if (fp->f_type != DTYPE_VNODE) {
1295 if (fp->f_type != DTYPE_VNODE) {
1318 if (fp->f_type != DTYPE_VNODE) {
1337 if (fp->f_type != DTYPE_VNODE) {
1368 if (fp->f_type != DTYPE_VNODE) {
1442 if (fp->f_type != DTYPE_VNODE) {
1470 if (fp->f_type != DTYPE_VNODE) {
1496 if (fp->f_type != DTYPE_VNODE) {
1521 if ((fp->f_type != DTYPE_VNODE) ||
1582 if ((fp->f_type != DTYPE_VNODE) ||
1630 if (fp->f_type != DTYPE_VNODE) {
1732 if (fp->f_type != DTYPE_VNODE) {
1764 if (fp->f_type != DTYPE_VNODE) {
1790 if (fp->f_type != DTYPE_VNODE) {
1817 if (fp->f_type != DTYPE_VNODE) {
1838 if (fp->f_type != DTYPE_VNODE) {
1866 if (fp->f_type != DTYPE_VNODE) {
1901 if (fp->f_type != DTYPE_VNODE) {
1921 if (fp2->f_type != DTYPE_VNODE) {
2027 if (fp->f_type != DTYPE_VNODE) {
2083 if (fp->f_type != DTYPE_VNODE) {
2116 if (fp->f_type != DTYPE_VNODE) {
2163 if (fp->f_type != DTYPE_VNODE) {
2227 if (fp->f_type != DTYPE_VNODE) {
2523 if ( (fp->f_type == DTYPE_VNODE) && kauth_authorize_fileop_has_listeners() ) {
2645 type = fp->f_type;
2880 type = fp->f_type;
3170 if (fp->f_type != DTYPE_VNODE) {
3229 if (fp->f_type != DTYPE_VNODE) {
3286 if (fp->f_type != DTYPE_SOCKET) {
3341 if (fp->f_type != DTYPE_KQUEUE) {
3398 if (fp->f_type != DTYPE_PSXSHM) {
3465 if (fp->f_type != DTYPE_PSXSEM) {
3520 if (fp->f_type != DTYPE_PIPE) {
3829 if (fp->f_type != DTYPE_VNODE) {
3891 if (fp->f_type != DTYPE_VNODE) {
3955 if (fp->f_type != DTYPE_SOCKET) {
4576 if (*fpp != NULL && (*fpp)->f_type == DTYPE_KQUEUE) {
5001 if (!filetype_issendable(fp->f_type)) {