Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c8639 pp->phys_path_next = NULL; in build_phclient_path_list()
8644 pp_tail->phys_path_next = pp; in build_phclient_path_list()
8661 pp_next = pp->phys_path_next; in free_phclient_path_list()
8789 for (pp = pp_head; pp != NULL; pp = pp->phys_path_next) in config_client_paths_sync()
8957 for (pp = pp_head; pp != NULL; pp = pp->phys_path_next) { in config_client_paths()
8968 pp->phys_path_next != NULL) { in config_client_paths()
8971 pp->phys_path_next, &tok); in config_client_paths()
8972 pp->phys_path_next = NULL; in config_client_paths()
/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h1084 struct mdi_phys_path *phys_path_next; member