Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/netstat/
Dunix.c104 pcblist_kvm(u_long count_off, u_long gencnt_off, u_long head_off, char **bufp) in pcblist_kvm() argument
117 if (count_off == 0 || gencnt_off == 0) in pcblist_kvm()
121 kread(count_off, &unp_count, sizeof(unp_count)); in pcblist_kvm()
181 kread(count_off, &unp_count, sizeof(unp_count)); in pcblist_kvm()
198 unixpr(u_long count_off, u_long gencnt_off, u_long dhead_off, u_long shead_off, in unixpr() argument
227 ret = pcblist_kvm(count_off, gencnt_off, head_off, in unixpr()