Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/eject/
H A Deject.c465 char busy_base[MAXPATHLEN]; /* for keeping base dir name */ in display_busy() local
500 (void) strcpy(busy_base, blk); in display_busy()
501 if ((cp = strrchr(busy_base, '/')) == NULL) { in display_busy()
506 bblen = strlen(busy_base); in display_busy()
518 if (strncmp(busy_base, mp.mnt_special, bblen) == 0) { in display_busy()