Home
last modified time | relevance | path

Searched refs:FNAME (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_h323_types.c8 {FNAME("ip") OCTSTR, FIXD, 4, 0, DECODE,
10 {FNAME("port") INT, WORD, 0, 0, SKIP, 0, NULL},
14 {FNAME("item") OCTSTR, FIXD, 4, 0, SKIP, 0, NULL},
18 {FNAME("strict") NUL, FIXD, 0, 0, SKIP, 0, NULL},
19 {FNAME("loose") NUL, FIXD, 0, 0, SKIP, 0, NULL},
23 {FNAME("ip") OCTSTR, FIXD, 4, 0, SKIP, 0, NULL},
24 {FNAME("port") INT, WORD, 0, 0, SKIP, 0, NULL},
25 {FNAME("route") SEQOF, SEMI, 0, 0, SKIP, 0,
27 {FNAME("routing") CHOICE, 1, 2, 2, SKIP | EXT, 0,
32 {FNAME("node") OCTSTR, FIXD, 6, 0, SKIP, 0, NULL},
[all …]
H A Dnf_conntrack_h323_asn1.c30 #define FNAME(name) name, macro
34 #define FNAME(name) macro
828 FNAME("RasMessage") CHOICE, 5, 24, 32, DECODE | EXT, in DecodeRasMessage()
844 FNAME("H323-UserInformation") SEQ, 1, 2, 2, DECODE | EXT, in DecodeH323_UserInformation()
862 FNAME("MultimediaSystemControlMessage") CHOICE, 2, 4, 4, in DecodeMultimediaSystemControlMessage()
/openbmc/linux/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h27 #define FNAME(name) paging##64_##name macro
40 #define FNAME(name) paging##32_##name macro
54 #define FNAME(name) ept_##name macro
73 #define gpte_to_gfn_lvl FNAME(gpte_to_gfn_lvl)
109 static inline void FNAME(protect_clean_gpte)(struct kvm_mmu *mmu, unsigned *access, in FNAME() function
127 static inline int FNAME(is_present_gpte)(unsigned long pte) in FNAME() function
136 static bool FNAME(is_bad_mt_xwr)(struct rsvd_bits_validate *rsvd_check, u64 gpte) in FNAME() function
145 static bool FNAME(is_rsvd_bits_set)(struct kvm_mmu *mmu, u64 gpte, int level) in FNAME() function
148 FNAME(is_bad_mt_xwr)(&mmu->guest_rsvd_check, gpte); in FNAME()
151 static bool FNAME(prefetch_invalid_gpte)(struct kvm_vcpu *vcpu, in FNAME() function
[all …]
/openbmc/qemu/docs/
H A Dqdev-device-use.txt205 * file:FNAME becomes -chardev file,path=FNAME
207 * pipe:FNAME becomes -chardev pipe,path=FNAME
217 * unix:FNAME becomes -chardev socket,path=FNAME
223 * Any other /dev/FNAME becomes -chardev serial,path=/dev/FNAME
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c6628 #define FNAME 0x8 in bnx2x_gunzip() macro
6630 if (zbuf[3] & FNAME) in bnx2x_gunzip()