taglinefilesource code
base58drivers/FPU-emu/get_address.cunsigned char ss,index,base;
base63drivers/FPU-emu/get_address.cbase = get_fs_byte((char *) (*fpu_eip));   /* The SIB byte */
base66drivers/FPU-emu/get_address.css = base >> 6;
base67drivers/FPU-emu/get_address.cindex = (base >> 3) & 7;
base68drivers/FPU-emu/get_address.cbase &= 7;
base70drivers/FPU-emu/get_address.cif ((mod == 0) && (base == 5))
base73drivers/FPU-emu/get_address.coffset = REG_(base);
base96drivers/FPU-emu/get_address.celse if (mod == 2 || base == 5) /* The second condition also has mod==0 */
base1238drivers/block/floppy.cstruct floppy_struct *base;
base1241drivers/block/floppy.cbase = &floppy_types[(code-1)*2];
base1242drivers/block/floppy.cprintk("fd%d is %s",drive,base->name);
base1243drivers/block/floppy.creturn base;
base1394drivers/char/console.clong base;
base1452drivers/char/console.cbase = (long)vc_scrmembuf;
base1454drivers/char/console.cpos = origin = video_mem_start = base;
base1455drivers/char/console.cscr_end = video_mem_end = (base += screen_size);
base567drivers/char/keyboard.cif(accent_table[i].diacr == d && accent_table[i].base == ch)
base378drivers/net/3c507.cint base;
base383drivers/net/3c507.cbase = 0xf00000 + (mem_config & 0x08 ? 0x080000
base387drivers/net/3c507.cbase = 0x0c0000 + ( (mem_config & 0x18) << 12);
base389drivers/net/3c507.cdev->mem_start = base;
base390drivers/net/3c507.cdev->mem_end = base + size;
base211drivers/net/depca.clong base;
base217drivers/net/depca.clong base;
base666drivers/net/depca.cprintk("\t0x%8.8lx  0x%8.8lx\n",(long)&lp->rx_ring[i].base,
base667drivers/net/depca.c(long)&lp->tx_ring[i].base);
base671drivers/net/depca.cprintk("\t0x%8.8lx  0x%8.8lx\n",(long)lp->rx_ring[i].base,
base672drivers/net/depca.c(long)lp->tx_ring[i].base);
base733drivers/net/depca.clp->rx_ring[i].base = (lp->dma_buffs + i*PKT_BUF_SZ) | R_OWN;
base735drivers/net/depca.clp->tx_ring[i].base = (lp->dma_buffs + (i+lp->ringSize) * PKT_BUF_SZ) &
base822drivers/net/depca.cbuf = (unsigned char *)(lp->tx_ring[entry].base & 0x00ffffff);
base825drivers/net/depca.cwhile (lp->tx_ring[entry].base < 0);
base843drivers/net/depca.cif (skbL <= 0) lp->tx_ring[entry].base |= (T_ENP);
base844drivers/net/depca.clp->tx_ring[entry].base |= (T_OWN|T_STP);
base857drivers/net/depca.cbuf = (unsigned char *)(lp->tx_ring[entry].base & 0x00ffffff);
base860drivers/net/depca.cwhile (lp->tx_ring[entry].base < 0);
base879drivers/net/depca.cif (skbL <= 0) lp->tx_ring[entry].base |= T_ENP;
base880drivers/net/depca.clp->tx_ring[entry].base |= T_OWN;
base885drivers/net/depca.c(unsigned char *)(lp->tx_ring[entry].base & 0x00ffffff);
base889drivers/net/depca.clp->tx_ring[entry].base, -lp->tx_ring[entry].length);
base897drivers/net/depca.cif (lp->tx_ring[(entry+1) & lp->rmask].base >= 0) {
base979drivers/net/depca.cfor (; lp->rx_ring[entry].base >= 0; entry = (++lp->cur_rx) & lp->rmask) {
base980drivers/net/depca.cint status = lp->rx_ring[entry].base >> 16 ;
base1004drivers/net/depca.c(unsigned char *)(lp->rx_ring[entry].base & 0x00ffffff),
base1024drivers/net/depca.clp->rx_ring[entry].base |= R_OWN;
base1052drivers/net/depca.cfor (; dirty_tx!=(lp->cur_tx & lp->rmask) && lp->tx_ring[dirty_tx].base>0;
base1055drivers/net/depca.cint status = lp->tx_ring[dirty_tx].base >> 16;
base170drivers/net/lance.cint  base;
base176drivers/net/lance.cint    base;
base449drivers/net/lance.clp->rx_ring[i].base = (lp->rx_buffs + i*PKT_BUF_SZ) | 0x80000000;
base455drivers/net/lance.clp->tx_ring[i].base = 0;
base491drivers/net/lance.clp->rx_ring[i].base, -lp->rx_ring[i].buf_length,
base495drivers/net/lance.clp->tx_ring[i].base, -lp->tx_ring[i].length,
base561drivers/net/lance.clp->tx_ring[entry].base =
base570drivers/net/lance.clp->tx_ring[entry].base = (int)(skb+1) | 0x83000000;
base580drivers/net/lance.cif (lp->tx_ring[(entry+1) & TX_RING_MOD_MASK].base == 0)
base625drivers/net/lance.cint status = lp->tx_ring[entry].base;
base631drivers/net/lance.clp->tx_ring[entry].base = 0;
base705drivers/net/lance.cwhile (lp->rx_ring[entry].base >= 0) {
base706drivers/net/lance.cint status = lp->rx_ring[entry].base >> 24;
base731drivers/net/lance.c(unsigned char *)(lp->rx_ring[entry].base & 0x00ffffff),
base746drivers/net/lance.clp->rx_ring[entry].base |= 0x80000000;
base79drivers/scsi/aha1542.c#define aha1542_intr_reset(base)  outb(IRST, CONTROL(base))
base98drivers/scsi/aha1542.cstatic int aha1542_out(unsigned int base, unchar *cmdp, int len)
base102drivers/scsi/aha1542.cWAIT(STATUS(base), CDF, 0, CDF);
base103drivers/scsi/aha1542.coutb(*cmdp++, DATA(base));
base111drivers/scsi/aha1542.cstatic int aha1542_in(unsigned int base, unchar *cmdp, int len)
base115drivers/scsi/aha1542.cWAIT(STATUS(base), DF, DF, 0);
base116drivers/scsi/aha1542.c*cmdp++ = inb(DATA(base));
base664drivers/scsi/aha1542.cstatic int aha1542_mbenable(int base)
base673drivers/scsi/aha1542.caha1542_out(base,mbenable_cmd,1);
base674drivers/scsi/aha1542.caha1542_in(base,mbenable_result,2);
base675drivers/scsi/aha1542.cWAIT(INTRFLAGS(base),INTRMASK,HACC,0);
base676drivers/scsi/aha1542.caha1542_intr_reset(base);
base683drivers/scsi/aha1542.caha1542_out(base,mbenable_cmd,3);
base684drivers/scsi/aha1542.cWAIT(INTRFLAGS(base),INTRMASK,HACC,0);
base690drivers/scsi/aha1542.caha1542_intr_reset(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) | \
base374include/linux/fs.hstruct inode ** res_inode, struct inode * base);
base197include/linux/kd.hu_char diacr, base, result;
base29include/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)
base372include/linux/sched.h#define _set_base(addr,base) \
base381include/linux/sched.h"d" (base) \
base397include/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) {
base167net/inet/sock.cget_new_socknum(struct proto *prot, unsigned short base)
base180net/inet/sock.cif (base == 0) base = PROT_SOCK+1+(start % 1024);
base181net/inet/sock.cif (base <= PROT_SOCK) {
base182net/inet/sock.cbase += PROT_SOCK+(start % 1024);
base188net/inet/sock.csk = prot->sock_array[(i+base+1) &(SOCK_ARRAY_SIZE -1)];
base196net/inet/sock.ci + base + 1, start));
base197net/inet/sock.creturn(i+base+1);
base206net/inet/sock.cwhile(sk_inuse(prot, base +best+1)) {
base210net/inet/sock.cbest + base + 1, start));
base211net/inet/sock.creturn(best+base+1);