Home
last modified time | relevance | path

Searched defs:ses_node (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/scsi/libses/common/
H A Dses_impl.h132 struct ses_node { struct
133 ses_node_type_t sn_type; argument
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
147 extern void ses_node_teardown(ses_node_t *); argument
/titanic_41/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c409 char *ses_node; in create_filename() local