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

/freebsd-9.3-release/sys/dev/ppbus/
H A Dppb_msq.h62 #define MS_OP_GET 0 /* get <ptr>, <len> */ macro
145 #define MS_GET(ptr,len) { MS_OP_GET, {{ (ptr) }, { (len) }}}
161 #define ppb_MS_GET_init(bus,dev,body) ppb_MS_init(bus, dev, body, MS_OP_GET)
169 int opcode /* MS_OP_GET, MS_OP_PUT */
H A Dppb_msq.c64 case MS_OP_GET:
282 case MS_OP_GET:
313 * MS_OP_PUT or MS_OP_GET!
H A Dimmio.c466 ppb_MS_exec(ppbus, vpo->vpo_dev, MS_OP_GET, (union ppb_insarg)buffer,
H A Dvpoio.c462 ppb_MS_exec(ppbus, vpo->vpo_dev, MS_OP_GET, (union ppb_insarg)buffer,
/freebsd-9.3-release/sys/dev/ppc/
H A Dppc.c1495 case MS_OP_GET:

Completed in 110 milliseconds