Searched refs:otype (Results 1 - 25 of 44) sorted by relevance

12

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_set.c277 if (op->otype == ONOFF) {
294 switch (op->otype) {
324 if (op->otype == OTERM) {
420 switch (op->otype) {
447 switch (op->otype) {
H A Dex.h136 short otype; /* Types -- see below */ member in struct:option
/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 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 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 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)
/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/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/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/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/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/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/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/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/inet/ipf/
H A Dip_htable.c766 void fr_htable_iterderef(otype, unit, data, ifs)
767 u_int otype;
779 switch (otype)
H A Dip_pool.c885 void ip_pool_iterderef(otype, unit, data, ifs)
886 u_int otype;
898 switch (otype)
H A Dip_fil_solaris.c932 int iplopen(devp, flags, otype, cred)
934 int flags, otype;
942 cmn_err(CE_CONT, "iplopen(%x,%x,%x,%x)\n", devp, flags, otype, cred);
944 if (!(otype & OTYP_CHR))
970 int iplclose(dev, flags, otype, cred)
972 int flags, otype;
978 cmn_err(CE_CONT, "iplclose(%x,%x,%x,%x)\n", dev, flags, otype, cred);
/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);
H A Dzfs_acl.c1185 dmu_object_type_t otype; local
1214 otype = DMU_OT_OLDACL;
1220 otype = DMU_OT_ACL;
1261 otype, aclp->z_acl_bytes,
1262 otype == DMU_OT_ACL ?
1264 otype == DMU_OT_ACL ?
/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/sys/fibre-channel/impl/
H A Dfp.h286 static int fp_open(dev_t *devp, int flag, int otype, cred_t *credp);
287 static int fp_close(dev_t dev, int flag, int otype, cred_t *credp);
/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/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

Completed in 280 milliseconds

12