Searched refs:prop_name (Results 101 - 122 of 122) sorted by relevance

12345

/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpciehpc.c53 char *prop_name; member in struct:pciehpc_prop
1557 pciehpc_props[i].prop_name, "") != 0) {
1572 pciehpc_props[i].prop_name,
H A Dpcishpc.c54 char *prop_name; member in struct:pcishpc_prop
421 pcishpc_props[i].prop_name, "") != 0) {
436 pcishpc_props[i].prop_name,
/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.c1139 if (strcmp(propp->prop_name, pname) == 0) {
1226 (void) strcpy(pobj->prop_name, pinfo->piclinfo.name);
1465 err = lookup_prop_by_name(nodep, propp->prop_name, NULL);
2075 (void) strcpy(pinfo->piclinfo.name, propp->prop_name);
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus.c1535 propp->prop_name = (char *)kmem_alloc(pnlen, KM_SLEEP);
1537 bcopy(name, propp->prop_name, pnlen);
1569 kmem_free(propp->prop_name, strlen(propp->prop_name) + 1);
H A Dcardbus_cfg.c2934 propp->prop_name,
2941 propp->prop_name,
2947 propp->prop_name);
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c2565 char *prop_name; local
2569 prop_name = strchr(props, '?');
2570 if (prop_name == NULL)
2572 *prop_name++ = '\0';
2573 prop_val = strchr(prop_name, '=');
2578 triplet->propname = prop_name;
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c1111 if (!DDI_STRSAME(propp->prop_name, name))
1158 if (!DDI_STRSAME(propp->prop_name, name))
3296 new_propp->prop_name = kmem_alloc(name_buf_len, km_flags);
3297 if (new_propp->prop_name == 0) {
3302 bcopy(name, new_propp->prop_name, name_buf_len);
3320 kmem_free(new_propp->prop_name, name_buf_len);
4102 if (DDI_STRSAME(propp->prop_name, name) &&
4119 kmem_free(propp->prop_name,
4120 strlen(propp->prop_name) + 1);
H A Ddevcfg.c2388 if (prop->prop_name)
2389 kmem_free(prop->prop_name, strlen(prop->prop_name) + 1);
2410 ASSERT(prop->prop_name != NULL);
2417 copy->prop_name = i_ddi_strdup(prop->prop_name, flag);
2418 if (copy->prop_name == NULL)
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c2781 me->prop_name = off = di_checkmem(st, off, size);
3134 pp->prop_name = off = di_checkmem(st, off, size);
3138 pp->prop_name = -1;
3206 if (prop->prop_name)
3207 pl->pl_name = i_ddi_strdup(prop->prop_name, KM_SLEEP);
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_virtual.c1160 char *prop_name; local
1184 prop_name = param_arr[class_prop].fcode_name;
1187 status = nxge_cfg_verify_set_classify_prop(nxgep, prop_name,
1201 prop_name = param_arr[class_prop].fcode_name;
1203 status = nxge_cfg_verify_set_classify_prop(nxgep, prop_name,
/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c3634 * property at prop_name are in the set of special startd properties. If
3638 special_property_event(audit_event_data_t *evdp, const char *prop_name, argument
3647 search_key.api_prop_name = prop_name;
3767 const char *prop_name; local
3808 if (tx_cmd_prop(tx_data, cmd_no, &prop_name) !=
3813 prop_name, REP_PROTOCOL_ENTITY_PROPERTY);
3823 special_property_event(&audit_data, prop_name, pg_name,
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c1610 add_new_property(scf_handle_t *handle, const char *prop_name, argument
1624 if (scf_transaction_property_new(tx, entry, prop_name, type) != 0)
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_subr.c1347 * Lookup the 'prop_name' string array property and walk thru its list of
1359 scsi_get_device_type_string(char *prop_name, argument
1375 * So that we can establish a 'prop_name' for all instances of a
1384 DDI_PROP_NOTPROM, prop_name, &tuples, &ntuples) ==
/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c6769 const char *prop_name = NULL; local
6775 &prop_name) != SCF_SUCCESS) {
6792 if (prop_name != NULL &&
6793 strcmp(prop_name, SCF_PROPERTY_ENABLED) != 0) {
H A Dlibscf.c507 libscf_read_state(const scf_propertygroup_t *pg, const char *prop_name, argument
518 if (scf_pg_get_property(pg, prop_name, prop) == -1) {
/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c1425 * scf_read_count_property(scf_simple_handle_t *simple_h, char *prop_name,
1449 char *prop_name,
1464 if (scf_pg_get_property(simple_h->running_pg, prop_name, prop) != 0) {
1447 scf_read_count_property( scf_simple_handle_t *simple_h, char *prop_name, uint64_t *ret_count) argument
H A Dlowlevel.c6351 const char *prop_name; local
6362 &pg_name, &prop_name) != SCF_SUCCESS)
6369 if (pg_name != NULL || prop_name != NULL) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c2708 output_prop_val(const char *prop_name, nwam_value_t value, FILE *wf, argument
2774 (void) fprintf(wf, "%s%s", tostr(val, prop_name, str),
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c8199 char *prop_name; local
8318 if ((prop_name = di_prop_name(prop)) == NULL)
8319 prop_name = "";
8320 err_print(PROP_ADD_FAILED, prop_name);
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c13176 read_astring(scf_propertygroup_t *pg, const char *prop_name) argument
13180 rv = _scf_read_single_astring_from_pg(pg, prop_name);
13345 char *pg_name = NULL, *prop_name = NULL; local
13389 prop_name_size = scf_tmpl_prop_name(prt, &prop_name);
13393 pg_name, prop_name) >=
13405 if (prop_name != NULL) {
13406 free(prop_name);
13407 prop_name = NULL;
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex.c3429 if (strcmp(propp->prop_name, name) != 0)
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c609 rpp[i].prop_name, rpp[i].prop_value);

Completed in 253 milliseconds

12345