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

/netbsd-current/bin/ps/
H A Dnlist.c105 int uspace; /* kernel USPACE value */ variable
214 size = sizeof(uspace);
215 if (sysctl(mib, 2, &uspace, &size, NULL, 0)) {
216 warn("sysctl vm.uspace");
218 uspace = DEF_USPACE;
H A Dextern.h40 extern int eval, fscale, mempages, nlistread, maxslp, uspace;
H A Dprint.c1106 szptudot = uspace/getpagesize();
/netbsd-current/common/lib/libc/quad/
H A Dqdivrem.c82 digit uspace[5], vspace[5], qspace[5]; local
101 u = &uspace[0];
260 tmp.ul[H] = COMBINE(uspace[1], uspace[2]);
261 tmp.ul[L] = COMBINE(uspace[3], uspace[4]);
/netbsd-current/sys/dev/sun/
H A Dbt_subr.c67 bt_getcmap(struct fbcmap *p, union bt_cmap *cm, int cmsize, int uspace) argument
79 if (uspace) {
99 if (uspace) {
122 bt_putcmap(struct fbcmap *p, union bt_cmap *cm, int cmsize, int uspace) argument
134 if (uspace) {
/netbsd-current/usr.bin/systat/
H A Dps.c309 int uspace; local
313 size = sizeof(uspace);
314 if (sysctl(mib, 2, &uspace, &size, NULL, 0) == 0) {
315 szptudot = uspace / getpagesize();

Completed in 188 milliseconds