Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libbsm/common/
H A Dgetdaent.c307 if (strncmp(line1, DA_ON_STR, (strlen(DA_ON_STR) - 1)) == 0) { in getdaon()
341 if ((strncmp(line1, DA_ON_STR, (strlen(DA_ON_STR) - 1)) == 0) || in getdaent()
H A Ddevalloc.h65 #define DA_ON_STR "DEVICE_ALLOCATION=ON\n" macro
H A Ddevalloc.c1015 (void) fputs(DA_ON_STR, dafp); in _write_device_allocate()
1358 actionstr = DA_ON_STR; in _record_on_off()
1369 if ((strcmp(line, DA_ON_STR) == 0) || in _record_on_off()