Searched defs:unp (Results 1 – 13 of 13) sorted by relevance
| /trueos/sys/fs/unionfs/ |
| HD | union_vnops.c | 464 struct unionfs_node *unp; in unionfs_open() local 547 struct unionfs_node *unp; in unionfs_close() local 673 struct unionfs_node *unp; in unionfs_access() local 753 struct unionfs_node *unp; in unionfs_getattr() local 806 struct unionfs_node *unp; in unionfs_setattr() local 849 struct unionfs_node *unp; in unionfs_read() local 870 struct unionfs_node *unp; in unionfs_write() local 891 struct unionfs_node *unp; in unionfs_ioctl() local 920 struct unionfs_node *unp; in unionfs_poll() local 942 struct unionfs_node *unp; in unionfs_fsync() local [all …]
|
| HD | union_subr.c | 91 struct unionfs_node *unp; in unionfs_get_hashhead() local 111 struct unionfs_node *unp; in unionfs_get_cached_vnode() local 148 struct unionfs_node *unp; in unionfs_ins_cached_vnode() local 184 unionfs_rem_cached_vnode(struct unionfs_node *unp, struct vnode *dvp) in unionfs_rem_cached_vnode() 213 struct unionfs_node *unp; in unionfs_nodeget() local 329 struct unionfs_node *unp, *unp_t1, *unp_t2; in unionfs_noderem() local 399 unionfs_get_node_status(struct unionfs_node *unp, struct thread *td, in unionfs_get_node_status() 430 unionfs_tryrem_node_status(struct unionfs_node *unp, in unionfs_tryrem_node_status() 697 unionfs_node_update(struct unionfs_node *unp, struct vnode *uvp, in unionfs_node_update() 744 struct unionfs_node *unp, struct componentname *cnp, in unionfs_mkshadowdir() [all …]
|
| HD | union_vfsops.c | 470 struct unionfs_node *unp; in unionfs_extattrctl() local
|
| /trueos/sys/kern/ |
| HD | uipc_usrreq.c | 264 #define UNP_PCB_LOCK_INIT(unp) mtx_init(&(unp)->unp_mtx, \ argument 267 #define UNP_PCB_LOCK_DESTROY(unp) mtx_destroy(&(unp)->unp_mtx) argument 268 #define UNP_PCB_LOCK(unp) mtx_lock(&(unp)->unp_mtx) argument 269 #define UNP_PCB_UNLOCK(unp) mtx_unlock(&(unp)->unp_mtx) argument 270 #define UNP_PCB_LOCK_ASSERT(unp) mtx_assert(&(unp)->unp_mtx, MA_OWNED) argument 346 struct unpcb *unp, *unp2; in uipc_abort() local 366 struct unpcb *unp, *unp2; in uipc_accept() local 396 struct unpcb *unp; in uipc_attach() local 464 struct unpcb *unp; in uipc_bindat() local 606 struct unpcb *unp, *unp2; in uipc_close() local [all …]
|
| /trueos/usr.sbin/lpr/common_source/ |
| HD | startdaemon.c | 73 #define SUN_LEN(unp) (strlen((unp)->sun_path) + 2) in startdaemon() argument
|
| /trueos/usr.bin/netstat/ |
| HD | unix.c | 101 struct unpcb *unp, unp_conn; in pcblist_kvm() local 260 struct unpcb *unp; in unixdomainpr() local
|
| /trueos/release/picobsd/tinyware/ns/ |
| HD | ns.c | 131 struct sockaddr_un *unp = (struct sockaddr_un *)sa; in sock_ntop() local
|
| /trueos/usr.sbin/lpr/lpd/ |
| HD | lpd.c | 330 #define SUN_LEN(unp) (strlen((unp)->sun_path) + 2) in main() argument
|
| /trueos/sys/xdr/ |
| HD | xdr.c | 574 char *unp, /* the union itself */ in xdr_union()
|
| /trueos/lib/libc/xdr/ |
| HD | xdr.c | 673 xdr_union(xdrs, dscmp, unp, choices, dfault) in xdr_union() argument
|
| /trueos/sys/dev/isp/ |
| HD | isp_target.c | 164 } unp; in isp_target_notify() local
|
| /trueos/usr.sbin/moused/ |
| HD | moused.c | 3386 #define SUN_LEN(unp) (((char *)(unp)->sun_path - (char *)(unp)) + \ in mremote_serversetup() argument
|
| /trueos/usr.sbin/syslogd/ |
| HD | syslogd.c | 530 #define SUN_LEN(unp) (strlen((unp)->sun_path) + 2) in main() argument
|