Searched refs:DTYPE_VNODE (Results 1 - 17 of 17) sorted by relevance

/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dio.d181 inline int DTYPE_VNODE = 1;
182 #pragma D binding "1.1" DTYPE_VNODE
199 F->fg_ops->fo_type == DTYPE_VNODE ?
209 F->fg_ops->fo_type != DTYPE_VNODE ? "<unknown (not a vnode)>" :
215 F->fg_ops->fo_type != DTYPE_VNODE ? "<unknown (not a vnode)>" :
228 F->fg_ops->fo_type != DTYPE_VNODE ? "<unknown (not a vnode)>" :
232 F->fg_ops->fo_type != DTYPE_VNODE ? "<unknown (not a vnode)>" :
/xnu-2782.1.97/bsd/kern/
H A Dkern_descrip.c454 if (fp->f_type != DTYPE_VNODE && fp->f_type != DTYPE_PIPE && fp->f_type != DTYPE_SOCKET) {
951 if (fp->f_type != DTYPE_VNODE) {
1036 if (fp->f_type != DTYPE_VNODE) {
1104 if (fp->f_type != DTYPE_VNODE) {
1187 if (fp->f_type != DTYPE_VNODE) {
1230 if (fp->f_type != DTYPE_VNODE) {
1242 if (fp->f_type != DTYPE_VNODE) {
1254 if (fp->f_type != DTYPE_VNODE) {
1266 if (fp->f_type != DTYPE_VNODE) {
1278 if (fp->f_type != DTYPE_VNODE) {
[all...]
H A Dkern_cs.c624 if (FILEGLOB_DTYPE(fg) != DTYPE_VNODE)
664 if (FILEGLOB_DTYPE(fg) != DTYPE_VNODE)
711 if (FILEGLOB_DTYPE(fg) != DTYPE_VNODE)
H A Dkern_guarded.c667 case DTYPE_VNODE:
851 if (fp->f_type != DTYPE_VNODE) {
H A Dsys_generic.c305 if (check_for_pread && (fp->f_type != DTYPE_VNODE)) {
309 if (fp->f_type == DTYPE_VNODE) {
531 if (fp->f_type != DTYPE_VNODE) {
H A Dkern_mman.c308 case DTYPE_VNODE:
H A Dkern_aio.c2161 else if ( FILEGLOB_DTYPE(fp->f_fglob) != DTYPE_VNODE ) {
H A Dkdebug.c2418 if (FILEGLOB_DTYPE(fp->f_fglob) != DTYPE_VNODE) {
H A Dproc_info.c1963 if (FILEGLOB_DTYPE(fg) != DTYPE_VNODE) {
/xnu-2782.1.97/bsd/sys/
H A Dfile_internal.h140 DTYPE_VNODE = 1, /* file */ enumerator in enum:__anon483
/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c394 case DTYPE_VNODE:
516 case DTYPE_VNODE:
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_vnops.c140 DTYPE_VNODE,
1486 FILEGLOB_DTYPE(fg) == DTYPE_VNODE) {
H A Dvfs_syscalls.c3458 (FILEGLOB_DTYPE(fp->f_fglob) == DTYPE_VNODE)) {
6347 case DTYPE_VNODE:
/xnu-2782.1.97/security/
H A Dmac_base.c1602 case DTYPE_VNODE:
1798 case DTYPE_VNODE:
H A Dmac_vfs.c1639 case DTYPE_VNODE:
/xnu-2782.1.97/bsd/security/audit/
H A Daudit_arg.c597 case DTYPE_VNODE:
/xnu-2782.1.97/bsd/vm/
H A Dvm_unix.c1189 if (FILEGLOB_DTYPE(fp->f_fglob) != DTYPE_VNODE) {

Completed in 211 milliseconds