Home
last modified time | relevance | path

Searched defs:atype (Results 1 – 23 of 23) sorted by relevance

/linux/net/atm/
H A Daddr.c48 void atm_reset_addr(struct atm_dev *dev, enum atm_addr_type_t atype) in atm_reset_addr()
69 enum atm_addr_type_t atype) in atm_add_addr()
104 enum atm_addr_type_t atype) in atm_del_addr()
134 size_t size, enum atm_addr_type_t atype) in atm_get_addr()
/linux/arch/m68k/include/asm/
H A Dbootstd.h60 #define _bsc1(type,name,atype,a) \ argument
72 #define _bsc2(type,name,atype,a,btype,b) \ argument
85 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument
100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument
116 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument
/linux/net/tipc/
H A Daddr.h64 static inline void tipc_uaddr(struct tipc_uaddr *ua, u32 atype, u32 scope, in tipc_uaddr()
77 u32 atype; in tipc_uaddr_valid() local
H A Dudp_media.c609 int atype; in tipc_parse_udp_addr() local
H A Dsocket.c716 u32 atype = ua->addrtype; in tipc_bind() local
1418 int atype, mtu, rc; in __tipc_sendmsg() local
/linux/include/linux/surface_aggregator/
H A Dcontroller.h395 #define SSAM_DEFINE_SYNC_REQUEST_W(name, atype, spec...) \ argument
497 #define SSAM_DEFINE_SYNC_REQUEST_WR(name, atype, rtype, spec...) \ argument
598 #define SSAM_DEFINE_SYNC_REQUEST_MD_W(name, atype, spec...) \ argument
704 #define SSAM_DEFINE_SYNC_REQUEST_MD_WR(name, atype, rtype, spec...) \ argument
H A Ddevice.h488 #define SSAM_DEFINE_SYNC_REQUEST_CL_W(name, atype, spec...) \ argument
558 #define SSAM_DEFINE_SYNC_REQUEST_CL_WR(name, atype, rtype, spec...) \ argument
/linux/tools/testing/selftests/bpf/
H A Dtest_sysctl.c1545 enum bpf_attach_type atype = test->attach_type; in run_test_case() local
/linux/drivers/net/ipvlan/
H A Dipvlan.h85 ipvl_hdr_type atype; member
/linux/fs/ntfs3/
H A Drecord.c364 u32 atype; in mi_find_attr() local
/linux/arch/s390/include/uapi/asm/
H A Dchsc.h113 } atype; member
/linux/arch/s390/include/asm/
H A Dsclp.h138 u8 atype; member
/linux/drivers/s390/cio/
H A Dchsc_sch.c789 u32 atype : 8; in chsc_ioctl_dcal() member
/linux/drivers/dma/ti/
H A Dk3-udma.c212 u32 atype; member
257 u32 atype; member
4127 u32 atype; member
[all...]
/linux/kernel/trace/
H A Dtrace_probe.h205 #define ASSIGN_FETCH_TYPE_ALIAS(ptype, atype, ftype, sign) \ argument
/linux/tools/testing/selftests/net/
H A Dnettest.c762 enum addr_type atype) in convert_addr()
/linux/arch/s390/mm/
H A Dgmap.c61 unsigned long etype, atype; in gmap_alloc() local
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c312 enum bpf_attach_type atype; in test_destroy_orphan_child() member
/linux/net/netfilter/ipvs/
H A Dip_vs_ctl.c1061 unsigned int atype; in ip_vs_new_dest() local
/linux/include/linux/
H A Dbpf.h2964 int off, int size, enum bpf_access_type atype, in btf_struct_access()
/linux/kernel/bpf/
H A Dverifier.c6958 enum bpf_access_type atype, in check_ptr_to_btf_access()
7108 enum bpf_access_type atype, in check_ptr_to_map_access()
H A Dbtf.c6403 enum bpf_attach_type atype = prog->expected_attach_type; in prog_args_trusted() local
/linux/tools/lib/bpf/
H A Dlibbpf.c9393 #define SEC_DEF(sec_pfx, ptype, atype, flags, ...) { \ argument