otype 47 crypto/algboss.c u32 otype; otype 181 crypto/algboss.c param->otype = larval->alg.cra_flags; otype 424 drivers/hwtracing/intel_th/core.c unsigned otype; otype 461 drivers/hwtracing/intel_th/core.c .otype = GTH_MSU, otype 482 drivers/hwtracing/intel_th/core.c .otype = GTH_MSU, otype 533 drivers/hwtracing/intel_th/core.c .otype = GTH_PTI, otype 548 drivers/hwtracing/intel_th/core.c .otype = GTH_LPP, otype 658 drivers/hwtracing/intel_th/core.c thdev->output.type = subdev->otype; otype 698 drivers/hwtracing/intel_th/core.c int intel_th_output_enable(struct intel_th *th, unsigned int otype) otype 708 drivers/hwtracing/intel_th/core.c if (intel_th_subdevices[src].otype != otype) otype 722 drivers/hwtracing/intel_th/core.c if (th->thdev[dst]->output.type != otype) otype 769 drivers/hwtracing/intel_th/core.c subdev->otype != GTH_NONE) otype 237 drivers/hwtracing/intel_th/intel_th.h int intel_th_output_enable(struct intel_th *th, unsigned int otype); otype 627 drivers/media/dvb-core/dmxdev.c enum dmx_output otype; otype 634 drivers/media/dvb-core/dmxdev.c otype = para->output; otype 643 drivers/media/dvb-core/dmxdev.c if (otype == DMX_OUT_TS_TAP) otype 645 drivers/media/dvb-core/dmxdev.c else if (otype == DMX_OUT_TSDEMUX_TAP) otype 647 drivers/media/dvb-core/dmxdev.c else if (otype == DMX_OUT_TAP) otype 556 drivers/media/pci/bt8xx/dst.c char *otype; otype 559 drivers/media/pci/bt8xx/dst.c otype = "satellite"; otype 563 drivers/media/pci/bt8xx/dst.c otype = "terrestrial"; otype 567 drivers/media/pci/bt8xx/dst.c otype = "cable"; otype 571 drivers/media/pci/bt8xx/dst.c otype = "atsc"; otype 578 drivers/media/pci/bt8xx/dst.c dprintk(2, "DST type: %s\n", otype); otype 39 drivers/net/ethernet/brocade/bna/bfa_cs.h #define bfa_fsm_state_decl(oc, st, otype, etype) \ otype 40 drivers/net/ethernet/brocade/bna/bfa_cs.h static void oc ## _sm_ ## st(otype * fsm, etype event); \ otype 41 drivers/net/ethernet/brocade/bna/bfa_cs.h static void oc ## _sm_ ## st ## _entry(otype * fsm) otype 187 drivers/scsi/bfa/bfa_cs.h #define bfa_sm_state_decl(oc, st, otype, etype) \ otype 188 drivers/scsi/bfa/bfa_cs.h static void oc ## _sm_ ## st(otype * fsm, etype event) otype 216 drivers/scsi/bfa/bfa_cs.h #define bfa_fsm_state_decl(oc, st, otype, etype) \ otype 217 drivers/scsi/bfa/bfa_cs.h static void oc ## _sm_ ## st(otype * fsm, etype event); \ otype 218 drivers/scsi/bfa/bfa_cs.h static void oc ## _sm_ ## st ## _entry(otype * fsm) otype 2791 fs/xfs/libxfs/xfs_alloc.c type = args->otype = args->type; otype 73 fs/xfs/libxfs/xfs_alloc.h xfs_alloctype_t otype; /* original allocation type */ otype 1583 fs/xfs/xfs_trace.h __field(short, otype) otype 1604 fs/xfs/xfs_trace.h __entry->otype = args->otype; otype 1628 fs/xfs/xfs_trace.h __print_symbolic(__entry->otype, XFS_ALLOC_TYPES), otype 3506 net/wireless/nl80211.c enum nl80211_iftype otype, ntype; otype 3512 net/wireless/nl80211.c otype = ntype = dev->ieee80211_ptr->iftype; otype 3516 net/wireless/nl80211.c if (otype != ntype) otype 919 net/wireless/util.c enum nl80211_iftype otype = dev->ieee80211_ptr->iftype; otype 924 net/wireless/util.c if (otype == NL80211_IFTYPE_AP_VLAN) otype 943 net/wireless/util.c if (ntype != otype) { otype 950 net/wireless/util.c switch (otype) { otype 1015 net/wireless/util.c if (!err && ntype != otype && netif_running(dev)) { otype 1017 net/wireless/util.c cfg80211_update_iface_num(rdev, otype, -1); otype 1876 security/selinux/ss/policydb.c struct filename_trans_datum *otype; otype 1891 security/selinux/ss/policydb.c otype = NULL; otype 1900 security/selinux/ss/policydb.c otype = kmalloc(sizeof(*otype), GFP_KERNEL); otype 1901 security/selinux/ss/policydb.c if (!otype) otype 1925 security/selinux/ss/policydb.c otype->otype = le32_to_cpu(buf[3]); otype 1931 security/selinux/ss/policydb.c rc = hashtab_insert(p->filename_trans, ft, otype); otype 1942 security/selinux/ss/policydb.c kfree(otype); otype 1950 security/selinux/ss/policydb.c kfree(otype); otype 3325 security/selinux/ss/policydb.c struct filename_trans_datum *otype = data; otype 3343 security/selinux/ss/policydb.c buf[3] = cpu_to_le32(otype->otype); otype 99 security/selinux/ss/policydb.h u32 otype; /* expected of new object */ otype 1616 security/selinux/ss/services.c struct filename_trans_datum *otype; otype 1631 security/selinux/ss/services.c otype = hashtab_search(policydb->filename_trans, &ft); otype 1632 security/selinux/ss/services.c if (otype) otype 1633 security/selinux/ss/services.c newcontext->type = otype->otype;