Home
last modified time | relevance | path

Searched refs:eMrw_owner (Results 1 – 2 of 2) sorted by relevance

/freebsd/sbin/ipf/libipf/
H A Drwlock_emul.c18 rw->eMrw_owner, rw, rw->eMrw_magic); in eMrwlock_read_enter()
37 rw->eMrw_owner, rw, rw->eMrw_magic); in eMrwlock_write_enter()
56 rw->eMrw_owner, rw, rw->eMrw_magic); in eMrwlock_try_upgrade()
74 rw->eMrw_owner, rw, rw->eMrw_magic); in eMrwlock_downgrade()
94 rw->eMrw_owner, rw, rw->eMrw_magic); in eMrwlock_exit()
118 rw->eMrw_owner, rw, rw->eMrw_magic); in eMrwlock_init()
125 rw->eMrw_owner = strdup(who); in eMrwlock_init()
127 rw->eMrw_owner = NULL; in eMrwlock_init()
136 rw->eMrw_owner, rw, rw->eMrw_magic); in eMrwlock_destroy()
139 if (rw->eMrw_owner != NULL) in eMrwlock_destroy()
[all …]
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h244 char *eMrw_owner; member