Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbsm/common/
H A Dgetdaent.c45 #define interpdevalloc (_da->_interpdevalloc) macro
479 interpdevalloc.da_devname = getdadmfield(interpdaline, KV_DELIMITER); in da_interpret()
480 interpdevalloc.da_devtype = getdadmfield(NULL, KV_DELIMITER); in da_interpret()
483 interpdevalloc.da_devauth = getdadmfield(NULL, KV_DELIMITER); in da_interpret()
484 interpdevalloc.da_devexec = getdadmfield(NULL, KV_DELIMITER); in da_interpret()
485 interpdevalloc.da_devopts = NULL; in da_interpret()
486 if (interpdevalloc.da_devname == NULL || in da_interpret()
487 interpdevalloc.da_devtype == NULL) in da_interpret()
491 interpdevalloc.da_devopts = in da_interpret()
495 if ((kvap = interpdevalloc.da_devopts) != NULL) { in da_interpret()
[all …]