Lines Matching refs:pp_head
8615 mdi_phys_path_t *pp_head = NULL, *pp_tail = NULL, *pp; in build_phclient_path_list() local
8642 if (pp_head == NULL) in build_phclient_path_list()
8643 pp_head = pp; in build_phclient_path_list()
8650 return (pp_head); in build_phclient_path_list()
8657 free_phclient_path_list(mdi_phys_path_t *pp_head) in free_phclient_path_list() argument
8661 for (pp = pp_head; pp != NULL; pp = pp_next) { in free_phclient_path_list()
8673 mdi_phys_path_t *pp_head, mdi_vhcache_lookup_token_t *tok) in alloc_async_client_config() argument
8680 acc->acc_phclient_path_list_head = pp_head; in alloc_async_client_config()
8786 mdi_phys_path_t *pp_head, mdi_vhcache_lookup_token_t *tok) in config_client_paths_sync() argument
8790 for (pp = pp_head; pp != NULL; pp = pp->phys_path_next) in config_client_paths_sync()
8854 mdi_phys_path_t *pp_head, mdi_vhcache_lookup_token_t *tok) in config_client_paths_async() argument
8859 if (pp_head == NULL) in config_client_paths_async()
8863 config_client_paths_sync(vhc, ct_name, ct_addr, pp_head, tok); in config_client_paths_async()
8864 free_phclient_path_list(pp_head); in config_client_paths_async()
8868 newacc = alloc_async_client_config(ct_name, ct_addr, pp_head, tok); in config_client_paths_async()
8933 mdi_phys_path_t *pp_head, *pp; in config_client_paths() local
8944 (pp_head = build_phclient_path_list(cct, ct_name)) == NULL) { in config_client_paths()
8952 config_client_paths_async(vhc, ct_name, ct_addr, pp_head, &tok); in config_client_paths()
8958 for (pp = pp_head; pp != NULL; pp = pp->phys_path_next) { in config_client_paths()
8983 free_phclient_path_list(pp_head); in config_client_paths()