Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dses_impl.h130 struct ses_node { struct
131 ses_node_type_t sn_type; argument
136 struct ses_node *sn_parent; argument
137 struct ses_node *sn_next_sibling; argument
138 struct ses_node *sn_prev_sibling; argument
139 struct ses_node *sn_first_child; argument
140 struct ses_node *sn_last_child; argument
145 extern void ses_node_teardown(ses_node_t *); argument
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c409 char *ses_node; in create_filename() local