Searched defs:bblen (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/eject/
H A Deject.c466 uint_t bblen; /* busy_base string length */ local
506 bblen = strlen(busy_base);
507 /* bblen = (uint)(cp - busy_base); */
518 if (strncmp(busy_base, mp.mnt_special, bblen) == 0) {

Completed in 295 milliseconds