Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libbsm/common/
H A Dgetdaent.c43 #define interpdevalloc (_da->_interpdevalloc) macro
478 interpdevalloc.da_devtype = getdadmfield(NULL, KV_DELIMITER); in da_interpret()
481 interpdevalloc.da_devauth = getdadmfield(NULL, KV_DELIMITER); in da_interpret()
482 interpdevalloc.da_devexec = getdadmfield(NULL, KV_DELIMITER); in da_interpret()
483 interpdevalloc.da_devopts = NULL; in da_interpret()
484 if (interpdevalloc.da_devname == NULL || in da_interpret()
485 interpdevalloc.da_devtype == NULL) in da_interpret()
489 interpdevalloc.da_devopts = in da_interpret()
493 if ((kvap = interpdevalloc.da_devopts) != NULL) { in da_interpret()
543 interpdevalloc.da_devopts = nkvap; in da_interpret()
[all …]