Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbfa_cs.h36 #define bfa_sm_state_decl(oc, st, otype, etype) \ argument
37 static void oc ## _sm_ ## st(otype * fsm, etype event)
60 #define bfa_fsm_state_decl(oc, st, otype, etype) \ argument
61 static void oc ## _sm_ ## st(otype * fsm, etype event); \
62 static void oc ## _sm_ ## st ## _entry(otype * fsm)
/linux-4.1.27/drivers/scsi/bfa/
Dbfa_cs.h227 #define bfa_sm_state_decl(oc, st, otype, etype) \ argument
228 static void oc ## _sm_ ## st(otype * fsm, etype event)
256 #define bfa_fsm_state_decl(oc, st, otype, etype) \ argument
257 static void oc ## _sm_ ## st(otype * fsm, etype event); \
258 static void oc ## _sm_ ## st ## _entry(otype * fsm)
/linux-4.1.27/drivers/s390/char/
Dsclp_async.c38 u8 otype; member
130 sccb->evbuf.otype = 0x00; in sclp_async_send_wait()
/linux-4.1.27/scripts/kconfig/
Dstreamline_config.pl363 my $otype = ( -x $lsmod_file) ? '-|' : '<';
364 open($linfile, $otype, $lsmod_file);
/linux-4.1.27/crypto/
Dalgboss.c52 u32 otype; member
187 param->otype = larval->alg.cra_flags; in cryptomgr_schedule_probe()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_alloc.h117 xfs_alloctype_t otype; /* original allocation type */ member
Dxfs_alloc.c2393 type = args->otype = args->type; in xfs_alloc_vextent()
/linux-4.1.27/net/wireless/
Dutil.c924 enum nl80211_iftype otype = dev->ieee80211_ptr->iftype; in cfg80211_change_iface() local
929 if (otype == NL80211_IFTYPE_AP_VLAN) in cfg80211_change_iface()
947 if (ntype != otype) { in cfg80211_change_iface()
954 switch (otype) { in cfg80211_change_iface()
1017 if (!err && ntype != otype && netif_running(dev)) { in cfg80211_change_iface()
1019 cfg80211_update_iface_num(rdev, otype, -1); in cfg80211_change_iface()
Dnl80211.c2540 enum nl80211_iftype otype, ntype; in nl80211_set_interface() local
2547 otype = ntype = dev->ieee80211_ptr->iftype; in nl80211_set_interface()
2551 if (otype != ntype) in nl80211_set_interface()
/linux-4.1.27/security/selinux/ss/
Dpolicydb.c1911 struct filename_trans_datum *otype; in filename_trans_read() local
1927 otype = NULL; in filename_trans_read()
1936 otype = kmalloc(sizeof(*otype), GFP_KERNEL); in filename_trans_read()
1937 if (!otype) in filename_trans_read()
1961 otype->otype = le32_to_cpu(buf[3]); in filename_trans_read()
1967 rc = hashtab_insert(p->filename_trans, ft, otype); in filename_trans_read()
1978 kfree(otype); in filename_trans_read()
1986 kfree(otype); in filename_trans_read()
3271 struct filename_trans_datum *otype = data; in filename_write_helper() local
3289 buf[3] = cpu_to_le32(otype->otype); in filename_write_helper()
Dpolicydb.h103 u32 otype; /* expected of new object */ member
Dservices.c1373 struct filename_trans_datum *otype; in filename_compute_type() local
1388 otype = hashtab_search(p->filename_trans, &ft); in filename_compute_type()
1389 if (otype) in filename_compute_type()
1390 newcontext->type = otype->otype; in filename_compute_type()
/linux-4.1.27/drivers/media/dvb-core/
Ddmxdev.c563 dmx_output_t otype; in dvb_dmxdev_start_feed() local
570 otype = para->output; in dvb_dmxdev_start_feed()
579 if (otype == DMX_OUT_TS_TAP) in dvb_dmxdev_start_feed()
581 else if (otype == DMX_OUT_TSDEMUX_TAP) in dvb_dmxdev_start_feed()
583 else if (otype == DMX_OUT_TAP) in dvb_dmxdev_start_feed()
/linux-4.1.27/drivers/media/pci/bt8xx/
Ddst.c585 char *otype; in dst_type_print() local
588 otype = "satellite"; in dst_type_print()
592 otype = "terrestrial"; in dst_type_print()
596 otype = "cable"; in dst_type_print()
600 otype = "atsc"; in dst_type_print()
607 dprintk(verbose, DST_INFO, 1, "DST type: %s", otype); in dst_type_print()
/linux-4.1.27/scripts/
Dcheckpatch.pl5303 my $otype = $4;
5307 ($arg, $otype) = ($otype, $arg) if ($arg =~ /^(?:true|false)$/i);
5309 my $type = lc($otype);
5317 "Using comparison to $otype is error prone\n" . $herecurr);
/linux-4.1.27/fs/xfs/
Dxfs_trace.h1546 __field(short, otype)
1567 __entry->otype = args->otype;
1591 __print_symbolic(__entry->otype, XFS_ALLOC_TYPES),