Home
last modified time | relevance | path

Searched refs:pp_head (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/os/
H A Dsunmdi.c8603 mdi_phys_path_t *pp_head = NULL, *pp_tail = NULL, *pp; in build_phclient_path_list() local
8630 if (pp_head == NULL) in build_phclient_path_list()
8631 pp_head = pp; in build_phclient_path_list()
8638 return (pp_head); in build_phclient_path_list()
8645 free_phclient_path_list(mdi_phys_path_t *pp_head) in free_phclient_path_list() argument
8649 for (pp = pp_head; pp != NULL; pp = pp_next) { in free_phclient_path_list()
8661 mdi_phys_path_t *pp_head, mdi_vhcache_lookup_token_t *tok) in alloc_async_client_config() argument
8668 acc->acc_phclient_path_list_head = pp_head; in alloc_async_client_config()
8774 mdi_phys_path_t *pp_head, mdi_vhcache_lookup_token_t *tok) in config_client_paths_sync() argument
8778 for (pp = pp_head; pp != NULL; pp = pp->phys_path_next) in config_client_paths_sync()
[all …]