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

  /src/usr.sbin/fstyp/
apfs.c 57 uint32_t o_type; member in struct:nx_obj
64 /* nx_obj::o_type: */
97 (csb->nx_o.o_type & OBJECT_TYPE_MASK) != OBJECT_TYPE_NX_SUPERBLOCK)
  /src/sys/arch/ia64/disasm/
disasm_format.c 135 switch (o->o_type) {
356 while (n < 7 && i->i_oper[n].o_type != ASM_OPER_NONE) {
disasm_extract.c 1798 i->i_oper[op].o_type = ASM_OPER_IMM;
1805 i->i_oper[op].o_type = ot;
1818 i->i_oper[op].o_type = ot;
1835 i->i_oper[op].o_type = ASM_OPER_IMM;
1842 i->i_oper[op].o_type = ASM_OPER_IMM;
1868 i->i_oper[op].o_type = ASM_OPER_IMM;
1878 i->i_oper[op].o_type = ASM_OPER_IMM;
1888 i->i_oper[op].o_type = ASM_OPER_DISP;
2586 i->i_oper[1].o_type = ASM_OPER_DISP;
2596 i->i_oper[2].o_type = ASM_OPER_DISP
    [all...]
disasm.h 190 enum asm_oper_type o_type; member in struct:asm_oper
  /src/sys/arch/ia64/ia64/
trap.c 310 inst->i_oper[1].o_type != ASM_OPER_IMM)
db_interface.c 481 while (n < 7 && i->i_oper[n].o_type != ASM_OPER_NONE) {

Completed in 16 milliseconds