Searched refs:DAOPT_MINLABEL (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/allocate/ |
H A D | add_allocatable.c | 320 if ((strstr(token, DAOPT_MINLABEL) == NULL) && in verify_label() 411 (strstr(devinfo->devopts, DAOPT_MINLABEL) == NULL) || in check_args() 423 if ((kval = kva_match(kva, DAOPT_MINLABEL)) != NULL) in check_args() 440 nlen = strlen(DAOPT_MINLABEL) + strlen(KV_ASSIGN) + in check_args() 446 DAOPT_MINLABEL, KV_ASSIGN, defmin, in check_args() 452 if (strstr(devinfo->devopts, DAOPT_MINLABEL) == NULL) { in check_args() 454 ntok = DAOPT_MINLABEL; in check_args()
|
H A D | allocate3.c | 1612 lstr = kva_match(da->da_devopts, DAOPT_MINLABEL); in _check_label()
|
/titanic_41/usr/src/lib/libbsm/common/ |
H A D | devices.h | 42 #define DAOPT_MINLABEL "minlabel" macro
|
H A D | getdevicerange.c | 83 lstr = kva_match(da->da_devopts, DAOPT_MINLABEL); in getdevicerange()
|
H A D | getdaent.c | 513 if ((minstr = kva_match(kvap, DAOPT_MINLABEL)) == NULL) in da_interpret() 535 ndata[i].key = strdup(DAOPT_MINLABEL); in da_interpret()
|
H A D | devalloc.c | 1827 if ((kval = kva_match(kva, DAOPT_MINLABEL)) != NULL) in da_add_list() 1839 nlen = strlen(DAOPT_MINLABEL) + strlen(KV_ASSIGN) + in da_add_list() 1845 DAOPT_MINLABEL, KV_ASSIGN, minstr, KV_TOKEN_DELIMIT, in da_add_list()
|