Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/allocate/
H A Dsvc-allocate31 MKDEVALLOC=/usr/sbin/mkdevalloc
83 ${MKDEVALLOC} >> $DEVALLOC
H A Dmkdevalloc.c80 #define MKDEVALLOC "mkdevalloc" macro
173 if (strcmp(progname, MKDEVALLOC) == 0) in main()
/titanic_41/usr/src/cmd/devfsadm/
H A Ddevalloc.c45 #define MKDEVALLOC "/usr/sbin/mkdevalloc" macro
144 if (execl(MKDEVALLOC, MKDEVALLOC, DA_IS_LABELED, NULL) == -1) in _make_db()