taglinefilesource code
base46drivers/FPU-emu/get_address.cunsigned char ss,index,base;
base50drivers/FPU-emu/get_address.cbase = get_fs_byte((char *) FPU_EIP);   /* The SIB byte */
base53drivers/FPU-emu/get_address.css = base >> 6;
base54drivers/FPU-emu/get_address.cindex = (base >> 3) & 7;
base55drivers/FPU-emu/get_address.cbase &= 7;
base57drivers/FPU-emu/get_address.cif ((mod == 0) && (base == 5))
base60drivers/FPU-emu/get_address.coffset = REG_(base);
base82drivers/FPU-emu/get_address.celse if (mod == 2 || base == 5) /* The second condition also has mod==0 */
base1241drivers/block/floppy.cstruct floppy_struct *base;
base1244drivers/block/floppy.cbase = &floppy_types[(code-1)*2];
base1245drivers/block/floppy.cprintk("fd%d is %s",drive,base->name);
base1246drivers/block/floppy.creturn base;
base1354drivers/char/console.clong base;
base1412drivers/char/console.cbase = (long)vc_scrmembuf;
base1414drivers/char/console.cpos = origin = video_mem_start = base;
base1415drivers/char/console.cscr_end = video_mem_end = (base += screen_size);
base362drivers/net/3c507.cint base;
base367drivers/net/3c507.cbase = 0xf00000 + (mem_config & 0x08 ? 0x080000
base371drivers/net/3c507.cbase = 0x0c0000 + ( (mem_config & 0x18) << 12);
base376drivers/net/3c507.cdev->mem_start = base;
base377drivers/net/3c507.cdev->mem_end = base + size;
base171drivers/net/lance.cint  base;
base177drivers/net/lance.cint    base;
base450drivers/net/lance.clp->rx_ring[i].base = (lp->rx_buffs + i*PKT_BUF_SZ) | 0x80000000;
base456drivers/net/lance.clp->tx_ring[i].base = 0;
base492drivers/net/lance.clp->rx_ring[i].base, -lp->rx_ring[i].buf_length,
base496drivers/net/lance.clp->tx_ring[i].base, -lp->tx_ring[i].length,
base562drivers/net/lance.clp->tx_ring[entry].base =
base567drivers/net/lance.clp->tx_ring[entry].base = (int)(skb+1) | 0x83000000;
base577drivers/net/lance.cif (lp->tx_ring[(entry+1) & TX_RING_MOD_MASK].base == 0)
base629drivers/net/lance.cint status = lp->tx_ring[entry].base;
base635drivers/net/lance.clp->tx_ring[entry].base = 0;
base699drivers/net/lance.cwhile (lp->rx_ring[entry].base >= 0) {
base700drivers/net/lance.cint status = lp->rx_ring[entry].base >> 24;
base725drivers/net/lance.c(unsigned char *)(lp->rx_ring[entry].base & 0x00ffffff),
base740drivers/net/lance.clp->rx_ring[entry].base |= 0x80000000;
base73drivers/scsi/aha1542.c#define aha1542_intr_reset(base)  outb(IRST, CONTROL(base))
base92drivers/scsi/aha1542.cstatic int aha1542_out(unsigned int base, unchar *cmdp, int len)
base96drivers/scsi/aha1542.cWAIT(STATUS(base), CDF, 0, CDF);
base97drivers/scsi/aha1542.coutb(*cmdp++, DATA(base));
base105drivers/scsi/aha1542.cstatic int aha1542_in(unsigned int base, unchar *cmdp, int len)
base109drivers/scsi/aha1542.cWAIT(STATUS(base), DF, DF, 0);
base110drivers/scsi/aha1542.c*cmdp++ = inb(DATA(base));
base38drivers/scsi/aha1542.h#define STATUS(base) base
base48drivers/scsi/aha1542.h#define INTRFLAGS(base) (STATUS(base)+2)
base57drivers/scsi/aha1542.h#define CONTROL(base) STATUS(base)
base64drivers/scsi/aha1542.h#define DATA(base) (STATUS(base)+1)
base51drivers/scsi/aha1740.cstatic unsigned int slot, base;
base435drivers/scsi/aha1740.cbase = SLOTBASE(slot);
base441drivers/scsi/aha1740.cif(check_region(base, 0x5c)) continue;  /* See if in use */
base455drivers/scsi/aha1740.cprintk("Configuring Adaptec at IO:%x, IRQ %d\n",base,
base465drivers/scsi/aha1740.csnarf_region(base, 0x5c);  /* Reserve the space that we need to use */
base20drivers/scsi/aha1740.h#define  BASE    (base)
base23drivers/scsi/aha1740.h#define  HID0  (base + 0x0)
base24drivers/scsi/aha1740.h#define  HID1  (base + 0x1)
base25drivers/scsi/aha1740.h#define HID2  (base + 0x2)
base26drivers/scsi/aha1740.h#define  HID3  (base + 0x3)
base27drivers/scsi/aha1740.h#define  EBCNTRL  (base + 0x4)
base28drivers/scsi/aha1740.h#define  PORTADR  (base + 0x40)
base29drivers/scsi/aha1740.h#define BIOSADR (base + 0x41)
base30drivers/scsi/aha1740.h#define INTDEF  (base + 0x42)
base31drivers/scsi/aha1740.h#define SCSIDEF (base + 0x43)
base32drivers/scsi/aha1740.h#define BUSDEF  (base + 0x44)
base33drivers/scsi/aha1740.h#define  RESV0  (base + 0x45)
base34drivers/scsi/aha1740.h#define RESV1  (base + 0x46)
base35drivers/scsi/aha1740.h#define  RESV2  (base + 0x47)
base217drivers/scsi/hosts.hunsigned char *base;
base133drivers/scsi/pas16.c#define NO_BASES (sizeof (bases) / sizeof (struct base))
base142drivers/scsi/t128.c#define NO_BASES (sizeof (bases) / sizeof (struct base))
base199drivers/scsi/t128.cunsigned char *base;
base203drivers/scsi/t128.cbase = NULL;
base206drivers/scsi/t128.cbase = overrides[current_override].address;
base208drivers/scsi/t128.cfor (; !base && (current_base < NO_BASES); ++current_base) {
base216drivers/scsi/t128.cbase = bases[current_base].address;
base225drivers/scsi/t128.cprintk("scsi%d : base = %08x\n", hostno, (unsigned int) base);
base228drivers/scsi/t128.cif (!base)
base232drivers/scsi/t128.cinstance->base = base;
base258drivers/scsi/t128.cinstance->base);
base318drivers/scsi/t128.cregister unsigned char *reg = (unsigned char *) (instance->base + 
base322drivers/scsi/t128.cwhile (!(instance->base[T_STATUS_REG_OFFSET]) & T_ST_RDY);
base327drivers/scsi/t128.cif (*(instance->base + T_STATUS_REG_OFFSET) & T_ST_TIM) {
base330drivers/scsi/t128.cfoo = instance->base + T_CONTROL_REG_OFFSET;
base356drivers/scsi/t128.cregister unsigned char *reg = (unsigned char *) (instance->base + 
base360drivers/scsi/t128.cwhile (!(instance->base[T_STATUS_REG_OFFSET]) & T_ST_RDY);
base364drivers/scsi/t128.cif (*(instance->base + T_STATUS_REG_OFFSET) & T_ST_TIM) {
base367drivers/scsi/t128.cfoo = instance->base + T_CONTROL_REG_OFFSET;
base130drivers/scsi/t128.hvolatile unsigned char *base
base133drivers/scsi/t128.hvolatile unsigned char *base
base136drivers/scsi/t128.hbase = (volatile unsigned char *) (instance)->base
base138drivers/scsi/t128.h#define T128_address(reg) (base + T_5380_OFFSET + ((reg) * 0x20))
base157fs/namei.cstruct inode * base, struct inode ** res_inode)
base165fs/namei.cif (!base) {
base166fs/namei.cbase = current->pwd;
base167fs/namei.cbase->i_count++;
base170fs/namei.ciput(base);
base171fs/namei.cbase = current->root;
base173fs/namei.cbase->i_count++;
base181fs/namei.cbase->i_count++;
base182fs/namei.cerror = lookup(base,thisname,len,&inode);
base184fs/namei.ciput(base);
base187fs/namei.cerror = follow_link(base,inode,0,0,&base);
base191fs/namei.cif (!base->i_op || !base->i_op->lookup) {
base192fs/namei.ciput(base);
base197fs/namei.c*res_inode = base;
base201fs/namei.cstatic int _namei(const char * pathname, struct inode * base,
base209fs/namei.cerror = dir_namei(pathname,&namelen,&basename,base,&base);
base212fs/namei.cbase->i_count++;  /* lookup uses up base */
base213fs/namei.cerror = lookup(base,basename,namelen,&inode);
base215fs/namei.ciput(base);
base219fs/namei.cerror = follow_link(base,inode,0,0,&inode);
base223fs/namei.ciput(base);
base275fs/namei.cstruct inode ** res_inode, struct inode * base)
base284fs/namei.cerror = dir_namei(pathname,&namelen,&basename,base,&dir);
base78include/asm/system.h#define _set_seg_desc(gate_addr,type,dpl,base,limit) {\
base79include/asm/system.h*((gate_addr)+1) = ((base) & 0xff000000) | \
base80include/asm/system.h(((base) & 0x00ff0000)>>16) | \
base85include/asm/system.h*(gate_addr) = (((base) & 0x0000ffff)<<16) | \
base366include/linux/fs.hstruct inode ** res_inode, struct inode * base);
base24include/linux/ldt.hextern int set_ldt_entry(int entry, unsigned long base, unsigned int limit,
base70include/linux/lp.h#define LP_B(minor)  lp_table[(minor)].base    /* IO address */
base73include/linux/lp.h#define LP_C(minor)  (lp_table[(minor)].base + 2)  /* control port */
base83include/linux/lp.hint base;
base24include/linux/page.h#define PAGE_DIR_OFFSET(base,address)  ((unsigned long*)((base)+\
base6include/linux/pipe_fs_i.hchar * base;
base17include/linux/pipe_fs_i.h#define PIPE_BASE(inode)  ((inode).u.pipe_i.base)
base360include/linux/sched.h#define _set_base(addr,base) \
base369include/linux/sched.h"d" (base) \
base385include/linux/sched.h#define set_base(ldt,base) _set_base( ((char *)&(ldt)) , base )
base48kernel/ioport.cshort base, short extent, int new_value)
base51kernel/ioport.cunsigned long *bitmap_base = bitmap + (base >> 5);
base52kernel/ioport.cunsigned short low_index = base & 0x1f;
base82kernel/ioport.casmlinkage int check_bitmap(unsigned long *bitmap, short base, short extent)
base85kernel/ioport.cunsigned long *bitmap_base = bitmap + (base >> 5);
base86kernel/ioport.cunsigned short low_index = base & 0x1f;
base41kernel/ldt.cunsigned long base, limit;
base56kernel/ldt.cbase = ldt_info.base_addr;
base60kernel/ldt.climit += base;
base61kernel/ldt.cif (limit < base || limit >= 0xC0000000)
base17kernel/vsprintf.cunsigned long simple_strtoul(const char *cp,char **endp,unsigned int base)
base21kernel/vsprintf.cif (!base) {
base22kernel/vsprintf.cbase = 10;
base24kernel/vsprintf.cbase = 8;
base28kernel/vsprintf.cbase = 16;
base33kernel/vsprintf.c? toupper(*cp) : *cp)-'A'+10) < base) {
base34kernel/vsprintf.cresult = result*base + value;
base62kernel/vsprintf.c#define do_div(n,base) ({ \
base64kernel/vsprintf.c__asm__("divl %4":"=a" (n),"=d" (__res):"0" (n),"1" (0),"r" (base)); \
base67kernel/vsprintf.cstatic char * number(char * str, int num, int base, int size, int precision
base76kernel/vsprintf.cif (base<2 || base>36)
base86kernel/vsprintf.cif (base==16) size -= 2;
base87kernel/vsprintf.celse if (base==8) size--;
base92kernel/vsprintf.ctmp[i++]=digits[do_div(num,base)];
base101kernel/vsprintf.cif (base==8)
base103kernel/vsprintf.celse if (base==16) {
base161net/inet/sock.cget_new_socknum(struct proto *prot, unsigned short base)
base174net/inet/sock.cif (base == 0) base = PROT_SOCK+1+(start % 1024);
base175net/inet/sock.cif (base <= PROT_SOCK) {
base176net/inet/sock.cbase += PROT_SOCK+(start % 1024);
base182net/inet/sock.csk = prot->sock_array[(i+base+1) &(SOCK_ARRAY_SIZE -1)];
base190net/inet/sock.ci + base + 1, start));
base191net/inet/sock.creturn(i+base+1);
base200net/inet/sock.cwhile(sk_inuse(prot, base +best+1)) {
base204net/inet/sock.cbest + base + 1, start));
base205net/inet/sock.creturn(best+base+1);