Lines Matching defs:pp_head
8603 mdi_phys_path_t *pp_head = NULL, *pp_tail = NULL, *pp;
8630 if (pp_head == NULL)
8631 pp_head = pp;
8638 return (pp_head);
8645 free_phclient_path_list(mdi_phys_path_t *pp_head)
8649 for (pp = pp_head; pp != NULL; pp = pp_next) {
8661 mdi_phys_path_t *pp_head, mdi_vhcache_lookup_token_t *tok)
8668 acc->acc_phclient_path_list_head = pp_head;
8774 mdi_phys_path_t *pp_head, mdi_vhcache_lookup_token_t *tok)
8778 for (pp = pp_head; pp != NULL; pp = pp->phys_path_next)
8837 * Arrange for all the phci client paths (pp_head) for the specified client
8842 mdi_phys_path_t *pp_head, mdi_vhcache_lookup_token_t *tok)
8847 if (pp_head == NULL)
8851 config_client_paths_sync(vhc, ct_name, ct_addr, pp_head, tok);
8852 free_phclient_path_list(pp_head);
8856 newacc = alloc_async_client_config(ct_name, ct_addr, pp_head, tok);
8921 mdi_phys_path_t *pp_head, *pp;
8932 (pp_head = build_phclient_path_list(cct, ct_name)) == NULL) {
8940 config_client_paths_async(vhc, ct_name, ct_addr, pp_head, &tok);
8946 for (pp = pp_head; pp != NULL; pp = pp->phys_path_next) {
8971 free_phclient_path_list(pp_head);