Searched refs:DA_ON_STR (Results 1 – 3 of 3) sorted by relevance
307 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()
65 #define DA_ON_STR "DEVICE_ALLOCATION=ON\n" macro
1015 (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()