Home
last modified time | relevance | path

Searched defs:unp (Results 1 – 12 of 12) sorted by relevance

/freebsd-head/sys/fs/unionfs/
HDunion_vnops.c82 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 …]
HDunion_subr.c112 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 …]
HDunion_vfsops.c556 struct unionfs_node *unp; in unionfs_extattrctl() local
/freebsd-head/sys/kern/
HDuipc_usrreq.c281 #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 …]
HDuipc_syscalls.c598 struct unpcb *unp, *unp2; in kern_socketpair() local
/freebsd-head/usr.sbin/lpr/common_source/
HDstartdaemon.c67 #define SUN_LEN(unp) (strlen((unp)->sun_path) + 2) in startdaemon() argument
/freebsd-head/usr.bin/netstat/
HDunix.c98 struct unpcb *unp, unp0, unp_conn; in pcblist_kvm() local
/freebsd-head/sys/dev/isp/
HDisp_target.c127 } unp; in isp_target_notify() local
/freebsd-head/usr.sbin/lpr/lpd/
HDlpd.c326 #define SUN_LEN(unp) (strlen((unp)->sun_path) + 2) in main() argument
/freebsd-head/sys/xdr/
HDxdr.c564 char *unp, /* the union itself */ in xdr_union()
/freebsd-head/lib/libc/xdr/
HDxdr.c633 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/
HDmoused.c3348 #define SUN_LEN(unp) (((char *)(unp)->sun_path - (char *)(unp)) + \ in mremote_serversetup() argument