Home
last modified time | relevance | path

Searched refs:kbytes (Results 1 – 10 of 10) sorted by relevance

/titanic_53/usr/src/cmd/plimit/
H A Dplimit.c53 static int kbytes = FALSE; variable
107 kbytes = TRUE; in main()
111 kbytes = FALSE; in main()
406 if (kbytes) { in show_limits()
436 if (kbytes) { in show_limits()
/titanic_53/usr/src/cmd/power/
H A Dsvc-power51 while read device kbytes used avail capacity filesys; do
/titanic_53/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c739 txn_checkpoint(mgr, kbytes, minutes) in txn_checkpoint() argument
741 u_int32_t kbytes, minutes;
767 if (kbytes != 0) {
775 if (kbytes_written >= (u_int32_t)kbytes)
783 if (minutes != 0 || kbytes != 0)
/titanic_53/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 */
/titanic_53/usr/src/cmd/dcs/sparc/sun4u/
H A Dri_init.c876 uint_t kbytes; in mem_rcm_qpass() local
880 sscanf(cp, "size=%u", &kbytes) != 1) { in mem_rcm_qpass()
885 ii = (longlong_t)kbytes * KBYTE; in mem_rcm_qpass()
/titanic_53/usr/src/boot/lib/libz/doc/
H A Dalgorithm.txt121 kbytes. You can imagine that filling in a 2^15 entry table for a 15-bit code
/titanic_53/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-3380 - Command: uppermem kbytes
H A Dgrub.texi3240 @deffn Command uppermem kbytes
3241 Force GRUB to assume that only @var{kbytes} kilobytes of upper memory
H A Dgrub.info3089 -- Command: uppermem kbytes
/titanic_53/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE27 12-06-28 Fix ulimit -a to list (Kibytes) instead of (kbytes).