Searched refs:devopts (Results 1 – 6 of 6) sorted by relevance
| /illumos-gate/usr/src/cmd/allocate/ |
| H A D | add_allocatable.c | 178 devinfo->devexec = devinfo->devopts = devinfo->devlist = NULL; in process_args() 242 devinfo->devopts = optarg; in process_args() 244 if (scan_label(devinfo->devopts, progname) != 0) in process_args() 357 scan_label(char *devopts, char *progname) in scan_label() argument 362 if (devopts == NULL) in scan_label() 365 if ((optsarg = strdup(devopts)) == NULL) in scan_label() 408 if ((devinfo->devopts == NULL) || in check_args() 409 (strstr(devinfo->devopts, DAOPT_MINLABEL) == NULL) || in check_args() 410 (strstr(devinfo->devopts, DAOPT_MAXLABEL) == NULL) || in check_args() 420 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() 1858 devinfo.devopts = optstr; in update_device()
|
| /illumos-gate/usr/src/lib/libbsm/common/ |
| H A D | getdadefs.c | 120 _kva_free(da_def->devopts); in freedadefent() 121 da_def->devopts = NULL; in freedadefent() 217 interpdadefs.devopts = NULL; in dadef_interpret() 221 interpdadefs.devopts = in dadef_interpret() 224 if ((kvap = interpdadefs.devopts) != NULL) { in dadef_interpret()
|
| 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 …]
|
| H A D | devalloc.h | 132 char *devopts; member 159 kva_t *devopts; member
|
| /illumos-gate/usr/src/cmd/devfsadm/ |
| H A D | devalloc.c | 319 newentry.devinfo.devopts = in _update_dev() 330 newentry.devinfo.devopts = in _update_dev()
|