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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclplatmod.c749 uint8_t rq_addr = BYTE_4(res_datap); local
751 if (rq_addr != SMC_BMC_ADDR) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/libctsmc/
H A Dlibctsmc.c90 uint8_t rq_addr; /* sender addr */ member in struct:__anon1229
342 ipmi_header.rq_addr = REQ_SA(geo_addr);
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_ctx.c401 void *rq_addr, *rsp_addr; local
409 if (unm_pci_alloc_consistent(adapter, rq_size, (caddr_t *)&rq_addr,
422 (void) memset(rq_addr, 0, rq_size);
423 prq = (nx_hostrq_tx_ctx_t *)rq_addr;

Completed in 75 milliseconds