Lines Matching refs:property

521 	 * Set pm-want-child-notification property for
693 * node_addr, and property list.
1045 cmn_err(CE_WARN, "unit-address property in %s.conf"
1444 * in the "port-commsvc-list" property per HCA port
1470 * in the "vppa-commsvc-list" property and per each PKEY that
1518 * in the "port-commsvc-list" property per HCA port
2315 * service-id property is a array of int64's and service names is
2316 * array of strings. The first element in the "service-ids" property
2497 * Creates "compatible" property values
2509 * Initialize the "compatible" property string as below:
2559 /* Create the compatible property for child cdip */
2799 * Read the property and cache the values in the global
2802 * (each element of the property)
2806 ibnex_comm_svc_init(char *property, ibnex_node_type_t type)
2815 IBTF_DPRINTF_L4("ibnex", "\tcomm_svc_init : %s property, type = %x",
2816 property, type);
2818 /* lookup the string array property */
2820 DDI_PROP_DONTPASS, property, &servicep, &nservices) !=
2822 IBTF_DPRINTF_L2("ibnex", "\t%s property undefined", property);
2842 "Service name %s for property %s invalid : "
2843 "length %d", servicep[count], property, len);
2875 IBTF_DPRINTF_L4("ibnex", "\tNo %s entries found", property);
2876 ddi_prop_free(servicep); /* free the property */
3295 * Creates 'Compatibility' property for port / HCA_SVC device nodes
3308 * Initialize the "compatible" property string as below:
3419 * If property with name is found, return its value
3431 /* named property should be valid and have a value */
3468 /* Check "ib-node-type" property for IOC .conf */
3472 /* "unit-address" property should be present */