Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dgfc.h61 #define WWN_S_LEN 17 /* NULL terminated string */ macro
172 char node_wwn_s[WWN_S_LEN]; /* NULL terminated str */
178 char port_a_wwn_s[WWN_S_LEN]; /* NULL terminated string */
179 char port_b_wwn_s[WWN_S_LEN]; /* NULL terminated string */
302 char node_wwn_s[WWN_S_LEN]; /* NULL terminated string */
304 char port_wwn_s[WWN_S_LEN]; /* NULL terminated string */
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c261 char pwwn1[WWN_S_LEN]; in insert_missing_pwwn()
290 WWN_S_LEN - 1); in insert_missing_pwwn()
291 pwwn1[WWN_S_LEN - 1] = '\0'; in insert_missing_pwwn()
308 WWN_S_LEN) == 0) { in insert_missing_pwwn()
390 char pwwn1[WWN_S_LEN]; in get_scsi_vhci_port_wwn()
407 WWN_S_LEN - 1); in get_scsi_vhci_port_wwn()
408 pwwn1[WWN_S_LEN - 1] = '\0'; in get_scsi_vhci_port_wwn()
417 WWN_S_LEN - 1); in get_scsi_vhci_port_wwn()
3761 char pwwn1[WWN_S_LEN]; in get_wwns()
3813 WWN_S_LEN - 1); in get_wwns()
[all …]
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.h428 #define WWN_S_LEN 17 /* NULL terminated string */ macro
H A Dcfga_cs.c1544 char port_wwn[WWN_S_LEN]; in handle_devs()
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dlhot.c651 if (memcmp(wwnlp->port_wwn_s, wwn, WWN_S_LEN) == 0) { in l_device_present()
H A Dmon.c2489 char pwwn[WWN_S_LEN]; in l_get_disk_status()
3191 char path0[MAXPATHLEN], pwwn0[WWN_S_LEN]; in l_get_pid_from_path()
3274 char wwnp[WWN_S_LEN]; in l_get_node_status()
4958 char node_wwn_s[WWN_S_LEN]; in l_get_allses()
/illumos-gate/usr/src/cmd/luxadm/
H A Dhotplug.c488 char *path_phys = NULL, code, node_wwn_s[WWN_S_LEN]; in hotplug()