Lines Matching refs:interpdevalloc
45 #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()
545 interpdevalloc.da_devopts = nkvap; in da_interpret()
549 return (&interpdevalloc); in da_interpret()