Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c575 char *char_ptr_start, *char_ptr_end; in g_failover() local
583 if ((char_ptr_end = strrchr(char_ptr_start, ':')) != NULL) { in g_failover()
584 *char_ptr_end = '\0'; in g_failover()
662 char *char_ptr_end; in stms_path_enable_disable() local
698 if ((char_ptr_end = strrchr(client_physical_path, ':')) != NULL) { in stms_path_enable_disable()
699 *char_ptr_end = '\0'; in stms_path_enable_disable()