Home
last modified time | relevance | path

Searched refs:otype (Results 1 – 25 of 53) sorted by relevance

123

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dresolve.c271 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()
525 uchar_t otype = ELF_ST_TYPE(osym->st_info); in sym_twoundefs() local
555 uchar_t otype = ELF_ST_TYPE(osym->st_info); in sym_tworeals() local
590 if (otype != ntype) { in sym_tworeals()
657 uchar_t otype = ELF_ST_TYPE(osym->st_info); in sym_realtent() local
682 ((otype == STT_FUNC) || (ntype == STT_FUNC))) { in sym_realtent()
702 if ((ofile == ET_DYN) && (otype == STT_FUNC)) { in sym_realtent()
703 if ((otype != STB_WEAK) && (ntype == STB_WEAK)) in sym_realtent()
712 if ((ntype != STB_WEAK) && (otype == STB_WEAK)) { in sym_realtent()
[all …]
H A Dmachsym.sparc.c131 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 Dargs.c323 if ((otype == OT_RELOC) || (otype == OT_KMOD)) { in check_flags()
356 if (otype == OT_KMOD) in check_flags()
462 if ((otype == OT_SHARED) || (otype == OT_EXEC)) { in check_flags()
502 if (otype == OT_EXEC) { in check_flags()
600 if (otype == OT_SHARED) in check_flags()
1238 otype = OT_RELOC; in parseopt_pass1()
1564 otype = OT_RELOC; in parseopt_pass1()
1567 otype = OT_EXEC; in parseopt_pass1()
1570 otype = OT_SHARED; in parseopt_pass1()
1573 otype = OT_KMOD; in parseopt_pass1()
[all …]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_set.c277 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 Dvmm_drv_test.c42 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 Dksensor_drv.c58 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 Dsparse-llvm.c866 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
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()
921 unsigned int width = otype->bit_size; in output_op_cast()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dtvhci.c208 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 Dtphci.c198 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 Ddevpool.c144 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 Ddata.c176 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 Dfcoei.c63 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 Dfcoet.c103 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/intel/io/viona/
H A Dviona_main.c287 static int viona_open(dev_t *devp, int flag, int otype, cred_t *credp);
288 static int viona_close(dev_t dev, int flag, int otype, cred_t *credp);
466 viona_open(dev_t *devp, int flag, int otype, cred_t *credp) in viona_open() argument
471 if (otype != OTYP_CHR) { in viona_open()
505 viona_close(dev_t dev, int flag, int otype, cred_t *credp) in viona_close() argument
510 if (otype != OTYP_CHR) { in viona_close()
/illumos-gate/usr/src/uts/common/os/
H A Ddriver.c310 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 Dusmn.c45 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 Dzen_udf.c45 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 Dfcoe.c107 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 Dxec.c3786 otype = savetype; in sh_ntfork()
3794 otype = t->tre.tretyp; in sh_ntfork()
3795 savetype = otype; 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()
3895 …if((otype&FPIN) && (!(otype&FPOU) || (otype&FCOOP)) && fcntl(shp->inpipe[1],F_SETFD,FD_CLOEXEC)>=0) in sh_ntfork()
3897 if(t->fork.forkio || otype) in sh_ntfork()
3910 if(grp>0 && !(otype&FAMP)) in sh_ntfork()
4071 if(grp>0 && !(otype&FAMP)) in sh_ntfork()
[all …]
/illumos-gate/usr/src/uts/common/io/usb/clients/ugen/
H A Dugen.c388 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 Ddwarf_generic_init.c324 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 Dddt.c1019 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/common/ctf/
H A Dctf_types.c189 ctf_id_t prev = type, otype = type; in ctf_type_resolve() local
199 if (tp->ctt_type == type || tp->ctt_type == otype || in ctf_type_resolve()
201 ctf_dprintf("type %ld cycle detected\n", otype); in ctf_type_resolve()
974 ctf_id_t otype = type; in ctf_type_rvisit() local
986 if ((rc = func(name, otype, offset, depth, arg)) != 0) in ctf_type_rvisit()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_htable.c765 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/inet/ipd/
H A Dipd.c973 ipd_open(dev_t *devp, int flag, int otype, cred_t *credp) in ipd_open() argument
978 if (otype != OTYP_CHR) in ipd_open()
1027 ipd_close(dev_t dev, int flag, int otype, cred_t *credp) in ipd_close() argument

123