HomeSort by: relevance | last modified time | path
    Searched refs:uspace (Results 1 - 6 of 6) sorted by relevancy

  /src/bin/ps/
nlist.c 105 int uspace; /* kernel USPACE value */ variable in typeref:typename:int
214 size = sizeof(uspace);
215 if (sysctl(mib, 2, &uspace, &size, NULL, 0)) {
216 warn("sysctl vm.uspace");
218 uspace = DEF_USPACE;
extern.h 40 extern int eval, fscale, mempages, nlistread, maxslp, uspace;
print.c 1106 szptudot = uspace/getpagesize();
  /src/common/lib/libc/quad/
qdivrem.c 82 digit uspace[5], vspace[5], qspace[5]; local in function:__qdivrem
101 u = &uspace[0];
260 tmp.ul[H] = COMBINE(uspace[1], uspace[2]);
261 tmp.ul[L] = COMBINE(uspace[3], uspace[4]);
  /src/sys/dev/sun/
bt_subr.c 67 bt_getcmap(struct fbcmap *p, union bt_cmap *cm, int cmsize, int uspace)
79 if (uspace) {
99 if (uspace) {
122 bt_putcmap(struct fbcmap *p, union bt_cmap *cm, int cmsize, int uspace)
134 if (uspace) {
  /src/usr.bin/systat/
ps.c 309 int uspace; local in function:pmem2float
313 size = sizeof(uspace);
314 if (sysctl(mib, 2, &uspace, &size, NULL, 0) == 0) {
315 szptudot = uspace / getpagesize();

Completed in 15 milliseconds