Searched refs:dcb_list (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk_common.c56 topo_list_t *dcb_list; member in struct:disk_cbdata
597 for (dnode = topo_list_next(cbp->dcb_list);
846 topo_list_append(cbp->dcb_list, dnode);
903 dcb.dcb_list = listp;
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h857 uint32_t dcb_readers; /* count of dcb_list readers for this CPU */
888 * dcb_list - dcb_t global list, a singly linked grounded list of dcb_t's.
895 * The dcb_list is protected by a custom reader/writer lock, the motivation
921 extern dcb_t dcb_list;

Completed in 67 milliseconds