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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c849 ibt_path_info_t *tmp_path_p; local
857 tmp_path_p = kmem_alloc(
860 bcopy(p_arg->paths, tmp_path_p,
869 tmp_path_p = NULL;
871 tmp_path_p = p_arg->paths;
873 (*(p_arg->func))(p_arg->arg, retval, tmp_path_p, num_path);
3927 ibt_path_info_t *tmp_path_p; local
3940 tmp_path_p = kmem_alloc(
3943 bcopy(p_arg->paths, tmp_path_p,
3964 tmp_path_p
[all...]

Completed in 67 milliseconds