Home
last modified time | relevance | path

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

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