HomeSort by: relevance | last modified time | path
    Searched defs:pgop (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2o/
iop.c 1241 struct iop_pgop *pgop; local in function:iop_field_get_all
1245 pgop = malloc(sizeof(*pgop), M_DEVBUF, M_WAITOK);
1246 im->im_dvcontext = pgop;
1255 pgop->olh.count = htole16(1);
1256 pgop->olh.reserved = htole16(0);
1257 pgop->oat.operation = htole16(I2O_PARAMS_OP_FIELD_GET);
1258 pgop->oat.fieldcount = htole16(0xffff);
1259 pgop->oat.group = htole16(group);
1262 iop_msg_map(sc, im, mb, pgop, sizeof(*pgop), 1, NULL)
1297 struct iop_pgop *pgop; local in function:iop_field_set
1340 struct iop_pgop pgop; local in function:iop_table_clear
1381 struct iop_pgop *pgop; local in function:iop_table_add_row
    [all...]
iop.c 1241 struct iop_pgop *pgop; local in function:iop_field_get_all
1245 pgop = malloc(sizeof(*pgop), M_DEVBUF, M_WAITOK);
1246 im->im_dvcontext = pgop;
1255 pgop->olh.count = htole16(1);
1256 pgop->olh.reserved = htole16(0);
1257 pgop->oat.operation = htole16(I2O_PARAMS_OP_FIELD_GET);
1258 pgop->oat.fieldcount = htole16(0xffff);
1259 pgop->oat.group = htole16(group);
1262 iop_msg_map(sc, im, mb, pgop, sizeof(*pgop), 1, NULL)
1297 struct iop_pgop *pgop; local in function:iop_field_set
1340 struct iop_pgop pgop; local in function:iop_table_clear
1381 struct iop_pgop *pgop; local in function:iop_table_add_row
    [all...]

Completed in 25 milliseconds