Home
last modified time | relevance | path

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

/freebsd/sys/fs/unionfs/
H A Dunion_vnops.c97 struct unionfs_node *dunp, *unp; in unionfs_lookup() local
601 struct unionfs_node *unp; in unionfs_lock_lvp() local
640 struct unionfs_node *unp; in unionfs_open() local
783 struct unionfs_node *unp; in unionfs_close() local
949 struct unionfs_node *unp; in unionfs_access() local
1029 struct unionfs_node *unp; in unionfs_getattr() local
1085 struct unionfs_node *unp; in unionfs_setattr() local
1132 struct unionfs_node *unp; in unionfs_read() local
1153 struct unionfs_node *unp; in unionfs_write() local
1177 struct unionfs_node *unp; in unionfs_ioctl() local
[all …]
H A Dunion_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 …]
H A Dunion_vfsops.c556 struct unionfs_node *unp; in unionfs_extattrctl() local
/freebsd/sys/kern/
H A Duipc_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
320 unp_pcb_hold(struct unpcb *unp) in unp_pcb_hold()
[all …]
H A Duipc_syscalls.c599 struct unpcb *unp, *unp2; in kern_socketpair() local
/freebsd/usr.sbin/lpr/common_source/
H A Dstartdaemon.c67 #define SUN_LEN(unp) (strlen((unp)->sun_path) + 2) in startdaemon() argument
/freebsd/usr.bin/netstat/
H A Dunix.c98 struct unpcb *unp, unp0, unp_conn; in pcblist_kvm() local
/freebsd/sys/dev/isp/
H A Disp_target.c127 } unp; in isp_target_notify() local
/freebsd/crypto/krb5/src/lib/rpc/
H A Dxdr.c561 char *unp, /* the union itself */ in xdr_union()
/freebsd/usr.sbin/lpr/lpd/
H A Dlpd.c326 #define SUN_LEN(unp) (strlen((unp)->sun_path) + 2) in main() argument
/freebsd/sys/xdr/
H A Dxdr.c564 char *unp, /* the union itself */ in xdr_union()
/freebsd/lib/libc/xdr/
H A Dxdr.c633 xdr_union(XDR *xdrs, enum_t *dscmp, char *unp, const struct xdr_discrim *choices, xdrproc_t dfault) in xdr_union()
/freebsd/usr.sbin/moused/
H A Dmoused.c3349 strlen((unp)->path)) in mremote_serversetup() argument