Searched defs:otype (Results 1 - 25 of 39) sorted by relevance

12

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachsym.sparc.c131 Byte otype = ELF_ST_TYPE(osym->st_info); local
134 if (otype != ntype) {
135 if ((otype == STT_SPARC_REGISTER) ||
141 sdp->sd_file->ifl_ehdr->e_machine, otype,
147 } else if (otype == STT_SPARC_REGISTER)
H A Dresolve.c271 uchar_t otype = ELF_ST_TYPE(sdp->sd_sym->st_info); local
286 if ((otype == ntype) || (otype == STT_NOTYPE) || (ntype == STT_NOTYPE))
293 conv_sym_info_type(ofl->ofl_dehdr->e_machine, otype, 0, &inv_buf1),
525 uchar_t otype = ELF_ST_TYPE(osym->st_info); local
539 (otype == STT_NOTYPE) && (ntype != STT_NOTYPE)) {
555 uchar_t otype = ELF_ST_TYPE(osym->st_info); local
573 conv_sym_info_type(ofl->ofl_dehdr->e_machine, otype,
590 if (otype != ntype) {
595 conv_sym_info_type(ofl->ofl_dehdr->e_machine, otype,
657 uchar_t otype = ELF_ST_TYPE(osym->st_info); local
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Ddevpool.c144 pool_open(dev_t *devp, int flag, int otype, cred_t *credp) argument
148 if (otype != OTYP_CHR)
174 pool_close(dev_t dev, int flag, int otype, cred_t *credp) argument
176 if (otype != OTYP_CHR)
H A Dtphci.c195 tphci_open(dev_t *devp, int flag, int otype, cred_t *credp) argument
199 if (otype != OTYP_CHR) {
214 tphci_close(dev_t dev, int flag, int otype, cred_t *credp) argument
217 if (otype != OTYP_CHR) {
H A Dtvhci.c208 tvhci_open(dev_t *devp, int flag, int otype, cred_t *credp) argument
212 if (otype != OTYP_CHR) {
227 tvhci_close(dev_t dev, int flag, int otype, cred_t *credp) argument
230 if (otype != OTYP_CHR) {
H A Dopenprom.c302 opromclose(dev_t dev, int flag, int otype, cred_t *cred_p) argument
/illumos-gate/usr/src/uts/common/io/usb/clients/ugen/
H A Dugen.c387 ugen_skel_close(dev_t dev, int flag, int otype, cred_t *cr) argument
393 otype, cr));
/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) argument
289 if (otype != OTYP_CHR) {
322 fcoei_close(dev_t dev, int flag, int otype, cred_t *credp) argument
326 if (otype != OTYP_CHR) {
/illumos-gate/usr/src/tools/protocmp/
H A Dprotocmp.c577 set_values(const char *fname, const struct stat *sbp, int otype, argument
590 switch (otype) {
/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) argument
327 if (otype != OTYP_CHR) {
373 fcoet_close(dev_t dev, int flag, int otype, cred_t *credp) argument
378 if (otype != OTYP_CHR) {
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcode.c303 fc_close(dev_t dev, int flag, int otype, cred_t *cred_p) argument
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c170 ctf_id_t prev = type, otype = type; local
180 if (tp->ctt_type == type || tp->ctt_type == otype ||
182 ctf_dprintf("type %ld cycle detected\n", otype);
813 ctf_id_t otype = type; local
825 if ((rc = func(name, otype, offset, depth, arg)) != 0)
/illumos-gate/usr/src/uts/common/os/
H A Ddriver.c308 dev_lopen(dev_t *devp, int flag, int otype, struct cred *cred) argument
314 vp = makespecvp(*devp, (otype == OTYP_BLK) ? VBLK : VCHR);
341 dev_lclose(dev_t dev, int flag, int otype, struct cred *cred) argument
349 vp = makespecvp(dev, (otype == OTYP_BLK) ? VBLK : VCHR);
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbbc.c1062 sbbc_open(dev_t *dev, int flag, int otype, cred_t *credp) argument
1098 sbbc_close(dev_t dev, int flag, int otype, cred_t *credp) argument
H A Dsbd.c2125 char otype[OBP_MAXDRVNAME]; local
2154 otypelen = sizeof (otype);
2156 OBP_DEVICETYPE, (caddr_t)otype, &otypelen)) {
2161 idx = sbd_otype_to_idx(otype);
2171 "get_node_type: %s unit fail %p", otype, (void *)dip);
2388 sbd_otype_to_idx(char *otype) argument
2394 if (strcmp(otype, SBD_OTYPE(idx)) == 0) {
/illumos-gate/usr/src/cmd/isns/isnsd/xml/
H A Ddata.c176 int otype
181 if (xmlArg1[i] == otype && xmlType[i][0] == 'o') {
614 * otype - the matching object type.
626 int otype,
648 i = get_index_by_otype(otype);
1261 isns_type_t otype; local
1270 otype = obj->type;
1280 otype,
624 locate_xml_node( xmlDocPtr doc, int otype, int match_uid, xmlNodePtr *node, xmlXPathContextPtr *context, xmlXPathObjectPtr *result ) argument
/illumos-gate/usr/src/uts/common/inet/ipd/
H A Dipd.c973 ipd_open(dev_t *devp, int flag, int otype, cred_t *credp) argument
978 if (otype != OTYP_CHR)
1027 ipd_close(dev_t dev, int flag, int otype, cred_t *credp) argument
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c345 sol_ucma_open(dev_t *devp, int flag, int otype, cred_t *credp) argument
351 devp, flag, otype, credp);
523 sol_ucma_close(dev_t dev, int flag, int otype, cred_t *credp) argument
530 dev, flag, otype, credp);
/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) argument
450 if (otype != OTYP_CHR) {
497 fcoe_close(dev_t dev, int flag, int otype, cred_t *credp) argument
502 if (otype != OTYP_CHR) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dddt.c995 enum ddt_type otype = dde->dde_type; local
1028 if (otype != DDT_TYPES &&
1029 (otype != ntype || oclass != nclass || total_refcnt == 0)) {
1030 VERIFY(ddt_object_remove(ddt, otype, oclass, dde, tx) == 0);
1031 ASSERT(ddt_object_lookup(ddt, otype, oclass, dde) == ENOENT);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dxec.c2982 int otype=0, jmpval; local
2989 otype = savetype;
2997 otype = t->tre.tretyp;
2998 savetype = otype;
3030 if((otype&FINT) && !sh_isstate(SH_MONITOR))
3040 if(otype&FPIN)
3045 if(fd>=0 && (!(otype&FPOU) || (otype&FCOOP)) && fcntl(fd,F_SETFD,FD_CLOEXEC)>=0)
3048 if(otype&FPOU)
3068 if(sh_isstate(SH_MONITOR) && (job.jobcontrol || (otype
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.h136 short otype; /* Types -- see below */ member in struct:option
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c1168 scsa2usb_ugen_close(dev_t dev, int flag, int otype, cred_t *cr) argument
1192 otype, cr);
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Diosram.c616 iosram_open(dev_t *dev, int flag, int otype, cred_t *credp) argument
628 IOSRAMLOG(1, "OPEN: dev:%p otype:%x ... instance:%d softp:%p\n",
629 *dev, otype, softp->instance, softp);
637 iosram_close(dev_t dev, int flag, int otype, cred_t *credp) argument
648 IOSRAMLOG(1, "CLOSE: dev:%p otype:%x ... instance:%d softp:%p\n",
649 dev, otype, softp->instance, softp);
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c893 usb_ugen_close(usb_ugen_hdl_t usb_ugen_hdl, dev_t dev, int flag, int otype, argument

Completed in 192 milliseconds

12