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

/freebsd-9.3-release/usr.bin/netstat/
H A Dunix.c107 u_int unp_count; local
115 kread(count_off, &unp_count, sizeof(unp_count));
116 len = 2 * sizeof(xug) + (unp_count + unp_count / 8) * sizeof(xu);
141 xug.xug_count = unp_count;
175 kread(count_off, &unp_count, sizeof(unp_count));
177 xug.xug_count = unp_count;
/freebsd-9.3-release/sys/kern/
H A Duipc_usrreq.c112 static u_int unp_count; /* (l) Count of local sockets. */ variable
431 unp_count++;
636 --unp_count;
1524 n = unp_count;
1539 n = unp_count;
1616 xug->xug_count = unp_count;

Completed in 55 milliseconds