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

/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dofw_net.c74 static ihandle_t netinstance; variable
118 rv = OF_write(netinstance, pkt, len);
140 length = OF_read(netinstance, pkt, len);
200 if ((netinstance = OF_open(path)) == -1) {
206 printf("ofwn_init: Open Firmware instance handle: %08x\n", netinstance);
211 if (OF_call_method("dma-alloc", netinstance, 1, 1, (64 * 1024), &dmabuf)
235 OF_call_method("dma-free", netinstance, 2, 0, dmabuf, MAXPHYS);
237 OF_close(netinstance);

Completed in 57 milliseconds