Searched refs:DEVICE_AUTH_SEPARATOR (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/allocate/
H A Dallocate3.c83 #define DEVICE_AUTH_SEPARATOR "," macro
160 if (strpbrk(auths, DEVICE_AUTH_SEPARATOR) == NULL)
166 (dcp = strtok_r(dcp, DEVICE_AUTH_SEPARATOR, &lasts)) != NULL;

Completed in 59 milliseconds