HomeSort by: relevance | last modified time | path
    Searched defs:szbuf (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/swapctl/
swaplist.c 61 char szbuf[5], usbuf[5], avbuf[5]; /* size, used, avail */ local in function:list_swap
143 if ((humanize_number(szbuf, sizeof(szbuf), (dbtoqb(size)),
152 (void)printf("%-*s %*s ", pathmax, sep->se_path, hlen, szbuf);
166 if ((humanize_number(szbuf, sizeof(szbuf), (dbtoqb(totalsize)),
169 (void)printf("%s/%s swap space\n", usbuf, szbuf);
179 if ((humanize_number(szbuf, sizeof(szbuf), (dbtoqb(totalsize)),
189 szbuf, usbuf, avbuf)
    [all...]
  /src/bin/ls/
print.c 134 char buf[20], szbuf[5]; local in function:printlong
149 if ((humanize_number(szbuf, sizeof(szbuf),
154 (void)printf("%*s ", dp->s_block, szbuf);
180 if ((humanize_number(szbuf, sizeof(szbuf),
184 (void)printf("%*s ", dp->s_size, szbuf);
372 char szbuf[5]; local in function:printaname
380 if ((humanize_number(szbuf, sizeof(szbuf), sp->st_size
439 char szbuf[5]; local in function:printtotal
    [all...]
  /src/sys/dev/ic/
wi.c 3330 int i, naps, off, szbuf; local in function:wi_scan_result
3341 szbuf = sizeof(struct wi_scan_data_p2);
3344 szbuf = sizeof(struct wi_scan_data_p2) + 6;
3347 szbuf = sizeof(struct wi_scan_data);
3356 naps = (cnt * 2 + 2 - off) / szbuf;
3365 (sizeof(ws_dat) < szbuf ? sizeof(ws_dat) : szbuf));
3368 off += szbuf;

Completed in 14 milliseconds