| /freebsd-head/sys/fs/unionfs/ |
| HD | union_vnops.c | 82 struct unionfs_node *dunp, *unp; in unionfs_lookup() local 580 struct unionfs_node *unp; in unionfs_lock_lvp() local 619 struct unionfs_node *unp; in unionfs_open() local 762 struct unionfs_node *unp; in unionfs_close() local 928 struct unionfs_node *unp; in unionfs_access() local 1008 struct unionfs_node *unp; in unionfs_getattr() local 1064 struct unionfs_node *unp; in unionfs_setattr() local 1111 struct unionfs_node *unp; in unionfs_read() local 1132 struct unionfs_node *unp; in unionfs_write() local 1156 struct unionfs_node *unp; in unionfs_ioctl() local [all …]
|
| HD | union_subr.c | 112 struct unionfs_node *unp, *tunp; in unionfs_deferred_rele() local 134 struct unionfs_node *unp; in unionfs_get_hashhead() local 148 struct unionfs_node *unp; in unionfs_get_cached_vnode_locked() local 233 unionfs_rem_cached_vnode(struct unionfs_node *unp, struct vnode *dvp) in unionfs_rem_cached_vnode() 256 unionfs_nodeget_cleanup(struct vnode *vp, struct unionfs_node *unp) in unionfs_nodeget_cleanup() 305 struct unionfs_node *unp; in unionfs_nodeget() local 460 struct unionfs_node *unp, *unp_t1, *unp_t2; in unionfs_noderem() local 585 unionfs_find_node_status(struct unionfs_node *unp, struct thread *td) in unionfs_find_node_status() 609 unionfs_get_node_status(struct unionfs_node *unp, struct thread *td, in unionfs_get_node_status() 636 unionfs_tryrem_node_status(struct unionfs_node *unp, in unionfs_tryrem_node_status() [all …]
|
| HD | union_vfsops.c | 556 struct unionfs_node *unp; in unionfs_extattrctl() local
|
| /freebsd-head/sys/kern/ |
| HD | uipc_usrreq.c | 281 #define UNP_PCB_LOCK_INIT(unp) mtx_init(&(unp)->unp_mtx, \ argument 284 #define UNP_PCB_LOCK_DESTROY(unp) mtx_destroy(&(unp)->unp_mtx) argument 285 #define UNP_PCB_LOCKPTR(unp) (&(unp)->unp_mtx) argument 286 #define UNP_PCB_LOCK(unp) mtx_lock(&(unp)->unp_mtx) argument 287 #define UNP_PCB_TRYLOCK(unp) mtx_trylock(&(unp)->unp_mtx) argument 288 #define UNP_PCB_UNLOCK(unp) mtx_unlock(&(unp)->unp_mtx) argument 289 #define UNP_PCB_OWNED(unp) mtx_owned(&(unp)->unp_mtx) argument 290 #define UNP_PCB_LOCK_ASSERT(unp) mtx_assert(&(unp)->unp_mtx, MA_OWNED) argument 291 #define UNP_PCB_UNLOCK_ASSERT(unp) mtx_assert(&(unp)->unp_mtx, MA_NOTOWNED) argument 321 unp_pcb_hold(struct unpcb *unp) in unp_pcb_hold() [all …]
|
| HD | uipc_syscalls.c | 598 struct unpcb *unp, *unp2; in kern_socketpair() local
|
| /freebsd-head/usr.sbin/lpr/common_source/ |
| HD | startdaemon.c | 67 #define SUN_LEN(unp) (strlen((unp)->sun_path) + 2) in startdaemon() argument
|
| /freebsd-head/usr.bin/netstat/ |
| HD | unix.c | 98 struct unpcb *unp, unp0, unp_conn; in pcblist_kvm() local
|
| /freebsd-head/sys/dev/isp/ |
| HD | isp_target.c | 127 } unp; in isp_target_notify() local
|
| /freebsd-head/usr.sbin/lpr/lpd/ |
| HD | lpd.c | 326 #define SUN_LEN(unp) (strlen((unp)->sun_path) + 2) in main() argument
|
| /freebsd-head/sys/xdr/ |
| HD | xdr.c | 564 char *unp, /* the union itself */ in xdr_union()
|
| /freebsd-head/lib/libc/xdr/ |
| HD | xdr.c | 633 xdr_union(XDR *xdrs, enum_t *dscmp, char *unp, const struct xdr_discrim *choices, xdrproc_t dfault) in xdr_union()
|
| /freebsd-head/usr.sbin/moused/ |
| HD | moused.c | 3348 #define SUN_LEN(unp) (((char *)(unp)->sun_path - (char *)(unp)) + \ in mremote_serversetup() argument
|