Home
last modified time | relevance | path

Searched refs:prop_array (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/test/zfs-tests/include/
H A Dproperties.shlib29 typeset prop_array=($(eval echo \${$1[@]}))
34 [[ -z $prop_array || -z $num_props || -z $start ]] && \
37 typeset prop_max=$((${#prop_array[@]} - 1))
40 retstr="${prop_array[$i]} $retstr"
/titanic_50/usr/src/uts/common/io/cardbus/
H A Dcardbus.c1838 char **prop_array; in cardbus_device_props() local
1843 "cb-device-init-props", &prop_array, in cardbus_device_props()
1848 (void) cardbus_parse_devprop(cbp, prop_array[i]); in cardbus_device_props()
1850 ddi_prop_free(prop_array); in cardbus_device_props()
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c15932 char **prop_array = NULL; in fcp_read_blacklist() local
15942 LUN_BLACKLIST_PROP, &prop_array, &prop_item) != DDI_PROP_SUCCESS) { in fcp_read_blacklist()
15948 curr_pwwn = prop_array[idx]; in fcp_read_blacklist()
15979 ddi_prop_free(prop_array); in fcp_read_blacklist()