/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/ |
D | sym_fw.h | 100 #define SYM_GEN_A(s, label) s label; argument 101 #define SYM_GEN_B(s, label) s label; argument 102 #define SYM_GEN_Z(s, label) s label; argument 192 #define SCRIPTA_BA(np, label) (np->fwa_bas.label) argument 193 #define SCRIPTB_BA(np, label) (np->fwb_bas.label) argument 194 #define SCRIPTZ_BA(np, label) (np->fwz_bas.label) argument 221 #define HADDR_1(label) (RELOC_SOFTC | offsetof(struct sym_hcb, label)) argument 222 #define HADDR_2(label,ofs) (RELOC_SOFTC | \ argument 224 #define RADDR_1(label) (RELOC_REGISTER | REG(label)) argument 225 #define RADDR_2(label,ofs) (RELOC_REGISTER | ((REG(label))+(ofs))) argument [all …]
|
D | sym_fw.c | 62 #define SYM_GEN_A(s, label) ((short) offsetof(s, label)), argument 63 #define SYM_GEN_B(s, label) ((short) offsetof(s, label)), argument 64 #define SYM_GEN_Z(s, label) ((short) offsetof(s, label)), argument 65 #define PADDR_A(label) SYM_GEN_PADDR_A(struct SYM_FWA_SCR, label) argument 66 #define PADDR_B(label) SYM_GEN_PADDR_B(struct SYM_FWB_SCR, label) argument
|
/linux-2.4.37.9/drivers/usb/host/ |
D | ehci-dbg.c | 54 static void dbg_hcs_params (struct ehci_hcd *ehci, char *label) in dbg_hcs_params() 88 static inline void dbg_hcs_params (struct ehci_hcd *ehci, char *label) {} in dbg_hcs_params() 98 static void dbg_hcc_params (struct ehci_hcd *ehci, char *label) in dbg_hcc_params() 122 static inline void dbg_hcc_params (struct ehci_hcd *ehci, char *label) {} in dbg_hcc_params() 129 dbg_qtd (const char *label, struct ehci_hcd *ehci, struct ehci_qtd *qtd) in dbg_qtd() 145 dbg_qh (const char *label, struct ehci_hcd *ehci, struct ehci_qh *qh) in dbg_qh() 154 dbg_itd (const char *label, struct ehci_hcd *ehci, struct ehci_itd *itd) in dbg_itd() 184 dbg_status_buf (char *buf, unsigned len, char *label, u32 status) in dbg_status_buf() 203 dbg_intr_buf (char *buf, unsigned len, char *label, u32 enable) in dbg_intr_buf() 220 static int dbg_command_buf (char *buf, unsigned len, char *label, u32 command) in dbg_command_buf() [all …]
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | head.h | 19 #define BRANCH_IF_CHEETAH_BASE(tmp1,tmp2,label) \ argument 28 #define BRANCH_IF_JALAPENO(tmp1,tmp2,label) \ argument 37 #define BRANCH_IF_CHEETAH_PLUS_OR_FOLLOWON(tmp1,tmp2,label) \ argument 48 #define BRANCH_IF_ANY_CHEETAH(tmp1,tmp2,label) \ argument
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | head_4xx.S | 165 #define START_EXCEPTION(n, label) \ argument 176 #define STND_EXCEPTION(n, label, func) \ argument 185 #define CRIT_EXCEPTION(n, label, func) \ argument
|
D | head_44x.S | 393 #define START_EXCEPTION(label) \ argument 403 #define STND_EXCEPTION(n, label, func) \ argument 411 #define CRIT_EXCEPTION(n, label, func) \ argument
|
D | head_8xx.S | 179 #define STD_EXCEPTION(n, label, hdlr) \ argument
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | head.S | 202 #define EXCEPTION_PROLOG_PSERIES(n,label) \ argument 315 #define STD_EXCEPTION_PSERIES(n, label ) \ argument 321 #define STD_EXCEPTION_ISERIES( n, label ) \ argument 327 #define MASKABLE_EXCEPTION_ISERIES( n, label ) \ argument 349 #define STD_EXCEPTION_COMMON( trap, label, hdlr ) \ argument
|
/linux-2.4.37.9/include/net/ |
D | inet_ecn.h | 38 #define IP6_ECN_flow_init(label) do { \ argument 42 #define IP6_ECN_flow_xmit(sk, label) do { \ argument
|
/linux-2.4.37.9/scripts/ |
D | tkparse.c | 108 static const char * get_string( const char * pnt, char ** label ) in get_string() 135 static const char * get_qstring( const char * pnt, char ** label ) in get_qstring() 184 static const char * get_qnqstring( const char * pnt, char ** label ) in get_qnqstring()
|
D | mkdep.c | 320 #define CASE(c,label) if (current == c) goto label argument 321 #define NOTCASE(c,label) if (current != c) goto label argument
|
/linux-2.4.37.9/net/ipv6/ |
D | ip6_flowlabel.c | 62 static __inline__ struct ip6_flowlabel * __fl_lookup(u32 label) in __fl_lookup() 73 static struct ip6_flowlabel * fl_lookup(u32 label) in fl_lookup() 151 static int fl_intern(struct ip6_flowlabel *fl, __u32 label) in fl_intern() 180 struct ip6_flowlabel * fl6_sock_lookup(struct sock *sk, u32 label) in fl6_sock_lookup()
|
/linux-2.4.37.9/arch/mips/mm/ |
D | tlbex-r3k.S | 108 #define PTE_PRESENT(pte, ptr, label) \ argument 125 #define PTE_WRITABLE(pte, ptr, label) \ argument
|
D | tlbex-r4k.S | 114 #define PTE_PRESENT(pte, ptr, label) \ argument 128 #define PTE_WRITABLE(pte, ptr, label) \ argument
|
D | tlbex-mips32.S | 213 #define PTE_PRESENT(pte, ptr, label) \ argument 227 #define PTE_WRITABLE(pte, ptr, label) \ argument
|
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | ipchains_core.c | 236 ip_chainlabel label; /* Defines the label for each block */ member 437 static int check_label(ip_chainlabel label) in check_label() 449 static struct ip_chain *find_label(ip_chainlabel label) in find_label() 461 static int find_special(ip_chainlabel label, int *answer) in find_special() 514 const ip_chainlabel label, in ip_fw_domatch() 1078 static int del_chain(ip_chainlabel label) in del_chain() 1116 struct ip_chain *label in ip_init_chain() local 1137 static int create_chain(ip_chainlabel label) in create_chain()
|
/linux-2.4.37.9/arch/arm/kernel/ |
D | entry-header.S | 139 .macro adrsvc, cond, reg, label 200 .macro adrsvc, cond, reg, label
|
/linux-2.4.37.9/drivers/char/ftape/zftape/ |
D | zftape-eof.c | 98 int zft_ftape_validate_label(char *label) in zft_ftape_validate_label()
|
/linux-2.4.37.9/fs/partitions/ |
D | ultrix.c | 30 } *label; in ultrix_partition() local
|
D | ibm.c | 145 int *label = (int *) vlabel; in ibm_partition() local
|
/linux-2.4.37.9/drivers/s390/block/ |
D | dasd_diag.c | 58 unsigned long *label; member 272 unsigned long *label; in dasd_diag_check_characteristics() local
|
/linux-2.4.37.9/include/asm-mips/ |
D | gfx.h | 32 char label [GFX_INFO_LABEL_SIZE]; /* label name */ member
|
/linux-2.4.37.9/include/asm-mips64/ |
D | gfx.h | 32 char label [GFX_INFO_LABEL_SIZE]; /* label name */ member
|
/linux-2.4.37.9/include/asm-sparc/ |
D | head.h | 19 #define TRAP_ENTRY(type, label) \ argument
|
/linux-2.4.37.9/drivers/char/ip2/ |
D | ip2trace.h | 6 unsigned char port, cat, codes, label; member
|