Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevalloc.c113 else if ((action == DA_OFF) && (open(DEVALLOC, O_RDONLY) == -1)) in _reset_devalloc()
118 else if (action == DA_OFF) in _reset_devalloc()
119 dargs.optflag = DA_OFF | DA_ALLOC_ONLY; in _reset_devalloc()
H A Ddevfsadm.c425 if (devalloc_flag == DA_OFF) { in main()
771 devalloc_flag = DA_OFF; in parse_args()
3091 ((devalloc_is_on == 1) && (devalloc_flag != DA_OFF))) { in reset_node_permissions()
/illumos-gate/usr/src/lib/libbsm/common/
H A Ddevalloc.h94 #define DA_OFF 0x00000800 macro
H A Ddevalloc.c1575 if (dargs->optflag & DA_ON || dargs->optflag & DA_OFF) in da_update_device()
1601 if (dargs->optflag & DA_ON || dargs->optflag & DA_OFF) { in da_update_device()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h473 #define DA_OFF 0x01 macro