Home
last modified time | relevance | path

Searched refs:bblen (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/psm/stand/bootblks/common/
H A Dmkbb.sh28 bblen=7680
34 b) bblen=$OPTARG;;
47 rdoff=$(($bblen - $rdlen))
72 if [ $totlen -gt $bblen ]; then
78 dd if=$extra of=$3 conv=notrunc bs=1 oseek=$bblen
/titanic_41/usr/src/cmd/eject/
H A Deject.c466 uint_t bblen; /* busy_base string length */ in display_busy() local
506 bblen = strlen(busy_base); in display_busy()
518 if (strncmp(busy_base, mp.mnt_special, bblen) == 0) { in display_busy()