Searched refs:vn_default_error (Results 1 – 9 of 9) sorted by relevance
| /xnu-8792.81.2/bsd/miscfs/deadfs/ ! |
| H A D | dead_vnops.c | 107 { .opve_op = &vnop_default_desc, .opve_impl = (VOPFUNC)(void (*)(void ))vn_default_error },
|
| /xnu-8792.81.2/bsd/miscfs/mockfs/ ! |
| H A D | mockfs_vnops.c | 411 { .opve_op = &vnop_default_desc, .opve_impl = (VOPFUNC) vn_default_error }, /* default */
|
| /xnu-8792.81.2/bsd/vfs/ ! |
| H A D | vfs_init.c | 128 vn_default_error(void) in vn_default_error() function
|
| /xnu-8792.81.2/bsd/miscfs/fifofs/ ! |
| H A D | fifo_vnops.c | 84 { .opve_op = &vnop_default_desc, .opve_impl = (VOPFUNC)(void (*)(void))vn_default_error },
|
| /xnu-8792.81.2/bsd/miscfs/routefs/ ! |
| H A D | routefs_ops.c | 509 { .opve_op = &vnop_default_desc, .opve_impl = (VOPFUNC)(void *)vn_default_error },
|
| /xnu-8792.81.2/bsd/miscfs/devfs/ ! |
| H A D | devfs_fdesc_support.c | 724 #define fdesc_error (void (*)(void ))vn_default_error
|
| H A D | devfs_vnops.c | 1584 #define devfs_default_error (void (*)(void))vn_default_error
|
| /xnu-8792.81.2/bsd/sys/ ! |
| H A D | vnode.h | 870 int vn_default_error(void);
|
| /xnu-8792.81.2/bsd/miscfs/specfs/ ! |
| H A D | spec_vnops.c | 132 { .opve_op = &vnop_default_desc, .opve_impl = (VOPFUNC)(void (*)(void))vn_default_error },
|