Searched refs:property_name (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_grammar.y146 %type <ival> property_name SPECIAL RAW DIR OPTIONS TYPE ADDRESS PHYSICAL NAME
260 | ADD property_name property_value
654 | INFO resource_type property_name EQUAL property_value
665 | INFO resource_type property_name EQUAL property_value property_name EQUAL property_value
678 | INFO resource_type property_name EQUAL property_value property_name EQUAL property_value property_name EQUAL property_value
728 | REMOVE property_name property_value
738 | REMOVE resource_type property_name EQUA
965 property_name: SPECIAL { $$ = PT_SPECIAL; } label
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c1818 * Copy name to property_name, since name
1844 char property_name[50], property_val[50]; local
1862 copy_boot_str(name, property_name, 50);
1868 if (strcmp(property_name, "display-edif-block") == 0 ||
1869 strcmp(property_name, "display-edif-id") == 0) {
1873 length = BOP_GETPROPLEN(bootops, property_name);
1879 property_name, MMU_PAGESIZE);
1882 BOP_GETPROP(bootops, property_name, bop_staging_area);
1904 property_name, property_val);
1907 property_name, *((in
[all...]
/illumos-gate/usr/src/cmd/power/
H A Dpowerd.c1095 char *property_name, char *property_value, size_t len)
1125 if (strcmp(opp->oprom_array, property_name) == 0) {
1148 estrcpy(opp->oprom_array, property_name, PBUFSIZE);
1094 get_prom(int prom_fd, prom_node_t node_name, char *property_name, char *property_value, size_t len) argument
/illumos-gate/usr/src/uts/common/io/
H A Dpci_intr_lib.c1236 pci_class_to_val(dev_info_t *rdip, char *property_name, pci_class_val_t *rec_p, argument
1260 property_name, (caddr_t)&conf, &property_len))

Completed in 92 milliseconds