tag | line | file | source code |
type | 214 | drivers/FPU-emu/errors.c | int type; |
type | 342 | drivers/FPU-emu/errors.c | for (i=0; exception_names[i].type; i++) |
type | 343 | drivers/FPU-emu/errors.c | if ( (exception_names[i].type & n) == exception_names[i].type ) |
type | 346 | drivers/FPU-emu/errors.c | if (exception_names[i].type) |
type | 74 | drivers/FPU-emu/fpu_proto.h | extern int load_store_instr(unsigned char type, fpu_addr_modes addr_modes, |
type | 63 | drivers/FPU-emu/load_store.c | int load_store_instr(unsigned char type, fpu_addr_modes addr_modes, |
type | 75 | drivers/FPU-emu/load_store.c | if ( access_limit < data_sizes_32[type] ) |
type | 80 | drivers/FPU-emu/load_store.c | if ( access_limit < data_sizes_16[type] ) |
type | 89 | drivers/FPU-emu/load_store.c | switch ( type_table[type] ) |
type | 115 | drivers/FPU-emu/load_store.c | switch ( type ) |
type | 2358 | drivers/block/floppy.c | static char *drive_name(int type, int drive ) |
type | 2362 | drivers/block/floppy.c | if ( type ) |
type | 2363 | drivers/block/floppy.c | floppy = floppy_type + type; |
type | 2461 | drivers/block/floppy.c | int i,device,drive,type,cnt; |
type | 2469 | drivers/block/floppy.c | type = TYPE(MINOR(device)); |
type | 2476 | drivers/block/floppy.c | name = drive_name(type,drive); |
type | 2487 | drivers/block/floppy.c | if (type) |
type | 2488 | drivers/block/floppy.c | this_floppy = &floppy_type[type]; |
type | 2517 | drivers/block/floppy.c | if (type) |
type | 2555 | drivers/block/floppy.c | if ( type){ |
type | 2560 | drivers/block/floppy.c | if (TYPE(drive_state[cnt].fd_device) == type && |
type | 2565 | drivers/block/floppy.c | floppy_type[type] = newparams; |
type | 2566 | drivers/block/floppy.c | floppy_type[type].name="user format"; |
type | 2567 | drivers/block/floppy.c | for (cnt = type << 2 ; |
type | 2568 | drivers/block/floppy.c | cnt < (type << 2 ) + 4 ; |
type | 2574 | drivers/block/floppy.c | floppy_type[type].size>>1; |
type | 2577 | drivers/block/floppy.c | if (TYPE(drive_state[cnt].fd_device) == type && |
type | 412 | drivers/block/sbpcd.c | char *type; |
type | 3490 | drivers/block/sbpcd.c | if (autoprobe[port_index+1]==0) type=str_lm; |
type | 3491 | drivers/block/sbpcd.c | else if (autoprobe[port_index+1]==1) type=str_sb; |
type | 3492 | drivers/block/sbpcd.c | else type=str_sp; |
type | 3493 | drivers/block/sbpcd.c | sbpcd_setup(type, addr); |
type | 3495 | drivers/block/sbpcd.c | type, CDo_command)); |
type | 3531 | drivers/block/sbpcd.c | ndrives, type, CDo_command); |
type | 1548 | drivers/char/console.c | console_driver.type = TTY_DRIVER_TYPE_CONSOLE; |
type | 344 | drivers/char/keyboard.c | u_char type; |
type | 350 | drivers/char/keyboard.c | type = KTYP(key_code); |
type | 352 | drivers/char/keyboard.c | if (type == KT_LETTER) { |
type | 353 | drivers/char/keyboard.c | type = KT_LATIN; |
type | 357 | drivers/char/keyboard.c | (*key_handler[type])(key_code & 0xff, up_flag); |
type | 223 | drivers/char/pty.c | pty_driver.type = TTY_DRIVER_TYPE_PTY; |
type | 841 | drivers/char/serial.c | if (!info->port || !info->type) { |
type | 863 | drivers/char/serial.c | if (info->type == PORT_16550A) { |
type | 1137 | drivers/char/serial.c | if (info->type == PORT_16550A) { |
type | 1381 | drivers/char/serial.c | tmp.type = info->type; |
type | 1413 | drivers/char/serial.c | (new_serial.type != info->type) || |
type | 1428 | drivers/char/serial.c | (new_serial.type < PORT_UNKNOWN) || (new_serial.type > PORT_MAX)) { |
type | 1433 | drivers/char/serial.c | if (new_serial.type) { |
type | 1437 | drivers/char/serial.c | rs_table[i].type) |
type | 1453 | drivers/char/serial.c | info->type = new_serial.type; |
type | 1468 | drivers/char/serial.c | if (!info->port || !info->type) |
type | 2157 | drivers/char/serial.c | info->type = PORT_UNKNOWN; |
type | 2218 | drivers/char/serial.c | info->type = PORT_16450; |
type | 2221 | drivers/char/serial.c | info->type = PORT_UNKNOWN; |
type | 2224 | drivers/char/serial.c | info->type = PORT_16550; |
type | 2227 | drivers/char/serial.c | info->type = PORT_16550A; |
type | 2231 | drivers/char/serial.c | if (info->type == PORT_16450) { |
type | 2240 | drivers/char/serial.c | info->type = PORT_8250; |
type | 2284 | drivers/char/serial.c | serial_driver.type = TTY_DRIVER_TYPE_SERIAL; |
type | 2329 | drivers/char/serial.c | info->type = PORT_UNKNOWN; |
type | 2349 | drivers/char/serial.c | if (info->type == PORT_UNKNOWN) |
type | 2354 | drivers/char/serial.c | switch (info->type) { |
type | 2393 | drivers/char/serial.c | if ((rs_table[i].type == PORT_UNKNOWN) && |
type | 2411 | drivers/char/serial.c | if (info->type == PORT_UNKNOWN) { |
type | 2418 | drivers/char/serial.c | switch (info->type) { |
type | 2443 | drivers/char/serial.c | info->type = PORT_UNKNOWN; |
type | 736 | drivers/char/tty_io.c | if (driver->type == TTY_DRIVER_TYPE_PTY && |
type | 765 | drivers/char/tty_io.c | if (driver->type == TTY_DRIVER_TYPE_PTY) { |
type | 828 | drivers/char/tty_io.c | if (driver->type == TTY_DRIVER_TYPE_PTY) { |
type | 958 | drivers/char/tty_io.c | if (tty->driver.type == TTY_DRIVER_TYPE_PTY && |
type | 1084 | drivers/char/tty_io.c | if (tty->driver.type == TTY_DRIVER_TYPE_PTY && |
type | 1235 | drivers/char/tty_io.c | if (tty->driver.type == TTY_DRIVER_TYPE_PTY && |
type | 1271 | drivers/char/tty_io.c | if (tty->driver.type == TTY_DRIVER_TYPE_CONSOLE) { |
type | 210 | drivers/char/tty_ioctl.c | if (tty->driver.type == TTY_DRIVER_TYPE_PTY && |
type | 328 | drivers/char/tty_ioctl.c | if (tty->driver.type != TTY_DRIVER_TYPE_PTY || |
type | 1336 | drivers/net/3c505.c | dev->type = ARPHRD_ETHER; |
type | 244 | drivers/net/de600.c | static byte de600_read_byte(unsigned char type, struct device *dev); |
type | 297 | drivers/net/de600.c | #define de600_setup_address(addr,type) ( \ |
type | 298 | drivers/net/de600.c | outb_p((((addr) << 4) & 0xf0) | type , DATA_PORT), \ |
type | 299 | drivers/net/de600.c | outb_p(( (addr) & 0xf0) | type | HI_NIBBLE, DATA_PORT), \ |
type | 300 | drivers/net/de600.c | outb_p((((addr) >> 4) & 0xf0) | type , DATA_PORT), \ |
type | 301 | drivers/net/de600.c | outb_p((((addr) >> 8) & 0xf0) | type | HI_NIBBLE, DATA_PORT)) |
type | 323 | drivers/net/de600.c | de600_read_byte(unsigned char type, struct device *dev) { /* dev used by macros */ |
type | 326 | drivers/net/de600.c | (void)outb_p((type), DATA_PORT); |
type | 328 | drivers/net/de600.c | (void)outb_p((type) | HI_NIBBLE, DATA_PORT); |
type | 117 | drivers/net/loopback.c | dev->type = ARPHRD_ETHER; /* 0x0001 */ |
type | 124 | drivers/net/loopback.c | dev->type = 0; /* loopback_type (0) */ |
type | 159 | drivers/net/net_init.c | dev->type = ARPHRD_ETHER; |
type | 124 | drivers/net/plip.c | unsigned short type, void *dest, |
type | 253 | drivers/net/plip.c | dev->type = ARPHRD_ETHER; |
type | 406 | drivers/net/plip.c | unsigned short type, void *daddr, |
type | 417 | drivers/net/plip.c | return eth_header(buff, dev, type, daddr, saddr, len, skb); |
type | 117 | drivers/net/ppp.c | unsigned short type, unsigned long daddr, |
type | 277 | drivers/net/ppp.c | dev->type = ARPHRD_PPP; |
type | 1820 | drivers/net/ppp.c | ppp_header(unsigned char *buff, struct device *dev, unsigned short type, |
type | 1840 | drivers/net/ppp.c | ppp_header(unsigned char *buff, struct device *dev, unsigned short type, |
type | 112 | drivers/net/slip.c | dev->type = ARPHRD_SLIP + sl->mode; |
type | 113 | drivers/net/slip.c | if(dev->type == 260) /* KISS */ |
type | 114 | drivers/net/slip.c | dev->type=ARPHRD_AX25; |
type | 497 | drivers/net/slip.c | sl_header(unsigned char *buff, struct device *dev, unsigned short type, |
type | 503 | drivers/net/slip.c | if((sl->mode&SL_MODE_AX25) && type!=htons(ETH_P_AX25)) |
type | 504 | drivers/net/slip.c | return ax25_encapsulate(buff,dev,type,daddr,saddr,len,skb); |
type | 978 | drivers/net/slip.c | sl->dev->type=ARPHRD_SLIP+sl->mode; |
type | 979 | drivers/net/slip.c | if(sl->dev->type==260) |
type | 980 | drivers/net/slip.c | sl->dev->type=ARPHRD_AX25; |
type | 1063 | drivers/net/slip.c | dev->type = 0; |
type | 222 | drivers/scsi/scsi.c | int dev, lun, type; |
type | 231 | drivers/scsi/scsi.c | type = -1; |
type | 360 | drivers/scsi/scsi.c | switch (type = scsi_result[0]) |
type | 374 | drivers/scsi/scsi.c | printk("scsi: unknown type %d\n", type); |
type | 378 | drivers/scsi/scsi.c | type = -1; |
type | 383 | drivers/scsi/scsi.c | SDpnt->random = (type == TYPE_TAPE) ? 0 : 1; |
type | 384 | drivers/scsi/scsi.c | SDpnt->type = type; |
type | 386 | drivers/scsi/scsi.c | if (type != -1) |
type | 989 | drivers/scsi/scsi.c | if (SCpnt->device->type == TYPE_TAPE) |
type | 1772 | drivers/scsi/scsi.c | if(SDpnt->type != -1){ |
type | 1801 | drivers/scsi/scsi.c | if(SDpnt->type != TYPE_TAPE) |
type | 1808 | drivers/scsi/scsi.c | SDpnt->type != TYPE_TAPE) { |
type | 277 | drivers/scsi/scsi.h | char type; |
type | 45 | drivers/scsi/sd.c | SC->device->type != TYPE_MOD) |
type | 748 | drivers/scsi/sd.c | (SCpnt->device->type == TYPE_DISK ? |
type | 1064 | drivers/scsi/sd.c | if(SDp->type != TYPE_DISK && SDp->type != TYPE_MOD) return 0; |
type | 1080 | drivers/scsi/sd.c | if(SDp->type != TYPE_DISK && SDp->type != TYPE_MOD) return; |
type | 151 | drivers/scsi/seagate.c | unsigned char type; |
type | 325 | drivers/scsi/seagate.c | controller_type = signatures[j].type; |
type | 654 | drivers/scsi/sr.c | if(SDp->type != TYPE_ROM && SDp->type != TYPE_WORM) return 0; |
type | 670 | drivers/scsi/sr.c | if(SDp->type != TYPE_ROM && SDp->type != TYPE_WORM) return; |
type | 1694 | drivers/scsi/st.c | if(SDp->type != TYPE_TAPE) return; |
type | 1712 | drivers/scsi/st.c | if(SDp->type != TYPE_TAPE) return 0; |
type | 1773 | drivers/scsi/st.c | if (SDp->type == TYPE_TAPE) |
type | 700 | drivers/scsi/ultrastor.c | my_mscp->ca = SCpnt->device->type != TYPE_TAPE; |
type | 418 | drivers/scsi/wd7000.c | unchar type; /* diagnostics type code (0-3) */ |
type | 963 | drivers/scsi/wd7000.c | icb.type = code; |
type | 36 | drivers/sound/dev_table.c | snd_find_driver (int type) |
type | 41 | drivers/sound/dev_table.c | if (sound_drivers[i].card_type == type) |
type | 342 | drivers/sound/dev_table.h | int snd_find_driver(int type); |
type | 193 | fs/isofs/inode.c | if (isonum_711 (hdp->type) != ISO_VD_PRIMARY) |
type | 195 | fs/isofs/inode.c | if (isonum_711 (hdp->type) == ISO_VD_END) |
type | 206 | fs/isofs/inode.c | if (isonum_711 (vdp->type) != ISO_VD_PRIMARY) |
type | 208 | fs/isofs/inode.c | if (isonum_711 (vdp->type) == ISO_VD_END) |
type | 147 | fs/nfs/proc.c | fattr->type = (enum nfs_ftype) ntohl(*p++); |
type | 468 | fs/proc/array.c | static int get_root_array(char * page, int type) |
type | 470 | fs/proc/array.c | switch (type) { |
type | 512 | fs/proc/array.c | static int get_process_array(char * page, int pid, int type) |
type | 514 | fs/proc/array.c | switch (type) { |
type | 530 | fs/proc/array.c | static inline int fill_array(char * page, int pid, int type) |
type | 533 | fs/proc/array.c | return get_process_array(page, pid, type); |
type | 534 | fs/proc/array.c | return get_root_array(page, type); |
type | 542 | fs/proc/array.c | unsigned int type, pid; |
type | 548 | fs/proc/array.c | type = inode->i_ino; |
type | 549 | fs/proc/array.c | pid = type >> 16; |
type | 550 | fs/proc/array.c | type &= 0x0000ffff; |
type | 551 | fs/proc/array.c | length = fill_array((char *) page, pid, type); |
type | 19 | fs/proc/kmsg.c | asmlinkage int sys_syslog(int type, char * bug, int count); |
type | 262 | fs/super.c | struct file_system_type *type; |
type | 270 | fs/super.c | if (!(type = get_fs_type(name))) { |
type | 283 | fs/super.c | if (!type->read_super(s,data, silent)) { |
type | 440 | fs/super.c | static int do_mount(dev_t dev, const char * dir, char * type, int flags, void * data) |
type | 461 | fs/super.c | sb = read_super(dev,type,flags,data,0); |
type | 560 | fs/super.c | asmlinkage int sys_mount(char * dev_name, char * dir_name, char * type, |
type | 585 | fs/super.c | retval = copy_mount_options (type, &page); |
type | 55 | include/asm-i386/system.h | #define _set_gate(gate_addr,type,dpl,addr) \ |
type | 62 | include/asm-i386/system.h | :"i" ((short) (0x8000+(dpl<<13)+(type<<8))), \ |
type | 78 | include/asm-i386/system.h | #define _set_seg_desc(gate_addr,type,dpl,base,limit) {\ |
type | 84 | include/asm-i386/system.h | ((type)<<8); \ |
type | 88 | include/asm-i386/system.h | #define _set_tssldt_desc(n,addr,limit,type) \ |
type | 93 | include/asm-i386/system.h | "movb $" type ",%4\n\t" \ |
type | 5 | include/asm-i386/unistd.h | #define _syscall0(type,name) \ |
type | 6 | include/asm-i386/unistd.h | type name(void) \ |
type | 13 | include/asm-i386/unistd.h | return (type) __res; \ |
type | 18 | include/asm-i386/unistd.h | #define _syscall1(type,name,atype,a) \ |
type | 19 | include/asm-i386/unistd.h | type name(atype a) \ |
type | 26 | include/asm-i386/unistd.h | return (type) __res; \ |
type | 31 | include/asm-i386/unistd.h | #define _syscall2(type,name,atype,a,btype,b) \ |
type | 32 | include/asm-i386/unistd.h | type name(atype a,btype b) \ |
type | 39 | include/asm-i386/unistd.h | return (type) __res; \ |
type | 44 | include/asm-i386/unistd.h | #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ |
type | 45 | include/asm-i386/unistd.h | type name(atype a,btype b,ctype c) \ |
type | 52 | include/asm-i386/unistd.h | return (type) __res; \ |
type | 57 | include/asm-i386/unistd.h | #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ |
type | 58 | include/asm-i386/unistd.h | type name (atype a, btype b, ctype c, dtype d) \ |
type | 66 | include/asm-i386/unistd.h | return (type) __res; \ |
type | 71 | include/asm-i386/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
type | 72 | include/asm-i386/unistd.h | type name (atype a,btype b,ctype c,dtype d,etype e) \ |
type | 80 | include/asm-i386/unistd.h | return (type) __res; \ |
type | 5 | include/asm-mips/unistd.h | #define _syscall0(type,name) \ |
type | 6 | include/asm-mips/unistd.h | type name(void) \ |
type | 17 | include/asm-mips/unistd.h | return (type) __res; \ |
type | 22 | include/asm-mips/unistd.h | #define _syscall1(type,name,atype,a) \ |
type | 23 | include/asm-mips/unistd.h | type name(atype a) \ |
type | 35 | include/asm-mips/unistd.h | return (type) __res; \ |
type | 40 | include/asm-mips/unistd.h | #define _syscall2(type,name,atype,a,btype,b) \ |
type | 41 | include/asm-mips/unistd.h | type name(atype a,btype b) \ |
type | 55 | include/asm-mips/unistd.h | return (type) __res; \ |
type | 60 | include/asm-mips/unistd.h | #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ |
type | 61 | include/asm-mips/unistd.h | type name (atype a, btype b, ctype c) \ |
type | 77 | include/asm-mips/unistd.h | return (type) __res; \ |
type | 82 | include/asm-mips/unistd.h | #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ |
type | 83 | include/asm-mips/unistd.h | type name (atype a, btype b, ctype c, dtype d) \ |
type | 102 | include/asm-mips/unistd.h | return (type) __res; \ |
type | 107 | include/asm-mips/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
type | 108 | include/asm-mips/unistd.h | type name (atype a,btype b,ctype c,dtype d,etype e) \ |
type | 129 | include/asm-mips/unistd.h | return (type) __res; \ |
type | 53 | include/linux/a.out.h | #define N_SET_INFO(exec, magic, type, flags) \ |
type | 55 | include/linux/a.out.h | | (((int)(type) & 0xff) << 16) \ |
type | 32 | include/linux/etherdevice.h | unsigned short type, void *daddr, |
type | 62 | include/linux/icmp.h | unsigned char type; |
type | 14 | include/linux/iso_fs.h | char type[ISODCL(1,1)]; /* 711 */ |
type | 27 | include/linux/iso_fs.h | char type [ISODCL ( 1, 1)]; /* 711 */ |
type | 67 | include/linux/iso_fs.h | char type [ISODCL ( 9, 9)]; /* 711 */ |
type | 76 | include/linux/iso_fs.h | char type [ISODCL ( 9, 9)]; /* 711 */ |
type | 98 | include/linux/kd.h | long type; /* type of display */ |
type | 60 | include/linux/ncp.h | unsigned short type __attribute__ ((packed)); |
type | 66 | include/linux/ncp.h | unsigned short type __attribute__ ((packed)); |
type | 74 | include/linux/ncp.h | unsigned short type __attribute__ ((packed)); |
type | 82 | include/linux/ncp.h | unsigned short type __attribute__ ((packed)); |
type | 70 | include/linux/net.h | short type; /* SOCK_STREAM, ... */ |
type | 96 | include/linux/netdevice.h | unsigned short type; /* interface hardware type */ |
type | 126 | include/linux/netdevice.h | unsigned short type, |
type | 149 | include/linux/netdevice.h | unsigned short type; /* This is really htons(ether_type). */ |
type | 129 | include/linux/nfs.h | enum nfs_ftype type; |
type | 14 | include/linux/serial.h | int type; |
type | 89 | include/linux/serial.h | int type; /* UART type */ |
type | 106 | include/linux/tty_driver.h | short type; /* type of tty driver */ |
type | 54 | kernel/printk.c | asmlinkage int sys_syslog(int type, char * buf, int len) |
type | 61 | kernel/printk.c | if ((type != 3) && !suser()) |
type | 63 | kernel/printk.c | switch (type) { |
type | 69 | kernel/vsprintf.c | ,int type) |
type | 75 | kernel/vsprintf.c | if (type & LARGE) |
type | 77 | kernel/vsprintf.c | if (type & LEFT) |
type | 78 | kernel/vsprintf.c | type &= ~ZEROPAD; |
type | 81 | kernel/vsprintf.c | c = (type & ZEROPAD) ? '0' : ' '; |
type | 83 | kernel/vsprintf.c | if (type & SIGN) { |
type | 88 | kernel/vsprintf.c | } else if (type & PLUS) { |
type | 91 | kernel/vsprintf.c | } else if (type & SPACE) { |
type | 96 | kernel/vsprintf.c | if (type & SPECIAL) { |
type | 110 | kernel/vsprintf.c | if (!(type&(ZEROPAD+LEFT))) |
type | 115 | kernel/vsprintf.c | if (type & SPECIAL) |
type | 122 | kernel/vsprintf.c | if (!(type & LEFT)) |
type | 628 | mm/memory.c | int verify_area(int type, const void * addr, unsigned long size) |
type | 654 | mm/memory.c | if (!wp_works_ok && type == VERIFY_WRITE) |
type | 660 | mm/memory.c | if (type != VERIFY_READ && !(vma->vm_page_prot & (PAGE_COW | PAGE_RW))) |
type | 32 | mm/swap.c | #define SWP_ENTRY(type,offset) (((type) << 1) | ((offset) << PAGE_SHIFT)) |
type | 110 | mm/swap.c | unsigned long type, offset; |
type | 113 | mm/swap.c | type = SWP_TYPE(entry); |
type | 114 | mm/swap.c | if (type >= nr_swapfiles) { |
type | 118 | mm/swap.c | p = &swap_info[type]; |
type | 185 | mm/swap.c | unsigned int offset, type; |
type | 188 | mm/swap.c | for (type = 0 ; type < nr_swapfiles ; type++,p++) { |
type | 199 | mm/swap.c | return SWP_ENTRY(type,offset); |
type | 208 | mm/swap.c | unsigned long offset, type; |
type | 213 | mm/swap.c | type = SWP_TYPE(entry); |
type | 214 | mm/swap.c | if (type == SHM_SWP_TYPE) |
type | 216 | mm/swap.c | if (type >= nr_swapfiles) { |
type | 220 | mm/swap.c | p = type + swap_info; |
type | 236 | mm/swap.c | unsigned long offset, type; |
type | 240 | mm/swap.c | type = SWP_TYPE(entry); |
type | 241 | mm/swap.c | if (type == SHM_SWP_TYPE) |
type | 243 | mm/swap.c | if (type >= nr_swapfiles) { |
type | 247 | mm/swap.c | p = & swap_info[type]; |
type | 674 | mm/swap.c | static int try_to_unuse(unsigned int type) |
type | 709 | mm/swap.c | if (SWP_TYPE(page) != type) |
type | 715 | mm/swap.c | if (SWP_TYPE(page) != type) |
type | 741 | mm/swap.c | unsigned int type; |
type | 750 | mm/swap.c | for (type = 0 ; type < nr_swapfiles ; type++,p++) { |
type | 764 | mm/swap.c | if (type >= nr_swapfiles) |
type | 767 | mm/swap.c | i = try_to_unuse(type); |
type | 793 | mm/swap.c | unsigned int type; |
type | 800 | mm/swap.c | for (type = 0 ; type < nr_swapfiles ; type++,p++) |
type | 803 | mm/swap.c | if (type >= MAX_SWAPFILES) |
type | 805 | mm/swap.c | if (type >= nr_swapfiles) |
type | 806 | mm/swap.c | nr_swapfiles = type+1; |
type | 832 | mm/swap.c | if (i == type) |
type | 845 | mm/swap.c | read_swap_page(SWP_ENTRY(type,0), (char *) p->swap_lockmap); |
type | 486 | net/inet/af_inet.c | switch(sock->type) |
type | 560 | net/inet/af_inet.c | sk->type = sock->type; |
type | 276 | net/inet/arp.c | void arp_send(int type, int ptype, unsigned long dest_ip, |
type | 315 | net/inet/arp.c | arp->ar_hrd = htons(dev->type); |
type | 317 | net/inet/arp.c | arp->ar_pro = (dev->type != ARPHRD_AX25)? htons(ETH_P_IP) : htons(AX25_P_IP); |
type | 323 | net/inet/arp.c | arp->ar_op = htons(type); |
type | 523 | net/inet/arp.c | dev->type != ntohs(arp->ar_hrd) || |
type | 537 | net/inet/arp.c | switch(dev->type) |
type | 567 | net/inet/arp.c | htype = dev->type; |
type | 822 | net/inet/arp.c | entry->htype = dev->type; |
type | 1173 | net/inet/arp.c | arp_packet_type.type=htons(ETH_P_ARP); |
type | 14 | net/inet/arp.h | extern void arp_send(int type, int ptype, unsigned long dest_ip, |
type | 79 | net/inet/datagram.c | if(sk->type==SOCK_SEQPACKET && sk->state!=TCP_ESTABLISHED) |
type | 180 | net/inet/datagram.c | if (sk->type==SOCK_SEQPACKET && sk->state==TCP_CLOSE) |
type | 6 | net/inet/datalink.h | unsigned char type[8]; |
type | 127 | net/inet/dev.c | if(pt->type == htons(ETH_P_ALL)) |
type | 137 | net/inet/dev.c | if (p1->type == pt->type) |
type | 149 | net/inet/dev.c | if (pt->type == htons(ETH_P_ALL)) |
type | 186 | net/inet/dev.c | if (pt->type == htons(ETH_P_ALL)) |
type | 219 | net/inet/dev.c | if (pt1->next->type == pt->type && pt->type != htons(ETH_P_ALL)) |
type | 429 | net/inet/dev.c | if (ptype->type == htons(ETH_P_ALL)) { |
type | 653 | net/inet/dev.c | unsigned short type; |
type | 716 | net/inet/dev.c | type = skb->dev->type_trans(skb, skb->dev); |
type | 732 | net/inet/dev.c | if (ptype->type == type || ptype->type == htons(ETH_P_ALL)) |
type | 736 | net/inet/dev.c | if (ptype->type == htons(ETH_P_ALL)) |
type | 1256 | net/inet/dev.c | ifr.ifr_hwaddr.sa_family=dev->type; |
type | 1264 | net/inet/dev.c | if(ifr.ifr_hwaddr.sa_family!=dev->type) |
type | 82 | net/inet/eth.c | int eth_header(unsigned char *buff, struct device *dev, unsigned short type, |
type | 93 | net/inet/eth.c | if(type!=ETH_P_802_3) |
type | 94 | net/inet/eth.c | eth->h_proto = htons(type); |
type | 28 | net/inet/eth.h | unsigned short type, unsigned long daddr, |
type | 92 | net/inet/icmp.c | void icmp_send(struct sk_buff *skb_in, int type, int code, struct device *dev) |
type | 111 | net/inet/icmp.c | if(type==ICMP_DEST_UNREACH||type==ICMP_REDIRECT||type==ICMP_SOURCE_QUENCH||type==ICMP_TIME_EXCEEDED) |
type | 123 | net/inet/icmp.c | switch(type) |
type | 200 | net/inet/icmp.c | icmph->type = type; |
type | 227 | net/inet/icmp.c | err = (icmph->type << 8) | icmph->code; |
type | 397 | net/inet/icmp.c | icmphr->type = ICMP_ECHOREPLY; |
type | 465 | net/inet/icmp.c | icmphr->type = ICMP_TIMESTAMPREPLY; |
type | 555 | net/inet/icmp.c | icmphr->type = ICMP_ADDRESSREPLY; |
type | 617 | net/inet/icmp.c | if (icmph->type != ICMP_ECHO) |
type | 626 | net/inet/icmp.c | switch(icmph->type) |
type | 28 | net/inet/icmp.h | extern void icmp_send(struct sk_buff *skb_in, int type, int code, |
type | 193 | net/inet/ip.c | struct device **dev, int type, struct options *opt, int len, int tos, int ttl) |
type | 290 | net/inet/ip.c | if(type == IPPROTO_RAW) |
type | 300 | net/inet/ip.c | iph->protocol = type; |
type | 2023 | net/inet/ip.c | ip_packet_type.type=htons(ETH_P_IP); |
type | 75 | net/inet/ip.h | struct device **dev, int type, |
type | 575 | net/inet/ipx.c | switch(sock->type) |
type | 601 | net/inet/ipx.c | sk->type=sock->type; |
type | 831 | net/inet/ipx.c | ln = ipxrtr_get_local_net(dev, pt->type); |
type | 1102 | net/inet/ipx.c | pt.type = rt->dlink_type; |
type | 1112 | net/inet/ipx.c | pt.type = rt->dlink_type; |
type | 1341 | net/inet/ipx.c | ipx_dix_packet_type.type=htons(ETH_P_IPX); |
type | 1345 | net/inet/ipx.c | ipx_8023_packet_type.type=htons(ETH_P_802_3); |
type | 10 | net/inet/p8022.c | find_8022_client(unsigned char type) |
type | 15 | net/inet/p8022.c | ((proto != NULL) && (*(proto->type) != type)); |
type | 50 | net/inet/p8022.c | *rawp = dl->type[0]; |
type | 52 | net/inet/p8022.c | *rawp = dl->type[0]; |
type | 71 | net/inet/p8022.c | p8022_packet_type.type=htons(ETH_P_802_2); |
type | 76 | net/inet/p8022.c | register_8022_client(unsigned char type, int (*rcvfunc)(struct sk_buff *, struct device *, struct packet_type *)) |
type | 80 | net/inet/p8022.c | if (find_8022_client(type) != NULL) |
type | 85 | net/inet/p8022.c | proto->type[0] = type; |
type | 1 | net/inet/p8022.h | struct datalink_proto *register_8022_client(unsigned char type, int (*rcvfunc)(struct sk_buff *, struct device *, struct packet_type *)); |
type | 247 | net/inet/packet.c | p->type = sk->num; |
type | 322 | net/inet/packet.c | saddr->sa_family = skb->dev->type; |
type | 96 | net/inet/rarp.c | rarp_packet_type.type=htons(ETH_P_RARP); |
type | 157 | net/inet/rarp.c | if (rarp->ar_hln != dev->addr_len || dev->type != ntohs(rarp->ar_hrd) |
type | 179 | net/inet/rarp.c | (rarp->ar_pro != htons(AX25_P_IP) && dev->type == ARPHRD_AX25) || |
type | 181 | net/inet/rarp.c | (rarp->ar_pro != htons(ETH_P_IP) && dev->type != ARPHRD_AX25) |
type | 274 | net/inet/sock.c | val = sk->type; |
type | 135 | net/inet/sock.h | unsigned short type; |
type | 206 | net/inet/sock.h | struct device **dev, int type, |
type | 567 | net/socket.c | static int sock_socket(int family, int type, int protocol) |
type | 594 | net/socket.c | if ((type != SOCK_STREAM && type != SOCK_DGRAM && |
type | 595 | net/socket.c | type != SOCK_SEQPACKET && type != SOCK_RAW && |
type | 596 | net/socket.c | type != SOCK_PACKET) || protocol < 0) |
type | 611 | net/socket.c | sock->type = type; |
type | 632 | net/socket.c | static int sock_socketpair(int family, int type, int protocol, unsigned long usockvec[2]) |
type | 643 | net/socket.c | if ((fd1 = sock_socket(family, type, protocol)) < 0) |
type | 656 | net/socket.c | if ((fd2 = sock_socket(family, type, protocol)) < 0) |
type | 778 | net/socket.c | newsock->type = sock->type; |
type | 836 | net/socket.c | if(sock->type == SOCK_DGRAM) /* Hack for now - move this all into the protocol */ |
type | 59 | net/unix/proc.c | s_type=unix_datas[i].socket->type; |
type | 82 | zBoot/gzip.h | # define EXTERN(type, array) extern type * near array |
type | 83 | zBoot/gzip.h | # define DECLARE(type, array, size) type * near array |
type | 84 | zBoot/gzip.h | # define ALLOC(type, array, size) { \ |
type | 85 | zBoot/gzip.h | array = (type*)fcalloc((unsigned)(((size)+1L)/2), 2*sizeof(type)); \ |
type | 90 | zBoot/gzip.h | # define EXTERN(type, array) extern type array[] |
type | 91 | zBoot/gzip.h | # define DECLARE(type, array, size) type array[size] |
type | 92 | zBoot/gzip.h | # define ALLOC(type, array, size) |