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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c1032 ibmf_saa_access_args_t *access_args, size_t *length, void **results_p)
1044 length, results_p);
1120 void *results_p; local
1295 &access_args, &length, &results_p);
1306 if ((results_p == NULL) || (num_rec == 0)) {
1314 pr_resp = (sa_path_record_t *)results_p;
1348 /* Deallocate the memory for results_p. */
1349 kmem_free(results_p, length);
1381 void *results_p; local
1572 &results_p);
1031 ibcm_contact_sa_access(ibmf_saa_handle_t saa_handle, ibmf_saa_access_args_t *access_args, size_t *length, void **results_p) argument
2024 void *results_p; local
2582 void *results_p; local
3164 void *results_p; local
3382 void *results_p; local
4253 void *results_p; local
[all...]
H A Dibcm_ti.c2563 void *results_p; local
2581 &results_p);
2595 if ((results_p != NULL) && (num_found > 0)) {
2601 ((uchar_t *)results_p +
2642 /* Deallocate the memory for results_p. */
2643 kmem_free(results_p, length);
3490 void *results_p; local
3570 * SA Access framework allocated memory for the "results_p".
3571 * Make sure to deallocate once we are done with the results_p.
3584 &results_p);
5194 void *results_p; local
5355 void *results_p; local
[all...]

Completed in 122 milliseconds