Home
last modified time | relevance | path

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

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