Searched defs:iprop (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_internal.c821 property_t *iprop; local
841 iprop = internal_property_new();
842 iprop->sc_property_name = strdup(loadbuf);
843 if (iprop->sc_property_name == NULL) {
844 internal_property_free(iprop);
849 if (scf_property_type(prop, &iprop->sc_value_type) != 0) {
958 internal_attach_value(iprop, ival);
961 *ipp = iprop;
965 free(iprop->sc_property_name);
966 internal_property_free(iprop);
1101 property_t *iprop; local
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Di8042.c834 int *iprop; local
850 DDI_PROP_DONTPASS, "reg", &iprop, &iprop_len) !=
873 which_port = iprop[rnumber];
874 ddi_prop_free((void *)iprop);
1461 int *iprop; local
1474 DDI_PROP_DONTPASS, "reg", &iprop, &iprop_len) !=
1483 which_port = iprop[0];
1484 ddi_prop_free((void *)iprop);
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c1041 read_prop(scf_handle_t *h, inetd_prop_t *iprop, int index, const char *inst, argument
1050 if ((sprop = scf_simple_prop_get(h, inst, pg_name, iprop->ip_name)) ==
1054 switch (iprop->ip_type) {
1058 if ((iprop->ip_value.iv_string = strdup(tmp_char)) == NULL) {
1072 iprop->ip_value.iv_string_list,
1077 iprop->ip_value.iv_string_list = cpp;
1091 iprop->ip_value.iv_boolean =
1097 iprop->ip_value.iv_cnt = *tmp_cnt;
1102 iprop->ip_value.iv_int = *tmp_int;
1108 iprop
[all...]

Completed in 77 milliseconds