Home
last modified time | relevance | path

Searched refs:stype (Results 51 – 71 of 71) sorted by relevance

123

/openbmc/linux/include/net/bluetooth/
H A Dl2cap.h363 __u8 stype; member
/openbmc/linux/kernel/bpf/
H A Dverifier.c1351 if (*stype != STACK_INVALID) in scrub_spilled_slot()
1352 *stype = STACK_MISC; in scrub_spilled_slot()
4724 u8 new_type, *stype; in check_stack_write_var_off() local
4732 if (!env->allow_ptr_leaks && *stype != STACK_MISC && *stype != STACK_ZERO) { in check_stack_write_var_off()
4771 *stype = new_type; in check_stack_write_var_off()
4798 u8 *stype; in mark_reg_stack_read() local
4851 u8 *stype, type; in check_stack_read_fixed_off() local
7131 u8 *stype; in check_stack_range_initialized() local
7141 if (*stype == STACK_MISC) in check_stack_range_initialized()
7143 if ((*stype == STACK_ZERO) || in check_stack_range_initialized()
[all …]
H A Dbtf.c6330 const struct btf_type *stype, *t; in btf_struct_walk() local
6356 stype = btf_type_skip_modifiers(btf, mtype->type, &id); in btf_struct_walk()
6357 if (btf_type_is_struct(stype)) { in btf_struct_walk()
/openbmc/linux/security/selinux/ss/
H A Dpolicydb.c1892 u32 len, stype, otype; in filename_trans_read_helper_compat() local
1911 stype = le32_to_cpu(buf[0]); in filename_trans_read_helper_compat()
1921 if (unlikely(ebitmap_get_bit(&datum->stypes, stype - 1))) { in filename_trans_read_helper_compat()
1962 return ebitmap_set_bit(&datum->stypes, stype - 1, 1); in filename_trans_read_helper_compat()
H A Dservices.c1666 u32 stype, u32 ttype, u16 tclass, in filename_compute_type() argument
1686 if (ebitmap_get_bit(&datum->stypes, stype - 1)) { in filename_compute_type()
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.4.rst31 - autoconf: Update K & R stype functions
/openbmc/linux/net/bluetooth/
H A Dl2cap_core.c3080 efs.stype = chan->local_stype; in l2cap_add_opt_efs()
3089 efs.stype = L2CAP_SERV_BESTEFFORT; in l2cap_add_opt_efs()
3501 efs.stype != L2CAP_SERV_NOTRAFIC && in l2cap_parse_conf_req()
3502 efs.stype != chan->local_stype) { in l2cap_parse_conf_req()
3549 chan->remote_stype = efs.stype; in l2cap_parse_conf_req()
3658 efs.stype != L2CAP_SERV_NOTRAFIC && in l2cap_parse_conf_rsp()
3659 efs.stype != chan->local_stype) in l2cap_parse_conf_rsp()
/openbmc/linux/net/mac80211/
H A Dieee80211_i.h624 void (*rx_bcn_presp)(struct ieee80211_sub_if_data *sdata, u16 stype,
2445 u16 stype, u16 reason,
H A Drx.c3941 __le16 stype; in ieee80211_rx_h_mgmt() local
3943 stype = mgmt->frame_control & cpu_to_le16(IEEE80211_FCTL_STYPE); in ieee80211_rx_h_mgmt()
3951 switch (stype) { in ieee80211_rx_h_mgmt()
H A Dutil.c1877 u16 stype, u16 reason, in ieee80211_send_deauth_disassoc() argument
1885 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | stype); in ieee80211_send_deauth_disassoc()
H A Dmlme.c2886 u16 stype, u16 reason, bool tx, in ieee80211_set_disassoc() argument
2894 .subtype = stype, in ieee80211_set_disassoc()
2954 sdata->vif.cfg.ap_addr, stype, in ieee80211_set_disassoc()
/openbmc/linux/fs/affs/
H A Dfile.c138 AFFS_TAIL(sb, new_bh)->stype = cpu_to_be32(ST_FILE); in affs_alloc_extblock()
/openbmc/linux/io_uring/
H A Dio_uring.c4588 #define __BUILD_BUG_VERIFY_OFFSET_SIZE(stype, eoffset, esize, ename) do { \ in io_uring_init() argument
4589 BUILD_BUG_ON(offsetof(stype, ename) != eoffset); \ in io_uring_init()
4590 BUILD_BUG_ON(sizeof_field(stype, ename) != esize); \ in io_uring_init()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4.h1247 enum mlx4_port_type *stype,
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib.h1872 u16 stype);
/openbmc/linux/drivers/message/fusion/
H A Dmptlan.c117 u16 stype; member
/openbmc/linux/sound/pci/
H A Dcmipci.c2438 #define DEFINE_SWITCH(sname, stype, sarg) \ argument
2440 .iface = stype, \
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h2159 u16 type, u16 stype);
H A Dieee80211_softmac.c1892 u16 stype) in ieee80211_rx_frame_softmac() argument
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dwmi.h2430 __le16 stype; member
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c11546 static void gen_sync(int stype) in gen_sync() argument
11550 switch (stype) { in gen_sync()

123