/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.h | 256 #define sym_offb(o) (((o)&~3)+((~((o)&3))&3)) argument 257 #define sym_offw(o) (((o)&~3)+((~((o)&3))&2)) argument 261 #define sym_offb(o) (o) argument 262 #define sym_offw(o) (o) argument 317 #define INB_OFF(o) inb (np->s.io_port + sym_offb(o)) argument 318 #define OUTB_OFF(o, val) outb ((val), np->s.io_port + sym_offb(o)) argument 322 #define INW_OFF(o) inw_l2b (np->s.io_port + sym_offw(o)) argument 323 #define INL_OFF(o) inl_l2b (np->s.io_port + (o)) argument 325 #define OUTW_OFF(o, val) outw_b2l ((val), np->s.io_port + sym_offw(o)) argument 326 #define OUTL_OFF(o, val) outl_b2l ((val), np->s.io_port + (o)) argument [all …]
|
/linux-2.4.37.9/arch/arm/mach-integrator/ |
D | pci_v3.c | 113 #define v3_writeb(o,v) __raw_writeb(v, PCI_V3_VADDR + (unsigned int)(o)) argument 114 #define v3_readb(o) (__raw_readb(PCI_V3_VADDR + (unsigned int)(o))) argument 116 #define v3_writew(o,v) __raw_writew(v, PCI_V3_VADDR + (unsigned int)(o)) argument 117 #define v3_readw(o) (__raw_readw(PCI_V3_VADDR + (unsigned int)(o))) argument 119 #define v3_writel(o,v) __raw_writel(v, PCI_V3_VADDR + (unsigned int)(o)) argument 120 #define v3_readl(o) (__raw_readl(PCI_V3_VADDR + (unsigned int)(o))) argument
|
/linux-2.4.37.9/include/asm-ia64/ |
D | intrinsics.h | 163 #define cmpxchg_acq(ptr,o,n) ia64_cmpxchg("acq", (ptr), (o), (n), sizeof(*(ptr))) argument 164 #define cmpxchg_rel(ptr,o,n) ia64_cmpxchg("rel", (ptr), (o), (n), sizeof(*(ptr))) argument 167 #define cmpxchg(ptr,o,n) cmpxchg_acq(ptr,o,n) argument
|
/linux-2.4.37.9/include/asm-arm/arch-arc/ |
D | io.h | 23 #define __arch_base_getb(b,o) \ argument 33 #define __arch_base_getl(b,o) \ argument 43 #define __arch_base_putb(v,b,o) \ argument 52 #define __arch_base_putl(v,b,o) \ argument
|
/linux-2.4.37.9/include/asm-arm/arch-cl7500/ |
D | io.h | 20 #define __arch_base_getb(b,o) \ argument 30 #define __arch_base_getl(b,o) \ argument 40 #define __arch_base_putb(v,b,o) \ argument 49 #define __arch_base_putl(v,b,o) \ argument
|
/linux-2.4.37.9/include/asm-arm/arch-rpc/ |
D | io.h | 23 #define __arch_base_getb(b,o) \ argument 33 #define __arch_base_getl(b,o) \ argument 43 #define __arch_base_putb(v,b,o) \ argument 52 #define __arch_base_putl(v,b,o) \ argument 250 #define iomem_valid_addr(o,s) (1) argument
|
/linux-2.4.37.9/fs/xfs/ |
D | xfs_ialloc.h | 72 #define XFS_MAKE_IPTR(mp,b,o) xfs_make_iptr(mp,b,o) argument 74 #define XFS_MAKE_IPTR(mp,b,o) \ argument
|
D | xfs_dir2_leaf.h | 209 #define XFS_DIR2_DB_OFF_TO_BYTE(mp,db,o) \ argument 212 #define XFS_DIR2_DB_OFF_TO_BYTE(mp,db,o) \ argument 261 #define XFS_DIR2_DB_OFF_TO_DATAPTR(mp,db,o) \ argument 264 #define XFS_DIR2_DB_OFF_TO_DATAPTR(mp,db,o) \ argument
|
D | xfs_inum.h | 159 #define XFS_OFFBNO_TO_AGINO(mp,b,o) xfs_offbno_to_agino(mp,b,o) argument 161 #define XFS_OFFBNO_TO_AGINO(mp,b,o) \ argument
|
D | xfs_bmap_btree.c | 176 xfs_dfiloff_t o, in xfs_bmbt_trace_argfffi() 217 xfs_dfiloff_t o; in xfs_bmbt_trace_argifk() local 242 xfs_dfiloff_t o; in xfs_bmbt_trace_argifr() local 267 xfs_dfiloff_t o; in xfs_bmbt_trace_argik() local 303 #define XFS_BMBT_TRACE_ARGFFFI(c,o,b,i,j) \ argument 318 #define XFS_BMBT_TRACE_ARGFFFI(c,o,b,i,j) argument 2510 xfs_fileoff_t o, in xfs_bmbt_set_allf() 2597 xfs_fileoff_t o, in xfs_bmbt_disk_set_allf()
|
/linux-2.4.37.9/drivers/scsi/ |
D | sym53c8xx_defs.h | 359 #define ktime_get(o) (jiffies + (u_long) o) argument 363 #define ktime_add(a, o) ((a) + (u_long)(o)) argument 364 #define ktime_sub(a, o) ((a) - (u_long)(o)) argument 471 #define ncr_offb(o) (((o)&~3)+((~((o)&3))&3)) argument 472 #define ncr_offw(o) (((o)&~3)+((~((o)&3))&2)) argument 476 #define ncr_offb(o) (o) argument 477 #define ncr_offw(o) (o) argument 532 #define INB_OFF(o) inb (np->base_io + ncr_offb(o)) argument 533 #define OUTB_OFF(o, val) outb ((val), np->base_io + ncr_offb(o)) argument 537 #define INW_OFF(o) inw_l2b (np->base_io + ncr_offw(o)) argument [all …]
|
/linux-2.4.37.9/drivers/char/drm/ |
D | via_drv.h | 108 #define cmpxchg(ptr,o,n) \ argument 144 #define cmpxchg(ptr,o,n) \ argument
|
/linux-2.4.37.9/drivers/net/ |
D | wavelan.c | 213 static void psa_read(unsigned long ioaddr, u16 hacr, int o, /* offset in PSA */ in psa_read() 232 static void psa_write(unsigned long ioaddr, u16 hacr, int o, /* Offset in PSA */ in psa_write() 335 static inline void mmc_out(unsigned long ioaddr, u16 o, u8 d) in mmc_out() 348 static inline void mmc_write(unsigned long ioaddr, u8 o, u8 * b, int n) in mmc_write() 362 static inline u8 mmc_in(unsigned long ioaddr, u16 o) in mmc_in() 379 static inline void mmc_read(unsigned long ioaddr, u8 o, u8 * b, int n) in mmc_read() 424 u16 o, /* destination offset */ in fee_read() 458 u16 o, /* destination offset */ in fee_write() 545 u16 o, u8 * b, int n) in obram_read() 555 static inline void obram_write(unsigned long ioaddr, u16 o, u8 * b, int n) in obram_write()
|
/linux-2.4.37.9/include/linux/ |
D | ip.h | 47 #define IPOPT_COPIED(o) ((o)&IPOPT_COPY) argument 48 #define IPOPT_CLASS(o) ((o)&IPOPT_CLASS_MASK) argument 49 #define IPOPT_NUMBER(o) ((o)&IPOPT_NUMBER_MASK) argument
|
D | smb_fs.h | 90 #define smb_kfree(o) kfree(o) argument 92 #define smb_vfree(o) vfree(o) argument
|
/linux-2.4.37.9/fs/ntfs/ |
D | support.c | 228 int i, o, chl, chi; in ntfs_dupuni2map() local 279 int i, o; in ntfs_dupmap2uni() local
|
/linux-2.4.37.9/drivers/net/pcmcia/ |
D | wavelan_cs.c | 180 int o, /* offset in PSA */ in psa_read() 204 int o, /* Offset in psa */ in psa_write() 318 u_short o, in mmc_out() 336 u_char o, in mmc_write() 354 u_short o) in mmc_in() 377 u_char o, in mmc_read() 427 u_short o, /* destination offset */ in fee_read() 462 u_short o, /* destination offset */ in fee_write()
|
/linux-2.4.37.9/include/asm-mips64/xtalk/ |
D | xtalk.h | 48 #define XIO_PACK(p,o) ((((uint64_t)(p))<<XIO_PORT_SHIFT) | ((o)&XIO_ADDR_BITS)) argument
|
/linux-2.4.37.9/drivers/net/skfp/h/ |
D | mbuf.h | 52 #define smtodoff(x,t,o) ((t)((x)->sm_data + (o))) argument
|
/linux-2.4.37.9/fs/hpfs/ |
D | super.c | 325 int o; in hpfs_remount_fs() local 380 int o; in hpfs_read_super() local
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | unwind.c | 1144 #define UNW_DEC_REG_PSPREL(fmt,r,o,arg) desc_reg_psprel(r,o,arg) argument 1145 #define UNW_DEC_REG_SPREL(fmt,r,o,arg) desc_reg_sprel(r,o,arg) argument 1150 #define UNW_DEC_PRIUNAT_PSPREL(fmt,o,arg) desc_reg_psprel(UNW_REG_PRI_UNAT_MEM,o,arg) argument 1151 #define UNW_DEC_PRIUNAT_SPREL(fmt,o,arg) desc_reg_sprel(UNW_REG_PRI_UNAT_MEM,o,arg) argument 1153 #define UNW_DEC_SPILL_BASE(fmt,o,arg) desc_spill_base(o,arg) argument 1166 #define UNW_DEC_SPILL_PSPREL_P(f,p,t,a,o,arg) desc_spill_psprel_p(p,t,a,o,arg) argument 1167 #define UNW_DEC_SPILL_PSPREL(f,t,a,o,arg) desc_spill_psprel_p(0,t,a,o,arg) argument 1168 #define UNW_DEC_SPILL_SPREL_P(f,p,t,a,o,arg) desc_spill_sprel_p(p,t,a,o,arg) argument 1169 #define UNW_DEC_SPILL_SPREL(f,t,a,o,arg) desc_spill_sprel_p(0,t,a,o,arg) argument
|
/linux-2.4.37.9/arch/arm/boot/compressed/ |
D | ofw-shark.c | 186 asmlinkage void ofw_init(ofw_handle_t o, int *nomr, int *pointer) in ofw_init()
|
/linux-2.4.37.9/fs/befs/ |
D | linuxvfs.c | 545 int i, o; in befs_utf2nls() local 621 int i, o; in befs_nls2utf() local
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | oplib.h | 352 #define P1275_INOUT(i,o) (P1275_IN(i)|P1275_OUT(o)) argument
|
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_vfs.h | 157 #define VFS_PARSEARGS(v, o,ma,f, rv) ((rv) = vfs_parseargs(VHEAD(v), o,ma,f)) argument 176 #define PVFS_PARSEARGS(b, o,ma,f, rv) ((rv) = vfs_parseargs(b, o,ma,f)) argument 214 #define vfs_bhv_set_custom(b,o) ( (b)->bhv_custom = (void *)(o)) argument
|