HomeSort by: relevance | last modified time | path
    Searched refs:I2O_EXEC_SYS_TAB_SET (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/i2o/
dpti.c 501 case I2O_EXEC_SYS_TAB_SET:
502 printf("%s: I2O_EXEC_SYS_TAB_SET not implemented\n",
i2o.h 401 #define I2O_EXEC_SYS_TAB_SET 0xa3
402 struct i2o_exec_sys_tab_set { struct
iop.c 1448 struct i2o_exec_sys_tab_set *mf;
1458 mf = (struct i2o_exec_sys_tab_set *)mb;
1459 mf->msgflags = I2O_MSGFLAGS(i2o_exec_sys_tab_set);
1460 mf->msgfunc = I2O_MSGFUNC(I2O_TID_IOP, I2O_EXEC_SYS_TAB_SET);

Completed in 40 milliseconds