Searched refs:kbytes (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.tconst.c151 tchar S_kbytes[] = {'k','b','y','t','e','s',0};/*"kbytes"*/
/illumos-gate/usr/src/cmd/power/
H A Dsvc-power51 while read device kbytes used avail capacity filesys; do
/illumos-gate/usr/src/cmd/plimit/
H A Dplimit.c54 static int kbytes = FALSE; variable
108 kbytes = TRUE;
112 kbytes = FALSE;
407 if (kbytes) {
408 s = " file(kbytes)\t\t";
423 s = " data(kbytes)\t\t";
432 s = " stack(kbytes)\t\t";
437 if (kbytes) {
438 s = " coredump(kbytes)\t";
456 s = " vmemory(kbytes)\
[all...]
/illumos-gate/usr/src/uts/intel/io/agpgart/
H A Dagptarget.c311 * are specified in kbytes.
420 /* Returns the size (kbytes) of pre-allocated graphics memory */
425 size_t kbytes; local
428 kbytes = 0;
445 kbytes = (gms_modes[gms_off].gm_vec)[memval];
450 kbytes));
451 return (kbytes);
/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c730 * If either kbytes or minutes is non-zero, then we only take the checkpoint
732 * more than "kbytes" of log data have been written since the last checkpoint.
739 txn_checkpoint(mgr, kbytes, minutes)
741 u_int32_t kbytes, minutes;
767 if (kbytes != 0) {
775 if (kbytes_written >= (u_int32_t)kbytes)
783 if (minutes != 0 || kbytes != 0)
/illumos-gate/usr/src/cmd/find/
H A Dfind.c1658 #define kbytes(bytes) (((bytes) + 1023) / 1024) macro
1826 ksize = (long long) kbytes(ldbtob(stp->st_blocks)); /* kbytes */
1828 ksize = (long long) kbytes(stp->st_size); /* kbytes */
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Dri_init.c876 uint_t kbytes; local
880 sscanf(cp, "size=%u", &kbytes) != 1) {
885 ii = (longlong_t)kbytes * KBYTE;

Completed in 748 milliseconds