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

/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c74 static void g_free_pi_list(sv_path_info_t *, uint_t num_paths);
101 uint_t num_paths; local
107 num_paths = path_num + 1;
125 pi = (sv_path_info_t *)calloc((size_t)num_paths,
127 ioc.buf_elem = num_paths;
132 for (i = 0; i < num_paths; i++) {
140 g_free_pi_list(pi, num_paths);
149 g_free_pi_list(pi, num_paths);
170 g_free_pi_list(pi, num_paths);
627 g_free_pi_list(sv_path_info_t *pi, uint_t num_paths) argument
845 int num_paths; local
[all...]
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1332 * num_paths On return, *num_paths is set to the number paths in the
1342 vhci_to_phci(char *vhci_name, int *num_paths) argument
1353 *num_paths = 0;
1405 *num_paths = n;
/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_path.c3199 int ret, i = 0, pathsz, num_paths = 0; local
3246 num_paths++;
3250 DPRINT("number of paths is %d\n", num_paths);
3252 bfiles = calloc(1, (num_paths + 1) * sizeof (char *));
3271 for (i = 0; i < num_paths; i++) {

Completed in 25 milliseconds