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

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

Completed in 1176 milliseconds