Searched refs:devopts (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/allocate/ |
H A D | add_allocatable.c | 180 devinfo->devexec = devinfo->devopts = devinfo->devlist = NULL; in process_args() 244 devinfo->devopts = optarg; in process_args() 246 if (scan_label(devinfo->devopts, progname) != 0) in process_args() 359 scan_label(char *devopts, char *progname) in scan_label() argument 364 if (devopts == NULL) in scan_label() 367 if ((optsarg = strdup(devopts)) == NULL) in scan_label() 410 if ((devinfo->devopts == NULL) || in check_args() 411 (strstr(devinfo->devopts, DAOPT_MINLABEL) == NULL) || in check_args() 412 (strstr(devinfo->devopts, DAOPT_MAXLABEL) == NULL) || in check_args() 422 kva = da_defs->devopts; in check_args() [all …]
|
H A D | allocate3.c | 232 if (da_defs->devopts == NULL) { in print_da_defs() 237 if (_kva2str(da_defs->devopts, optbuf, sizeof (optbuf), KV_ASSIGN, in print_da_defs() 1859 devinfo.devopts = optstr; in update_device()
|
/titanic_50/usr/src/lib/libbsm/common/ |
H A D | getdadefs.c | 122 _kva_free(da_def->devopts); in freedadefent() 123 da_def->devopts = NULL; in freedadefent() 219 interpdadefs.devopts = NULL; in dadef_interpret() 223 interpdadefs.devopts = in dadef_interpret() 226 if ((kvap = interpdadefs.devopts) != NULL) { in dadef_interpret()
|
H A D | devalloc.h | 132 char *devopts; member 159 kva_t *devopts; member
|
H A D | devalloc.c | 274 newkva = _str2kva(devinfo->devopts, KV_ASSIGN, in _update_zonename() 285 if ((zonename = index(devinfo->devopts, '=')) == NULL) in _update_zonename() 485 if (da_defs->devopts) { in _def2str() 486 if (_kva2str(da_defs->devopts, buf + length, size - length, in _def2str() 1064 if (!devinfo->devopts) in _write_new_defattrs() 1068 if ((tokp = (char *)malloc(strlen(devinfo->devopts) +1)) != NULL) { in _write_new_defattrs() 1069 (void) strcpy(tokp, devinfo->devopts); in _write_new_defattrs() 1081 (void) fprintf(fp, "%s", devinfo->devopts); in _write_new_defattrs() 1111 if (devinfo->devopts == NULL) { in _write_new_entry() 1115 if ((tokp = (char *)malloc(strlen(devinfo->devopts) + 1)) in _write_new_entry() [all …]
|
/titanic_50/usr/src/cmd/devfsadm/ |
H A D | devalloc.c | 318 newentry.devinfo.devopts = in _update_dev() 329 newentry.devinfo.devopts = in _update_dev()
|