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

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

Completed in 50 milliseconds