Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/sun_sas/common/
H A Ddevtree_device_disco.c237 int portfound, rval, size; in get_attached_devices_info() local
374 portfound = 0; in get_attached_devices_info()
386 portfound = 1; in get_attached_devices_info()
399 if (portfound == 1) { in get_attached_devices_info()
405 if (portfound == 0) { in get_attached_devices_info()
662 int portfound, size; in get_attached_paths_info() local
817 portfound = 0; in get_attached_paths_info()
830 portfound = 1; in get_attached_paths_info()
845 if (portfound == 1) { in get_attached_paths_info()
851 if (portfound == 0) { in get_attached_paths_info()
/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c1054 int portfound = 0; in isPortWWNInArgv() local
1069 portfound = 1; in isPortWWNInArgv()
1072 return (portfound); in isPortWWNInArgv()