Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/allocate/
H A Dsvc-allocate28 DEVALLOC=/etc/security/device_allocate
43 if [ -f ${HALFDI} -a -f ${DEVALLOC} -a -f ${DEVMAPS} ]; then
81 if [ ! -f ${DEVALLOC} ]; then
82 echo "DEVICE_ALLOCATION=ON" > $DEVALLOC
83 ${MKDEVALLOC} >> $DEVALLOC
95 /usr/bin/rm -f $DEVALLOC $DEVMAPS
/illumos-gate/usr/src/lib/libbsm/common/
H A Ddevalloc.h51 #define DEVALLOC "/etc/security/device_allocate" macro
H A Ddevalloc.c852 DEVALLOC, DEVMAP, in _rebuild_lists()
853 devallocp->da_devname, DEVALLOC); in _rebuild_lists()
1272 fname = DEVALLOC; in da_open_devdb()
1275 DEVALLOC) >= sizeof (path)) { in da_open_devdb()
1548 DEVALLOC) >= sizeof (dapath)) in da_update_device()
1563 dapathp = DEVALLOC; in da_update_device()
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevalloc.c113 else if ((action == DA_OFF) && (open(DEVALLOC, O_RDONLY) == -1)) in _reset_devalloc()