/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | resolve.c | 271 uchar_t otype = ELF_ST_TYPE(sdp->sd_sym->st_info); in sym_typecheck() local 286 if ((otype == ntype) || (otype == STT_NOTYPE) || (ntype == STT_NOTYPE)) in sym_typecheck() 293 conv_sym_info_type(ofl->ofl_dehdr->e_machine, otype, 0, &inv_buf1), in sym_typecheck() 525 uchar_t otype = ELF_ST_TYPE(osym->st_info); in sym_twoundefs() local 539 (otype == STT_NOTYPE) && (ntype != STT_NOTYPE)) { in sym_twoundefs() 555 uchar_t otype = ELF_ST_TYPE(osym->st_info); in sym_tworeals() local 573 conv_sym_info_type(ofl->ofl_dehdr->e_machine, otype, in sym_tworeals() 590 if (otype != ntype) { in sym_tworeals() 595 conv_sym_info_type(ofl->ofl_dehdr->e_machine, otype, in sym_tworeals() 600 } else if ((otype == STT_OBJECT) && (osym->st_size != nsym->st_size)) { in sym_tworeals() [all …]
|
H A D | machsym.sparc.c | 131 Byte otype = ELF_ST_TYPE(osym->st_info); in ld_mach_sym_typecheck_sparc() local 134 if (otype != ntype) { in ld_mach_sym_typecheck_sparc() 135 if ((otype == STT_SPARC_REGISTER) || in ld_mach_sym_typecheck_sparc() 141 sdp->sd_file->ifl_ehdr->e_machine, otype, in ld_mach_sym_typecheck_sparc() 147 } else if (otype == STT_SPARC_REGISTER) in ld_mach_sym_typecheck_sparc()
|
H A D | args.c | 123 static enum output_type otype = OT_EXEC; variable 323 if ((otype == OT_RELOC) || (otype == OT_KMOD)) { in check_flags() 324 if (otype == OT_RELOC) { in check_flags() 327 } else if (otype == OT_KMOD) { in check_flags() 345 if (otype == OT_RELOC) { in check_flags() 356 if (otype == OT_KMOD) in check_flags() 408 if (ofl->ofl_filtees && (otype != OT_SHARED)) in check_flags() 462 if ((otype == OT_SHARED) || (otype == OT_EXEC)) { in check_flags() 502 if (otype == OT_EXEC) { in check_flags() 526 } else if (otype == OT_SHARED) { in check_flags() [all …]
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_set.c | 277 if (op->otype == ONOFF) { in set() 294 switch (op->otype) { in set() 324 if (op->otype == OTERM) { in set() 420 switch (op->otype) { in propts() 447 switch (op->otype) { in propt()
|
/illumos-gate/usr/src/uts/intel/io/vmm/ |
H A D | vmm_drv_test.c | 42 vdt_open(dev_t *devp, int flag, int otype, cred_t *cr) in vdt_open() argument 46 if (otype != OTYP_CHR) { in vdt_open() 71 vdt_close(dev_t dev, int flag, int otype, cred_t *cr) in vdt_close() argument 73 if (otype != OTYP_CHR) { in vdt_close()
|
/illumos-gate/usr/src/uts/common/io/ksensor/ |
H A D | ksensor_drv.c | 58 ksensor_open(dev_t *devp, int flags, int otype, cred_t *credp) in ksensor_open() argument 68 if (otype != OTYP_CHR) { in ksensor_open() 131 ksensor_close(dev_t dev, int flags, int otype, cred_t *credp) in ksensor_close() argument
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | sparse-llvm.c | 866 struct symbol *otype = insn->orig_type; in output_op_ptrcast() local 870 src = get_operand(fn, otype, insn->src); in output_op_ptrcast() 877 assert(is_int_type(otype)); in output_op_ptrcast() 882 assert(is_ptr_type(otype)); in output_op_ptrcast() 888 assert(is_ptr_type(otype)); in output_op_ptrcast() 904 struct symbol *otype = insn->orig_type; in output_op_cast() local 912 src = get_operand(fn, otype, insn->src); in output_op_cast() 916 if (is_ptr_type(otype)) { in output_op_cast() 918 } else if (is_float_type(otype)) { in output_op_cast() 920 } else if (is_int_type(otype)) { in output_op_cast() [all …]
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | tvhci.c | 208 tvhci_open(dev_t *devp, int flag, int otype, cred_t *credp) in tvhci_open() argument 212 if (otype != OTYP_CHR) { in tvhci_open() 227 tvhci_close(dev_t dev, int flag, int otype, cred_t *credp) in tvhci_close() argument 230 if (otype != OTYP_CHR) { in tvhci_close()
|
H A D | tphci.c | 198 tphci_open(dev_t *devp, int flag, int otype, cred_t *credp) in tphci_open() argument 202 if (otype != OTYP_CHR) { in tphci_open() 217 tphci_close(dev_t dev, int flag, int otype, cred_t *credp) in tphci_close() argument 220 if (otype != OTYP_CHR) { in tphci_close()
|
H A D | devpool.c | 144 pool_open(dev_t *devp, int flag, int otype, cred_t *credp) in pool_open() argument 148 if (otype != OTYP_CHR) in pool_open() 174 pool_close(dev_t dev, int flag, int otype, cred_t *credp) in pool_close() argument 176 if (otype != OTYP_CHR) in pool_close()
|
/illumos-gate/usr/src/cmd/isns/isnsd/xml/ |
H A D | data.c | 176 int otype in get_index_by_otype() argument 181 if (xmlArg1[i] == otype && xmlType[i][0] == 'o') { in get_index_by_otype() 626 int otype, in locate_xml_node() argument 648 i = get_index_by_otype(otype); in locate_xml_node() 1258 isns_type_t otype; in xml_delete_obj() local 1267 otype = obj->type; in xml_delete_obj() 1277 otype, in xml_delete_obj()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/ |
H A D | fcoei.c | 63 static int fcoei_open(dev_t *devp, int flag, int otype, cred_t *credp); 64 static int fcoei_close(dev_t dev, int flag, int otype, cred_t *credp); 285 fcoei_open(dev_t *devp, int flag, int otype, cred_t *credp) in fcoei_open() argument 289 if (otype != OTYP_CHR) { in fcoei_open() 322 fcoei_close(dev_t dev, int flag, int otype, cred_t *credp) in fcoei_close() argument 326 if (otype != OTYP_CHR) { in fcoei_close()
|
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/ |
H A D | fcoet.c | 103 static int fcoet_open(dev_t *devp, int flag, int otype, cred_t *credp); 104 static int fcoet_close(dev_t dev, int flag, int otype, cred_t *credp); 322 fcoet_open(dev_t *devp, int flag, int otype, cred_t *credp) in fcoet_open() argument 327 if (otype != OTYP_CHR) { in fcoet_open() 373 fcoet_close(dev_t dev, int flag, int otype, cred_t *credp) in fcoet_close() argument 378 if (otype != OTYP_CHR) { in fcoet_close()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | driver.c | 310 dev_lopen(dev_t *devp, int flag, int otype, struct cred *cred) in dev_lopen() argument 316 vp = makespecvp(*devp, (otype == OTYP_BLK) ? VBLK : VCHR); in dev_lopen() 343 dev_lclose(dev_t dev, int flag, int otype, struct cred *cred) in dev_lclose() argument 351 vp = makespecvp(dev, (otype == OTYP_BLK) ? VBLK : VCHR); in dev_lclose()
|
/illumos-gate/usr/src/uts/intel/io/amdzen/ |
H A D | usmn.c | 45 usmn_open(dev_t *devp, int flags, int otype, cred_t *credp) in usmn_open() argument 59 if (otype != OTYP_CHR) { in usmn_open()
|
H A D | zen_udf.c | 45 zen_udf_open(dev_t *devp, int flags, int otype, cred_t *credp) in zen_udf_open() argument 59 if (otype != OTYP_CHR) { in zen_udf_open()
|
/illumos-gate/usr/src/uts/common/io/fcoe/ |
H A D | fcoe.c | 107 static int fcoe_open(dev_t *devp, int flag, int otype, cred_t *credp); 108 static int fcoe_close(dev_t dev, int flag, int otype, cred_t *credp); 445 fcoe_open(dev_t *devp, int flag, int otype, cred_t *credp) in fcoe_open() argument 450 if (otype != OTYP_CHR) { in fcoe_open() 497 fcoe_close(dev_t dev, int flag, int otype, cred_t *credp) in fcoe_close() argument 502 if (otype != OTYP_CHR) { in fcoe_close()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | xec.c | 3779 int otype=0, jmpval,jobfork=0; in sh_ntfork() local 3786 otype = savetype; in sh_ntfork() 3794 otype = t->tre.tretyp; in sh_ntfork() 3795 savetype = otype; in sh_ntfork() 3827 if((otype&FINT) && !sh_isstate(SH_MONITOR)) in sh_ntfork() 3837 if(otype&FPIN) in sh_ntfork() 3843 if(fd>=0 && (!(otype&FPOU) || (otype&FCOOP)) && fcntl(fd,F_SETFD,FD_CLOEXEC)>=0) in sh_ntfork() 3846 if(otype&FPOU) in sh_ntfork() 3871 if(sh_isstate(SH_MONITOR) && (job.jobcontrol || (otype&FAMP))) in sh_ntfork() 3873 if((otype&FAMP) || job.curpgid==0) in sh_ntfork() [all …]
|
/illumos-gate/usr/src/uts/intel/io/viona/ |
H A D | viona_main.c | 311 static int viona_open(dev_t *devp, int flag, int otype, cred_t *credp); 312 static int viona_close(dev_t dev, int flag, int otype, cred_t *credp); 494 viona_open(dev_t *devp, int flag, int otype, cred_t *credp) in viona_open() argument 499 if (otype != OTYP_CHR) { in viona_open() 534 viona_close(dev_t dev, int flag, int otype, cred_t *credp) in viona_close() argument 539 if (otype != OTYP_CHR) { in viona_close()
|
/illumos-gate/usr/src/uts/common/io/usb/clients/ugen/ |
H A D | ugen.c | 388 ugen_skel_close(dev_t dev, int flag, int otype, cred_t *cr) in ugen_skel_close() argument 394 otype, cr)); in ugen_skel_close()
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_generic_init.c | 324 char otype = *(char *)(dbg->de_obj_file->object); in dwarf_finish() local 326 switch(otype) { in dwarf_finish()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | ddt.c | 1019 enum ddt_type otype = dde->dde_type; in ddt_sync_entry() local 1052 if (otype != DDT_TYPES && in ddt_sync_entry() 1053 (otype != ntype || oclass != nclass || total_refcnt == 0)) { in ddt_sync_entry() 1054 VERIFY(ddt_object_remove(ddt, otype, oclass, dde, tx) == 0); in ddt_sync_entry() 1055 ASSERT(ddt_object_lookup(ddt, otype, oclass, dde) == ENOENT); in ddt_sync_entry()
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_htable.c | 765 void fr_htable_iterderef(otype, unit, data, ifs) in fr_htable_iterderef() argument 766 u_int otype; in fr_htable_iterderef() 778 switch (otype)
|
/illumos-gate/usr/src/uts/common/io/ktest/ |
H A D | ktest.c | 1137 ktest_open(dev_t *devp, int flag, int otype, cred_t *credp) in ktest_open() argument 1139 if (otype != OTYP_CHR) { in ktest_open() 1180 ktest_close(dev_t dev, int flags, int otype, cred_t *credp) in ktest_close() argument
|
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_types.c | 190 ctf_id_t prev = type, otype = type; in ctf_type_resolve() local 200 if (tp->ctt_type == type || tp->ctt_type == otype || in ctf_type_resolve() 202 ctf_dprintf("type %ld cycle detected\n", otype); in ctf_type_resolve() 1058 ctf_id_t otype = type; in ctf_type_rvisit() local 1070 if ((rc = func(name, otype, offset, depth, arg)) != 0) in ctf_type_rvisit()
|