Searched defs:property_value (Results 1 - 4 of 4) sorted by relevance
| /forgerock/web-agents-v4/source/ |
| H A D | admin_iis.c | 289 BSTR property_key, BSTR property_value, short* index) { 319 if (wcscmp(property_value, var_value.bstrVal) == 0) { 337 BSTR property_key, BSTR property_value, 341 if (!get_from_collection_idx(collection, property_key, property_value, &idx)) { 288 get_from_collection_idx(IAppHostElementCollection* collection, BSTR property_key, BSTR property_value, short* index) argument 336 get_from_collection(IAppHostElementCollection* collection, BSTR property_key, BSTR property_value, IAppHostElement** element) argument
|
| /illumos-gate/usr/src/cmd/power/ |
| H A D | powerd.c | 1095 char *property_name, char *property_value, size_t len) 1134 if (got_it && property_value == NULL) { 1142 *property_value = '\0'; 1144 estrcpy(property_value, opp->oprom_array, len); 1156 if (property_value != NULL) { 1157 estrcpy(property_value, opp->oprom_array, len); 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/cmd/zonecfg/ |
| H A D | zonecfg.h | 175 typedef struct property_value { struct
|
| H A D | zonecfg_grammar.y | 142 property_value OPEN_PAREN CLOSE_PAREN COMMA simple_prop_val 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 EQUAL property_value 1023 property_value: simple_prop_val label [all...] |
Completed in 97 milliseconds