Home
last modified time | relevance | path

Searched refs:num_props (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/zfs/
H A Dzprop_common.c169 int i, num_props, size, prop; in zprop_iter_common() local
174 num_props = zprop_get_numprops(type); in zprop_iter_common()
175 size = num_props * sizeof (zprop_desc_t *); in zprop_iter_common()
184 for (int j = 0; j < num_props; j++) in zprop_iter_common()
188 qsort((void *)order, num_props, sizeof (zprop_desc_t *), in zprop_iter_common()
193 for (i = 0; i < num_props; i++) { in zprop_iter_common()
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dproperties.shlib41 # Given the property array passed in, return 'num_props' elements to the
49 typeset -i num_props=$2
53 [[ -z $prop_array || -z $num_props || -z $start ]] && \
58 for i in $(shuf -i $start-$prop_max -n $num_props); do
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_main.c3323 uint32_t num_props; in qede_attach() local
3581 0, "reg", &props, &num_props); in qede_attach()
3582 if((rc == DDI_PROP_SUCCESS) && (num_props > 0)) { in qede_attach()
3602 0, "vendor-id", &props, &num_props); in qede_attach()
3603 if((rc == DDI_PROP_SUCCESS) && (num_props > 0)) { in qede_attach()
3608 0, "device-id", &props, &num_props); in qede_attach()
3609 if((rc == DDI_PROP_SUCCESS) && (num_props > 0)) { in qede_attach()
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c4198 uint32_t num_props; in handle_drv_ioctl() local
4255 0, "reg", &props, &num_props)) { in handle_drv_ioctl()
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c6163 uint32_t num_props; in handle_drv_ioctl() local
6217 0, "reg", &props, &num_props)) { in handle_drv_ioctl()