Searched refs:mcamd_mc_next (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/common/mc/mc-amd/ |
H A D | mcamd_unumtopa.c | 66 for (mc = mcamd_mc_next(hdl, root, NULL); mc != NULL; 67 mc = mcamd_mc_next(hdl, root, mc)) {
|
H A D | mcamd_api.h | 224 extern mcamd_node_t *mcamd_mc_next(struct mcamd_hdl *, mcamd_node_t *,
|
H A D | mcamd_patounum.c | 711 for (mc = mcamd_mc_next(hdl, root, NULL); mc != NULL; 712 mc = mcamd_mc_next(hdl, root, mc)) {
|
/illumos-gate/usr/src/uts/intel/io/mc-amd/ |
H A D | mcamd_subr.c | 76 mcamd_mc_next(mcamd_hdl_t *hdl, mcamd_node_t *root, mcamd_node_t *last) function
|
Completed in 61 milliseconds