taglinefilesource code
type205arch/alpha/kernel/irq.casmlinkage void do_entInt(unsigned long type, unsigned long vector,
type208arch/alpha/kernel/irq.cswitch (type) {
type226arch/alpha/kernel/irq.cprintk("Hardware intr %ld %lx? Huh?\n", type, vector);
type82arch/i386/boot/compressed/gzip.h#  define EXTERN(type, array)  extern type * near array
type83arch/i386/boot/compressed/gzip.h#  define DECLARE(type, array, size)  type * near array
type84arch/i386/boot/compressed/gzip.h#  define ALLOC(type, array, size) { \
type85arch/i386/boot/compressed/gzip.harray = (type*)fcalloc((unsigned)(((size)+1L)/2), 2*sizeof(type)); \
type90arch/i386/boot/compressed/gzip.h#  define EXTERN(type, array)  extern type array[]
type91arch/i386/boot/compressed/gzip.h#  define DECLARE(type, array, size)  type array[size]
type92arch/i386/boot/compressed/gzip.h#  define ALLOC(type, array, size)
type552arch/i386/kernel/bios32.cprintk("    %s : ",optimisation[i].type);
type214arch/i386/math-emu/errors.cint type;
type342arch/i386/math-emu/errors.cfor (i=0; exception_names[i].type; i++)
type343arch/i386/math-emu/errors.cif ( (exception_names[i].type & n) == exception_names[i].type )
type346arch/i386/math-emu/errors.cif (exception_names[i].type)
type74arch/i386/math-emu/fpu_proto.hextern int load_store_instr(unsigned char type, fpu_addr_modes addr_modes,
type63arch/i386/math-emu/load_store.cint load_store_instr(unsigned char type, fpu_addr_modes addr_modes,
type75arch/i386/math-emu/load_store.cif ( access_limit < data_sizes_32[type] )
type80arch/i386/math-emu/load_store.cif ( access_limit < data_sizes_16[type] )
type89arch/i386/math-emu/load_store.cswitch ( type_table[type] )
type115arch/i386/math-emu/load_store.cswitch ( type )
type14arch/sparc/kernel/traps.cvoid do_hw_interrupt(unsigned long type, unsigned long vector)
type23arch/sparc/kernel/traps.cprintk("Unimplemented Sparc TRAP, vector = %lx type = %lx\n", vector, type);
type2559drivers/block/floppy.cstatic char *drive_name(int type, int drive )
type2563drivers/block/floppy.cif ( type )
type2564drivers/block/floppy.cfloppy = floppy_type + type;
type2676drivers/block/floppy.cint i,device,drive,type,cnt;
type2684drivers/block/floppy.ctype = TYPE(device);
type2691drivers/block/floppy.cname = drive_name(type,drive);
type2702drivers/block/floppy.cif (type)
type2703drivers/block/floppy.cthis_floppy = &floppy_type[type];
type2734drivers/block/floppy.cif (type)
type2770drivers/block/floppy.cif ( type){
type2775drivers/block/floppy.cif (TYPE(drive_state[cnt].fd_device) == type &&
type2779drivers/block/floppy.cfloppy_type[type] = newparams;
type2780drivers/block/floppy.cfloppy_type[type].name="user format";
type2781drivers/block/floppy.cfor (cnt = type << 2 ;
type2782drivers/block/floppy.ccnt < (type << 2 ) + 4 ;
type2788drivers/block/floppy.cfloppy_type[type].size>>1;
type2791drivers/block/floppy.cif (TYPE(drive_state[cnt].fd_device) == type &&
type283drivers/block/ide.cdev_type type    : 1;  /* disk or cdrom (or tape, floppy..) */
type531drivers/block/ide.cif (dev && dev->type == disk) {
type552drivers/block/ide.cif (dev && dev->type == disk) {
type607drivers/block/ide.cif (dev->type == disk && (stat & ERR_STAT)) {
type885drivers/block/ide.cif (dev->type == disk) {
type894drivers/block/ide.cif (dev->type == disk)
type897drivers/block/ide.cif (dev->type == disk) {
type1078drivers/block/ide.cWAIT_STAT(dev, (dev->type == cdrom) ? 0 : READY_STAT,
type1085drivers/block/ide.cif (dev->type == disk) {
type1259drivers/block/ide.cif (dev->type == cdrom)
type1277drivers/block/ide.cif (dev->type == cdrom)
type1404drivers/block/ide.cif (!loc || dev->type != disk) return -EINVAL;
type1521drivers/block/ide.cif (dev->type == cdrom)
type1535drivers/block/ide.cif (dev->type != cdrom)
type1623drivers/block/ide.cbyte type = (id->config >> 8) & 0x0f;
type1627drivers/block/ide.cif (type == 0 || type == 5)
type1631drivers/block/ide.cdev->type = cdrom;  /* until we do it "correctly" above */
type1642drivers/block/ide.cdev->type = disk;
type1802drivers/block/ide.cif ((dev->type == disk) ^ (cmd == WIN_IDENTIFY))
type1808drivers/block/ide.cdev->name, dev->present, dev->type ? "cdrom":"disk",
type1857drivers/block/ide.cif (dev->type == disk) {
type1862drivers/block/ide.celse if (dev->type == cdrom) {
type1872drivers/block/ide.cif (dev->type == cdrom)
type1875drivers/block/ide.cif (dev->type == disk && !dev->select.b.lba) {
type1956drivers/block/ide.cdev->type = cdrom;
type1966drivers/block/ide.cdev->type    = disk;
type2033drivers/block/ide.cdev->type    = disk;
type2116drivers/block/ide.cif (dev->type == cdrom)
type487drivers/block/sbpcd.cchar *type;
type4165drivers/block/sbpcd.cif (sbpcd_probe[port_index+1]==0) type=str_lm;
type4166drivers/block/sbpcd.celse if (sbpcd_probe[port_index+1]==1) type=str_sb;
type4167drivers/block/sbpcd.celse type=str_sp;
type4168drivers/block/sbpcd.csbpcd_setup(type, addr);
type4169drivers/block/sbpcd.cDPRINTF((DBG_INF,"SBPCD: Trying to detect a %s CD-ROM drive at 0x%X.\n", type, CDo_command));
type4212drivers/block/sbpcd.cndrives, type, CDo_command);
type1914drivers/char/console.cconsole_driver.type = TTY_DRIVER_TYPE_CONSOLE;
type1085drivers/char/cyclades.cif (!info->type){
type1700drivers/char/cyclades.ctmp.type = info->type;
type2462drivers/char/cyclades.ccy_serial_driver.type = TTY_DRIVER_TYPE_SERIAL;
type2545drivers/char/cyclades.cinfo->type = PORT_CIRRUS;
type519drivers/char/keyboard.cu_char type;
type527drivers/char/keyboard.ctype = KTYP(keysym);
type529drivers/char/keyboard.cif (type >= 0xf0) {
type530drivers/char/keyboard.ctype -= 0xf0;
type531drivers/char/keyboard.cif (type == KT_LETTER) {
type532drivers/char/keyboard.ctype = KT_LATIN;
type539drivers/char/keyboard.c(*key_handler[type])(keysym & 0xff, up_flag);
type552drivers/char/keyboard.ctype = KTYP(keysym);
type553drivers/char/keyboard.cif (type == KT_SHIFT)
type554drivers/char/keyboard.c(*key_handler[type])(keysym & 0xff, up_flag);
type223drivers/char/pty.cpty_driver.type = TTY_DRIVER_TYPE_PTY;
type857drivers/char/serial.cif (!info->port || !info->type) {
type879drivers/char/serial.cif (info->type == PORT_16550A) {
type1141drivers/char/serial.cif (info->type == PORT_16550A) {
type1395drivers/char/serial.ctmp.type = info->type;
type1427drivers/char/serial.c(new_serial.type != info->type) ||
type1442drivers/char/serial.c(new_serial.type < PORT_UNKNOWN) || (new_serial.type > PORT_MAX)) {
type1447drivers/char/serial.cif (new_serial.type) {
type1451drivers/char/serial.crs_table[i].type)
type1467drivers/char/serial.cinfo->type = new_serial.type;
type1481drivers/char/serial.cif(info->type != PORT_UNKNOWN)
type1486drivers/char/serial.cif (!info->port || !info->type)
type2271drivers/char/serial.cinfo->type = PORT_UNKNOWN;
type2332drivers/char/serial.cinfo->type = PORT_16450;
type2335drivers/char/serial.cinfo->type = PORT_UNKNOWN;
type2338drivers/char/serial.cinfo->type = PORT_16550;
type2341drivers/char/serial.cinfo->type = PORT_16550A;
type2345drivers/char/serial.cif (info->type == PORT_16450) {
type2354drivers/char/serial.cinfo->type = PORT_8250;
type2399drivers/char/serial.cserial_driver.type = TTY_DRIVER_TYPE_SERIAL;
type2444drivers/char/serial.cinfo->type = PORT_UNKNOWN;
type2464drivers/char/serial.cif (info->type == PORT_UNKNOWN)
type2469drivers/char/serial.cswitch (info->type) {
type2508drivers/char/serial.cif ((rs_table[i].type == PORT_UNKNOWN) &&
type2526drivers/char/serial.cif (info->type == PORT_UNKNOWN) {
type2533drivers/char/serial.cswitch (info->type) {
type2558drivers/char/serial.cinfo->type = PORT_UNKNOWN;
type171drivers/char/tty_io.cif (tty->driver.type == TTY_DRIVER_TYPE_PTY &&
type784drivers/char/tty_io.cif (driver->type == TTY_DRIVER_TYPE_PTY &&
type813drivers/char/tty_io.cif (driver->type == TTY_DRIVER_TYPE_PTY) {
type876drivers/char/tty_io.cif (driver->type == TTY_DRIVER_TYPE_PTY) {
type1007drivers/char/tty_io.cif (tty->driver.type == TTY_DRIVER_TYPE_PTY &&
type1139drivers/char/tty_io.cif (tty->driver.type == TTY_DRIVER_TYPE_PTY &&
type1297drivers/char/tty_io.cif (tty->driver.type == TTY_DRIVER_TYPE_PTY &&
type1340drivers/char/tty_io.cif (tty->driver.type == TTY_DRIVER_TYPE_CONSOLE) {
type224drivers/char/tty_ioctl.cif (tty->driver.type == TTY_DRIVER_TYPE_PTY &&
type344drivers/char/tty_ioctl.cif (tty->driver.type != TTY_DRIVER_TYPE_PTY ||
type1334drivers/net/3c505.cdev->type    = ARPHRD_ETHER;
type324drivers/net/arcnet.cint arc_header(unsigned char *buff,struct device *dev,unsigned short type,
type458drivers/net/arcnet.cdev->type=ARPHRD_ARCNET;
type1653drivers/net/arcnet.cint arc_header(unsigned char *buff,struct device *dev,unsigned short type,
type1660drivers/net/arcnet.cswitch(type)
type1673drivers/net/arcnet.ctype,type);
type243drivers/net/de600.cstatic byte  de600_read_byte(unsigned char type, struct device *dev);
type296drivers/net/de600.c#define de600_setup_address(addr,type) ( \
type297drivers/net/de600.coutb_p((((addr) << 4) & 0xf0) | type            , DATA_PORT), \
type298drivers/net/de600.coutb_p(( (addr)       & 0xf0) | type | HI_NIBBLE, DATA_PORT), \
type299drivers/net/de600.coutb_p((((addr) >> 4) & 0xf0) | type            , DATA_PORT), \
type300drivers/net/de600.coutb_p((((addr) >> 8) & 0xf0) | type | HI_NIBBLE, DATA_PORT))
type322drivers/net/de600.cde600_read_byte(unsigned char type, struct device *dev) { /* dev used by macros */
type325drivers/net/de600.c(void)outb_p((type), DATA_PORT);
type327drivers/net/de600.c(void)outb_p((type) | HI_NIBBLE, DATA_PORT);
type109drivers/net/loopback.cdev->type    = ARPHRD_ETHER;    /* 0x0001    */
type116drivers/net/loopback.cdev->type    = 0;      /* loopback_type (0)  */
type156drivers/net/net_init.cdev->type    = ARPHRD_ETHER;
type117drivers/net/ppp.cunsigned short type, unsigned long daddr,
type277drivers/net/ppp.cdev->type            = ARPHRD_PPP;
type1820drivers/net/ppp.cppp_header(unsigned char *buff, struct device *dev, unsigned short type,
type1840drivers/net/ppp.cppp_header(unsigned char *buff, struct device *dev, unsigned short type,
type452drivers/net/slip.csl_header(unsigned char *buff, struct device *dev, unsigned short type,
type459drivers/net/slip.cif ((sl->mode & SL_MODE_AX25) && type != htons(ETH_P_AX25))  {
type460drivers/net/slip.creturn ax25_encapsulate(buff, dev, type, daddr, saddr, len, skb);
type696drivers/net/slip.csl->dev->type = ARPHRD_SLIP + sl->mode;
type698drivers/net/slip.cif (sl->dev->type == 260) {  /* KISS */
type699drivers/net/slip.csl->dev->type = ARPHRD_AX25;
type1022drivers/net/slip.csl->dev->type = ARPHRD_SLIP+sl->mode;
type1024drivers/net/slip.cif (sl->dev->type == 260)  {
type1025drivers/net/slip.csl->dev->type = ARPHRD_AX25;
type1116drivers/net/slip.cdev->type    = ARPHRD_SLIP + SL_MODE_DEFAULT;
type1118drivers/net/slip.cif (sl->dev->type == 260)  {
type1119drivers/net/slip.csl->dev->type = ARPHRD_AX25;
type228drivers/scsi/aha274x.cvoid debug_config(enum aha_type type, int base)
type258drivers/scsi/aha274x.cif (type == T_284X)
type267drivers/scsi/aha274x.cBRT[type][(ioport2 >> 2) & 0xf],
type280drivers/scsi/aha274x.cif (type == T_274X) {
type746drivers/scsi/aha274x.cenum aha_type type;
type768drivers/scsi/aha274x.creturn(S[i].type);
type859drivers/scsi/aha274x.cenum aha_type type,
type954drivers/scsi/aha274x.cp->unpause = (type != T_274X ? 0x2 : 0xa);
type978drivers/scsi/aha274x.cdebug_config(type, base);
type1008drivers/scsi/aha274x.cenum aha_type type;
type1025drivers/scsi/aha274x.ctype = aha274x_probe(slot, O_BIDx(base));
type1027drivers/scsi/aha274x.cif (type != T_NONE) {
type1033drivers/scsi/aha274x.cfound += aha274x_register(template, type, base);
type844drivers/scsi/eata.c&& SCpnt->device->type != TYPE_TAPE) 
type849drivers/scsi/eata.c&& SCpnt->device->type == TYPE_DISK
type874drivers/scsi/eata.cif (SCpnt->device->type != TYPE_TAPE)
type151drivers/scsi/eata_dma.cif (scsi_stat == INTERMEDIATE_GOOD && cmd->device->type != TYPE_TAPE)
type156drivers/scsi/eata_dma.c&& cmd->device->type == TYPE_DISK
type177drivers/scsi/eata_dma.cif (cmd->device->type != TYPE_TAPE)
type252drivers/scsi/scsi.cint dev, lun, type;
type262drivers/scsi/scsi.ctype = -1;
type430drivers/scsi/scsi.cswitch (type = (scsi_result[0] & 0x1f))
type446drivers/scsi/scsi.cprintk("scsi: unknown type %d\n", type);
type449drivers/scsi/scsi.ctype = -1;
type455drivers/scsi/scsi.cSDpnt->random = (type == TYPE_TAPE) ? 0 : 1;
type456drivers/scsi/scsi.cSDpnt->type = (type & 0x1f);
type458drivers/scsi/scsi.cif (type != -1)
type1135drivers/scsi/scsi.cif (SCpnt->device->type == TYPE_TAPE)
type2047drivers/scsi/scsi.cif(SDpnt->type != TYPE_TAPE)
type2054drivers/scsi/scsi.cSDpnt->type != TYPE_TAPE) {
type2232drivers/scsi/scsi.cif(SDpnt->type != TYPE_TAPE)
type2239drivers/scsi/scsi.cSDpnt->type != TYPE_TAPE) {
type287drivers/scsi/scsi.hchar type;
type45drivers/scsi/sd.cSC->device->type != TYPE_MOD)
type780drivers/scsi/sd.c(SCpnt->device->type == TYPE_DISK ? 
type1131drivers/scsi/sd.cif(SDp->type != TYPE_DISK && SDp->type != TYPE_MOD) return 0;
type1145drivers/scsi/sd.cif(SDp->type != TYPE_DISK && SDp->type != TYPE_MOD) return 0;
type153drivers/scsi/seagate.cunsigned char type;
type327drivers/scsi/seagate.ccontroller_type = signatures[j].type;
type803drivers/scsi/sr.cif(SDp->type != TYPE_ROM && SDp->type != TYPE_WORM) return 0;
type816drivers/scsi/sr.cif(SDp->type != TYPE_ROM && SDp->type != TYPE_WORM) return 1;
type1847drivers/scsi/st.cif(SDp->type != TYPE_TAPE) return 1;
type1872drivers/scsi/st.cif(SDp->type != TYPE_TAPE) return 0;
type795drivers/scsi/u14-34f.c&& SCpnt->device->type != TYPE_TAPE) 
type800drivers/scsi/u14-34f.c&& SCpnt->device->type == TYPE_DISK
type828drivers/scsi/u14-34f.cif (SCpnt->device->type != TYPE_TAPE)
type704drivers/scsi/ultrastor.cmy_mscp->ca = SCpnt->device->type != TYPE_TAPE;
type418drivers/scsi/wd7000.cunchar type;                  /* diagnostics type code (0-3) */
type956drivers/scsi/wd7000.cicb.type = code;
type36drivers/sound/dev_table.csnd_find_driver (int type)
type41drivers/sound/dev_table.cif (sound_drivers[i].card_type == type)
type342drivers/sound/dev_table.hint snd_find_driver(int type);
type235fs/isofs/inode.cif (isonum_711 (hdp->type) != ISO_VD_PRIMARY)
type237fs/isofs/inode.cif (isonum_711 (hdp->type) == ISO_VD_END)
type248fs/isofs/inode.cif (isonum_711 (vdp->type) != ISO_VD_PRIMARY)
type250fs/isofs/inode.cif (isonum_711 (vdp->type) == ISO_VD_END)
type168fs/nfs/proc.cfattr->type = (enum nfs_ftype) ntohl(*p++);
type610fs/proc/array.cstatic int get_root_array(char * page, int type)
type612fs/proc/array.cswitch (type) {
type665fs/proc/array.cstatic int get_process_array(char * page, int pid, int type)
type667fs/proc/array.cswitch (type) {
type683fs/proc/array.cstatic inline int fill_array(char * page, int pid, int type)
type686fs/proc/array.creturn get_process_array(page, pid, type);
type687fs/proc/array.creturn get_root_array(page, type);
type695fs/proc/array.cunsigned int type, pid;
type701fs/proc/array.ctype = inode->i_ino;
type702fs/proc/array.cpid = type >> 16;
type703fs/proc/array.ctype &= 0x0000ffff;
type704fs/proc/array.clength = fill_array((char *) page, pid, type);
type19fs/proc/kmsg.casmlinkage int sys_syslog(int type, char * bug, int count);
type260fs/super.cstruct file_system_type *type;
type268fs/super.cif (!(type = get_fs_type(name))) {
type281fs/super.cif (!type->read_super(s,data, silent)) {
type289fs/super.cs->s_type = type;
type430fs/super.cstatic int do_mount(dev_t dev, const char * dir, char * type, int flags, void * data)
type451fs/super.csb = read_super(dev,type,flags,data,0);
type554fs/super.casmlinkage int sys_mount(char * dev_name, char * dir_name, char * type,
type579fs/super.cretval = copy_mount_options (type, &page);
type25include/asm-alpha/hwrpb.hunsigned long type;
type12include/asm-alpha/unistd.h#define _syscall0(type,name) \
type13include/asm-alpha/unistd.htype name(void) \
type15include/asm-alpha/unistd.hreturn (type) -1; \
type18include/asm-alpha/unistd.h#define _syscall1(type,name,type1,arg1) \
type19include/asm-alpha/unistd.htype name(type1 arg1) \
type21include/asm-alpha/unistd.hreturn (type) -1; \
type24include/asm-alpha/unistd.h#define _syscall2(type,name,type1,arg1,type2,arg2) \
type25include/asm-alpha/unistd.htype name(type1 arg1,type2 arg2) \
type27include/asm-alpha/unistd.hreturn (type) -1; \
type30include/asm-alpha/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
type31include/asm-alpha/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
type33include/asm-alpha/unistd.hreturn (type) -1; \
type36include/asm-alpha/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
type37include/asm-alpha/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
type39include/asm-alpha/unistd.hreturn (type) -1; \
type42include/asm-alpha/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
type44include/asm-alpha/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
type46include/asm-alpha/unistd.hreturn (type) -1; \
type195include/asm-i386/system.h#define _set_gate(gate_addr,type,dpl,addr) \
type202include/asm-i386/system.h:"i" ((short) (0x8000+(dpl<<13)+(type<<8))), \
type218include/asm-i386/system.h#define _set_seg_desc(gate_addr,type,dpl,base,limit) {\
type224include/asm-i386/system.h((type)<<8); \
type228include/asm-i386/system.h#define _set_tssldt_desc(n,addr,limit,type) \
type233include/asm-i386/system.h"movb $" type ",%4\n\t" \
type5include/asm-i386/unistd.h#define _syscall0(type,name) \
type6include/asm-i386/unistd.htype name(void) \
type13include/asm-i386/unistd.hreturn (type) __res; \
type18include/asm-i386/unistd.h#define _syscall1(type,name,type1,arg1) \
type19include/asm-i386/unistd.htype name(type1 arg1) \
type26include/asm-i386/unistd.hreturn (type) __res; \
type31include/asm-i386/unistd.h#define _syscall2(type,name,type1,arg1,type2,arg2) \
type32include/asm-i386/unistd.htype name(type1 arg1,type2 arg2) \
type39include/asm-i386/unistd.hreturn (type) __res; \
type44include/asm-i386/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
type45include/asm-i386/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
type53include/asm-i386/unistd.hreturn (type) __res; \
type58include/asm-i386/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
type59include/asm-i386/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
type67include/asm-i386/unistd.hreturn (type) __res; \
type72include/asm-i386/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
type74include/asm-i386/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
type82include/asm-i386/unistd.hreturn (type) __res; \
type5include/asm-m68k/unistd.h#define _syscall0(type,name) \
type6include/asm-m68k/unistd.htype name(void) \
type14include/asm-m68k/unistd.hreturn (type) __res; \
type19include/asm-m68k/unistd.h#define _syscall1(type,name,atype,a) \
type20include/asm-m68k/unistd.htype name(atype a) \
type29include/asm-m68k/unistd.hreturn (type) __res; \
type34include/asm-m68k/unistd.h#define _syscall2(type,name,atype,a,btype,b) \
type35include/asm-m68k/unistd.htype name(atype a,btype b) \
type46include/asm-m68k/unistd.hreturn (type) __res; \
type51include/asm-m68k/unistd.h#define _syscall3(type,name,atype,a,btype,b,ctype,c) \
type52include/asm-m68k/unistd.htype name(atype a,btype b,ctype c) \
type65include/asm-m68k/unistd.hreturn (type) __res; \
type70include/asm-m68k/unistd.h#define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
type71include/asm-m68k/unistd.htype name (atype a, btype b, ctype c, dtype d) \
type86include/asm-m68k/unistd.hreturn (type) __res; \
type91include/asm-m68k/unistd.h#define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
type92include/asm-m68k/unistd.htype name (atype a,btype b,ctype c,dtype d,etype e) \
type109include/asm-m68k/unistd.hreturn (type) __res; \
type16include/asm-mips/unistd.h#define _syscall0(type,name) \
type17include/asm-mips/unistd.htype name(void) \
type24include/asm-mips/unistd.hreturn (type) __res; \
type29include/asm-mips/unistd.h#define _syscall1(type,name,atype,a) \
type30include/asm-mips/unistd.htype name(atype a) \
type39include/asm-mips/unistd.hreturn (type) __res; \
type44include/asm-mips/unistd.h#define _syscall2(type,name,atype,a,btype,b) \
type45include/asm-mips/unistd.htype name(atype a,btype b) \
type56include/asm-mips/unistd.hreturn (type) __res; \
type61include/asm-mips/unistd.h#define _syscall3(type,name,atype,a,btype,b,ctype,c) \
type62include/asm-mips/unistd.htype name (atype a, btype b, ctype c) \
type75include/asm-mips/unistd.hreturn (type) __res; \
type80include/asm-mips/unistd.h#define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
type81include/asm-mips/unistd.htype name (atype a, btype b, ctype c, dtype d) \
type97include/asm-mips/unistd.hreturn (type) __res; \
type102include/asm-mips/unistd.h#define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
type103include/asm-mips/unistd.htype name (atype a,btype b,ctype c,dtype d,etype e) \
type121include/asm-mips/unistd.hreturn (type) __res; \
type22include/asm-sparc/head.h#define TRAP_ENTRY(type, label) \
type23include/asm-sparc/head.hmov (type), %l3; b label; mov %psr, %l0; nop;
type68include/asm-sparc/system.h#define _set_gate(gate_addr,type,dpl,addr) \
type15include/asm-sparc/unistd.h#define _syscall0(type,name) \
type16include/asm-sparc/unistd.htype name(void) \
type25include/asm-sparc/unistd.hreturn (type) __res; \
type30include/asm-sparc/unistd.h#define _syscall1(type,name,type1,arg1) \
type31include/asm-sparc/unistd.htype name(type1 arg1) \
type41include/asm-sparc/unistd.hreturn (type) __res; \
type46include/asm-sparc/unistd.h#define _syscall2(type,name,type1,arg1,type2,arg2) \
type47include/asm-sparc/unistd.htype name(type1 arg1,type2 arg2) \
type58include/asm-sparc/unistd.hreturn (type) __res; \
type63include/asm-sparc/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
type64include/asm-sparc/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
type78include/asm-sparc/unistd.hreturn (type) __res; \
type83include/asm-sparc/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
type84include/asm-sparc/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
type99include/asm-sparc/unistd.hreturn (type) __res; \
type104include/asm-sparc/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
type106include/asm-sparc/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
type122include/asm-sparc/unistd.hreturn (type) __res; \
type53include/linux/a.out.h#define N_SET_INFO(exec, magic, type, flags) \
type55include/linux/a.out.h| (((int)(type) & 0xff) << 16) \
type23include/linux/cyclades.hint                     type;
type32include/linux/etherdevice.hunsigned short type, void *daddr,
type62include/linux/icmp.hunsigned char    type;
type14include/linux/iso_fs.hchar type[ISODCL(1,1)]; /* 711 */
type27include/linux/iso_fs.hchar type      [ISODCL (  1,   1)]; /* 711 */
type67include/linux/iso_fs.hchar type      [ISODCL (  9,   9)]; /* 711 */
type76include/linux/iso_fs.hchar type      [ISODCL (  9,   9)]; /* 711 */
type73include/linux/net.hshort      type;    /* SOCK_STREAM, ...    */
type109include/linux/netdevice.hunsigned short    type;    /* interface hardware type  */
type144include/linux/netdevice.hunsigned short type,
type167include/linux/netdevice.hunsigned short  type;  /* This is really htons(ether_type). */
type129include/linux/nfs.henum nfs_ftype type;
type402include/linux/pci.hchar  *type;
type14include/linux/serial.hint  type;
type90include/linux/serial.hint      type;     /* UART type */
type106include/linux/tty_driver.hshort  type;    /* type of tty driver */
type54kernel/printk.casmlinkage int sys_syslog(int type, char * buf, int len)
type61kernel/printk.cif ((type != 3) && !suser())
type63kernel/printk.cswitch (type) {
type69lib/vsprintf.c,int type)
type75lib/vsprintf.cif (type & LARGE)
type77lib/vsprintf.cif (type & LEFT)
type78lib/vsprintf.ctype &= ~ZEROPAD;
type81lib/vsprintf.cc = (type & ZEROPAD) ? '0' : ' ';
type83lib/vsprintf.cif (type & SIGN) {
type88lib/vsprintf.c} else if (type & PLUS) {
type91lib/vsprintf.c} else if (type & SPACE) {
type96lib/vsprintf.cif (type & SPECIAL) {
type110lib/vsprintf.cif (!(type&(ZEROPAD+LEFT)))
type115lib/vsprintf.cif (type & SPECIAL)
type122lib/vsprintf.cif (!(type & LEFT))
type606mm/memory.cint verify_area(int type, const void * addr, unsigned long size)
type632mm/memory.cif (!wp_works_ok && type == VERIFY_WRITE)
type638mm/memory.cif (type != VERIFY_READ && !(vma->vm_page_prot & (PAGE_COW | PAGE_RW)))
type33mm/swap.c#define SWP_ENTRY(type,offset) (((type) << 1) | ((offset) << PAGE_SHIFT))
type107mm/swap.cunsigned long type, offset;
type110mm/swap.ctype = SWP_TYPE(entry);
type111mm/swap.cif (type >= nr_swapfiles) {
type115mm/swap.cp = &swap_info[type];
type182mm/swap.cunsigned int offset, type;
type185mm/swap.cfor (type = 0 ; type < nr_swapfiles ; type++,p++) {
type196mm/swap.creturn SWP_ENTRY(type,offset);
type205mm/swap.cunsigned long offset, type;
type210mm/swap.ctype = SWP_TYPE(entry);
type211mm/swap.cif (type == SHM_SWP_TYPE)
type213mm/swap.cif (type >= nr_swapfiles) {
type217mm/swap.cp = type + swap_info;
type233mm/swap.cunsigned long offset, type;
type237mm/swap.ctype = SWP_TYPE(entry);
type238mm/swap.cif (type == SHM_SWP_TYPE)
type240mm/swap.cif (type >= nr_swapfiles) {
type244mm/swap.cp = & swap_info[type];
type732mm/swap.cstatic int try_to_unuse(unsigned int type)
type769mm/swap.cif (SWP_TYPE(page) != type)
type775mm/swap.cif (SWP_TYPE(page) != type)
type801mm/swap.cunsigned int type;
type811mm/swap.cfor (type = 0 ; type < nr_swapfiles ; type++,p++) {
type825mm/swap.cif (type >= nr_swapfiles){
type830mm/swap.ci = try_to_unuse(type);
type871mm/swap.cunsigned int type;
type880mm/swap.cfor (type = 0 ; type < nr_swapfiles ; type++,p++)
type883mm/swap.cif (type >= MAX_SWAPFILES)
type885mm/swap.cif (type >= nr_swapfiles)
type886mm/swap.cnr_swapfiles = type+1;
type919mm/swap.cif (i == type)
type932mm/swap.cread_swap_page(SWP_ENTRY(type,0), (char *) p->swap_lockmap);
type528net/inet/af_inet.cswitch(sock->type) 
type602net/inet/af_inet.csk->type = sock->type;
type293net/inet/arp.cvoid arp_send(int type, int ptype, unsigned long dest_ip, 
type332net/inet/arp.carp->ar_hrd = htons(dev->type);
type334net/inet/arp.carp->ar_pro = (dev->type != ARPHRD_AX25)? htons(ETH_P_IP) : htons(AX25_P_IP);
type340net/inet/arp.carp->ar_op = htons(type);
type557net/inet/arp.cdev->type != ntohs(arp->ar_hrd) || 
type571net/inet/arp.cswitch(dev->type)
type604net/inet/arp.chtype = dev->type;
type813net/inet/arp.cif(dev->type==ARPHRD_ETHER || dev->type==ARPHRD_IEEE802)
type886net/inet/arp.centry->htype = dev->type;
type1265net/inet/arp.carp_packet_type.type=htons(ETH_P_ARP);
type14net/inet/arp.hextern void     arp_send(int type, int ptype, unsigned long dest_ip, 
type80net/inet/datagram.cif(sk->type==SOCK_SEQPACKET && sk->state!=TCP_ESTABLISHED)
type181net/inet/datagram.cif (sk->type==SOCK_SEQPACKET && sk->state==TCP_CLOSE)
type6net/inet/datalink.hunsigned char  type[8];
type128net/inet/dev.cif(pt->type==htons(ETH_P_ALL))
type142net/inet/dev.cif(pt->type==htons(ETH_P_ALL))
type391net/inet/dev.cif (ptype->type == htons(ETH_P_ALL) && (ptype->dev==dev || !ptype->dev)) 
type615net/inet/dev.cunsigned short type;
type674net/inet/dev.ctype = skb->dev->type_trans(skb, skb->dev);
type690net/inet/dev.cif ((ptype->type == type || ptype->type == htons(ETH_P_ALL)) && (!ptype->dev || ptype->dev==skb->dev))
type1207net/inet/dev.cifr.ifr_hwaddr.sa_family=dev->type;      
type1215net/inet/dev.cif(ifr.ifr_hwaddr.sa_family!=dev->type)
type84net/inet/eth.cint eth_header(unsigned char *buff, struct device *dev, unsigned short type,
type95net/inet/eth.cif(type!=ETH_P_802_3) 
type96net/inet/eth.ceth->h_proto = htons(type);
type28net/inet/eth.hunsigned short type, unsigned long daddr,
type97net/inet/icmp.cvoid icmp_send(struct sk_buff *skb_in, int type, int code, struct device *dev)
type140net/inet/icmp.cif(type==ICMP_DEST_UNREACH||type==ICMP_REDIRECT||type==ICMP_SOURCE_QUENCH||type==ICMP_TIME_EXCEEDED)
type152net/inet/icmp.cswitch(type)
type232net/inet/icmp.cicmph->type = type;
type259net/inet/icmp.cerr = (icmph->type << 8) | icmph->code;
type429net/inet/icmp.cicmphr->type = ICMP_ECHOREPLY;
type510net/inet/icmp.cicmphr->type = ICMP_TIMESTAMPREPLY;
type600net/inet/icmp.cicmphr->type = ICMP_ADDRESSREPLY;
type662net/inet/icmp.cif (icmph->type != ICMP_ECHO) 
type671net/inet/icmp.cswitch(icmph->type) 
type28net/inet/icmp.hextern void  icmp_send(struct sk_buff *skb_in,  int type, int code,
type75net/inet/igmp.cstatic void igmp_send_report(struct device *dev, unsigned long address, int type)
type94net/inet/igmp.cigh->type=type;
type157net/inet/igmp.cif(dev->type!=ARPHRD_ETHER)
type170net/inet/igmp.cif(dev->type!=ARPHRD_ETHER)
type205net/inet/igmp.cif(igh->type==IGMP_HOST_MEMBERSHIP_QUERY && daddr==IGMP_ALL_HOSTS)
type207net/inet/igmp.cif(igh->type==IGMP_HOST_MEMBERSHIP_REPORT && daddr==igh->group)
type26net/inet/igmp.hunsigned char type;
type220net/inet/ip.cstruct device **dev, int type, struct options *opt, int len, int tos, int ttl)
type320net/inet/ip.cif(type == IPPROTO_RAW)
type330net/inet/ip.ciph->protocol = type;
type2442net/inet/ip.cip_packet_type.type=htons(ETH_P_IP);
type83net/inet/ip.hstruct device **dev, int type,
type584net/inet/ipx.cswitch(sock->type)
type610net/inet/ipx.csk->type=sock->type;
type889net/inet/ipx.cln = ipxrtr_get_local_net(dev, pt->type);
type1172net/inet/ipx.cpt.type = rt->dlink_type;
type1182net/inet/ipx.cpt.type = rt->dlink_type;
type1418net/inet/ipx.cipx_dix_packet_type.type=htons(ETH_P_IPX);
type1422net/inet/ipx.cipx_8023_packet_type.type=htons(ETH_P_802_3);
type10net/inet/p8022.cfind_8022_client(unsigned char type)
type15net/inet/p8022.c((proto != NULL) && (*(proto->type) != type));
type50net/inet/p8022.c*rawp = dl->type[0];
type52net/inet/p8022.c*rawp = dl->type[0];
type71net/inet/p8022.cp8022_packet_type.type=htons(ETH_P_802_2);
type76net/inet/p8022.cregister_8022_client(unsigned char type, int (*rcvfunc)(struct sk_buff *, struct device *, struct packet_type *))
type80net/inet/p8022.cif (find_8022_client(type) != NULL)
type85net/inet/p8022.cproto->type[0] = type;
type1net/inet/p8022.hstruct datalink_proto *register_8022_client(unsigned char type, int (*rcvfunc)(struct sk_buff *, struct device *, struct packet_type *));
type263net/inet/packet.cp->type = sk->num;
type339net/inet/packet.csaddr->sa_family = skb->dev->type;
type96net/inet/rarp.crarp_packet_type.type=htons(ETH_P_RARP);
type157net/inet/rarp.cif (rarp->ar_hln != dev->addr_len || dev->type != ntohs(rarp->ar_hrd) 
type179net/inet/rarp.c(rarp->ar_pro != htons(AX25_P_IP) && dev->type == ARPHRD_AX25) ||
type181net/inet/rarp.c(rarp->ar_pro != htons(ETH_P_IP) && dev->type != ARPHRD_AX25)
type277net/inet/sock.cval = sk->type;          
type139net/inet/sock.hunsigned short    type;
type220net/inet/sock.hstruct device **dev, int type,
type594net/socket.cstatic int sock_socket(int family, int type, int protocol)
type621net/socket.cif ((type != SOCK_STREAM && type != SOCK_DGRAM &&
type622net/socket.ctype != SOCK_SEQPACKET && type != SOCK_RAW &&
type623net/socket.ctype != SOCK_PACKET) || protocol < 0)
type639net/socket.csock->type = type;
type660net/socket.cstatic int sock_socketpair(int family, int type, int protocol, unsigned long usockvec[2])
type671net/socket.cif ((fd1 = sock_socket(family, type, protocol)) < 0) 
type684net/socket.cif ((fd2 = sock_socket(family, type, protocol)) < 0) 
type811net/socket.cnewsock->type = sock->type;
type869net/socket.cif(sock->type == SOCK_DGRAM) /* Hack for now - move this all into the protocol */
type59net/unix/proc.cs_type=unix_datas[i].socket->type;