Searched defs:reg_list (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/i2c/misc/
H A Di2c_svc.c78 i2c_nexus_reg_list_t *reg_list; local
84 reg_list = nexus_reg_list_head;
88 for (; reg_list != NULL; reg_list = reg_list->next) {
89 if (reg_list->dip == pdip) {
96 if (reg_list == NULL) {
104 CHDL(hdl)->chdl_nexus_reg = &reg_list->nexus_reg;
278 i2c_nexus_reg_list_t **reg_list; local
283 reg_list
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dmpxio_rcm.c130 static phci_list_t *reg_list; variable
172 reg = reg_list;
251 for (reg = reg_list; reg != NULL; reg = reg->next) {
516 for (reg = reg_list; reg != NULL; reg = reg->next) {
647 * registrations and the reg_list contents. It uses a clock like algorithm
648 * with reference bits in the reg_list to know which registrants are new or
662 for (reg = reg_list; reg != NULL; reg = reg->next)
705 /* Link it at the head of reg_list */
706 reg->next = reg_list;
707 reg_list
[all...]
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c1295 typedef struct reg_list { struct
1296 struct reg_list *next;

Completed in 66 milliseconds