Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/scsi/libses/common/
H A Dses_impl.h122 struct ses_node *ss_root;
126 struct ses_node **ss_nodes;
132 struct ses_node { struct
138 struct ses_node *sn_parent; argument
139 struct ses_node *sn_next_sibling; argument
140 struct ses_node *sn_prev_sibling; argument
141 struct ses_node *sn_first_child; argument
142 struct ses_node *sn_last_child; argument
H A Dlibses.h88 struct ses_node;
89 typedef struct ses_node ses_node_t;
/titanic_44/usr/src/lib/scsi/libses/
H A DMakefile.com34 ses_node.o \
/titanic_44/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c409 char *ses_node; in create_filename() local
421 ses_node = strrchr(fileName, '/'); in create_filename()
423 if ((ses_node != NULL) && (ses_node[0] != '\0')) { in create_filename()
427 ses_node = strrchr(expander->slt_path, '/'); in create_filename()
429 (void) strlcat(fileName, ses_node + 1, MAXPATHLEN); in create_filename()