Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Duipc_usrreq.c108 ((unp) != NULL && ((unp)->unp_flags & UNP_DETACHED) == 0)
212 unp_detach(unp); in unp_free()
230 return unp; in unp_getsocktoken()
236 if (unp != NULL) in unp_reltoken()
493 if (!UNP_ISATTACHED(unp) || unp->unp_vnode == NULL) in uipc_listen()
515 } else if (unp->unp_conn && unp->unp_conn->unp_addr) { in uipc_peeraddr()
1411 unp_free(unp); in unp_abort()
1489 if (unp->unp_conn && unp->unp_conn->unp_addr) { in unp_pcblist()
1494 bcopy(unp, &xu.xu_unp, sizeof(*unp)); in unp_pcblist()
2134 unp_free(unp); in unp_gc_process()
[all …]
H A Dvfs_quota.c87 struct ac_unode *unp, *res; in unode_insert() local
95 return unp; in unode_insert()
151 struct ac_unode ufind, *unp; in vfs_stdaccount() local
163 unp = unode_insert(mp, uid); in vfs_stdaccount()
177 struct ac_unode *unp; in cmd_get_usage_all() local
194 unp->uid_chunk[i].space); in cmd_get_usage_all()
196 unp->uid_chunk[i].limit); in cmd_get_usage_all()
221 struct ac_unode ufind, *unp; in cmd_set_usage_all() local
235 bzero(&unp->uid_chunk, sizeof(unp->uid_chunk)); in cmd_set_usage_all()
253 if (unp == NULL) in cmd_set_usage_all()
[all …]
/dragonfly/sbin/vquota/
H A Dvquota.c216 struct ac_unode *unp, *res; in unode_insert() local
219 if (unp == NULL) { in unode_insert()
223 bzero(unp, sizeof(struct ac_unode)); in unode_insert()
231 return unp; in unode_insert()
275 struct ac_unode *unp, ufind; in get_dirsize() local
315 unp = unode_insert(file_uid); in get_dirsize()
356 struct ac_unode *unp; in cmd_check() local
371 if (unp->uid_chunk[i].space != 0) { in cmd_check()
566 struct ac_unode *unp; in cmd_sync() local
587 if (unp->uid_chunk[i].space != 0) { in cmd_sync()
[all …]
/dragonfly/usr.bin/netstat/
H A Dunix.c106 struct unpcb *unp; in unixdomainpr() local
110 unp = &xunp->xu_unp; in unixdomainpr()
111 if (unp->unp_addr) in unixdomainpr()
127 (long)unp->unp_vnode, (long)unp->unp_conn, in unixdomainpr()
128 (long)LIST_FIRST(&unp->unp_refs), (long)LIST_NEXT(unp, unp_reflink)); in unixdomainpr()
/dragonfly/sys/dev/disk/isp/
H A Disp_target.c131 #define atiop unp.atiop in isp_target_notify()
132 #define at2iop unp.at2iop in isp_target_notify()
134 #define at7iop unp.at7iop in isp_target_notify()
135 #define ctiop unp.ctiop in isp_target_notify()
140 #define inotp unp.inotp in isp_target_notify()
144 #define nackp unp.nackp in isp_target_notify()
148 #define abts unp.abts in isp_target_notify()
150 #define els unp.els in isp_target_notify()
151 #define hdrp unp.hp in isp_target_notify()
152 } unp; in isp_target_notify() local
[all …]
/dragonfly/usr.sbin/lpr/common_source/
H A Dstartdaemon.c70 #define SUN_LEN(unp) (strlen((unp)->sun_path) + 2) in startdaemon() argument
/dragonfly/contrib/gmp/mpn/generic/
H A Dgcdext_subdiv_step.c41 mp_ptr u0, mp_ptr u1, mp_size_t *unp, in mpn_gcdext_subdiv_step() argument
58 un = *unp; in mpn_gcdext_subdiv_step()
197 *unp = un; in mpn_gcdext_subdiv_step()
/dragonfly/lib/libc/xdr/
H A Dxdr.c644 xdr_union(XDR *xdrs, enum_t *dscmp, char *unp, in xdr_union() argument
663 return ((*(choices->proc))(xdrs, unp)); in xdr_union()
670 (*dfault)(xdrs, unp)); in xdr_union()
/dragonfly/usr.sbin/lpr/lpd/
H A Dlpd.c318 #define SUN_LEN(unp) (strlen((unp)->sun_path) + 2) in main() argument
/dragonfly/usr.sbin/moused/
H A Dmoused.c3083 #define SUN_LEN(unp) (((char *)(unp)->sun_path - (char *)(unp)) + \ in mremote_serversetup() argument
3084 strlen((unp)->path)) in mremote_serversetup()
/dragonfly/sys/vfs/ntfs/
H A Dntfs_subr.c536 wchar *unp = (wchar *) ((caddr_t) rap + rap->a_hdr.a_nameoff); in ntfs_attrtontvattr() local
539 vap->va_name[i] = unp[i]; in ntfs_attrtontvattr()
/dragonfly/usr.sbin/syslogd/
H A Dsyslogd.c515 #define SUN_LEN(unp) (strlen((unp)->sun_path) + 2) in main() argument