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

/freebsd-11-stable/sys/dev/ppbus/
H A Dppb_msq.h63 #define MS_OP_PUT 1 /* put <ptr>, <len> */ macro
144 #define MS_PUT(ptr,len) { MS_OP_PUT, {{ (ptr) }, { (len) }}}
163 #define ppb_MS_PUT_init(bus,dev,body) ppb_MS_init(bus, dev, body, MS_OP_PUT)
169 int opcode /* MS_OP_GET, MS_OP_PUT */
H A Dppb_msq.c68 case MS_OP_PUT:
281 case MS_OP_PUT:
289 if (mi->opcode == MS_OP_PUT) {
313 * MS_OP_PUT or MS_OP_GET!
H A Dppi.c466 { MS_OP_PUT, { MS_UNKNOWN, MS_UNKNOWN, MS_UNKNOWN } },
H A Dimmio.c448 ppb_MS_exec(ppbus, vpo->vpo_dev, MS_OP_PUT, (union ppb_insarg)buffer,
H A Dvpoio.c445 ppb_MS_exec(ppbus, vpo->vpo_dev, MS_OP_PUT, (union ppb_insarg)buffer,
/freebsd-11-stable/sys/dev/ppc/
H A Dppc.c1511 case MS_OP_PUT:

Completed in 119 milliseconds