tag | line | file | source code |
type | 378 | arch/alpha/kernel/irq.c | asmlinkage void do_entInt(unsigned long type, unsigned long vector, unsigned long la_ptr, |
type | 382 | arch/alpha/kernel/irq.c | switch (type) { |
type | 400 | arch/alpha/kernel/irq.c | printk("Hardware intr %ld %lx? Huh?\n", type, vector); |
type | 33 | arch/alpha/kernel/traps.c | asmlinkage void do_entIF(unsigned long type, unsigned long a1, unsigned long a2, |
type | 37 | arch/alpha/kernel/traps.c | die_if_kernel("Instruction fault", ®s, type); |
type | 82 | arch/i386/boot/compressed/gzip.h | # define EXTERN(type, array) extern type * near array |
type | 83 | arch/i386/boot/compressed/gzip.h | # define DECLARE(type, array, size) type * near array |
type | 84 | arch/i386/boot/compressed/gzip.h | # define ALLOC(type, array, size) { \ |
type | 85 | arch/i386/boot/compressed/gzip.h | array = (type*)fcalloc((unsigned)(((size)+1L)/2), 2*sizeof(type)); \ |
type | 90 | arch/i386/boot/compressed/gzip.h | # define EXTERN(type, array) extern type array[] |
type | 91 | arch/i386/boot/compressed/gzip.h | # define DECLARE(type, array, size) type array[size] |
type | 92 | arch/i386/boot/compressed/gzip.h | # define ALLOC(type, array, size) |
type | 549 | arch/i386/kernel/bios32.c | printk(" %s : ",optimisation[i].type); |
type | 214 | arch/i386/math-emu/errors.c | int type; |
type | 342 | arch/i386/math-emu/errors.c | for (i=0; exception_names[i].type; i++) |
type | 343 | arch/i386/math-emu/errors.c | if ( (exception_names[i].type & n) == exception_names[i].type ) |
type | 346 | arch/i386/math-emu/errors.c | if (exception_names[i].type) |
type | 74 | arch/i386/math-emu/fpu_proto.h | extern int load_store_instr(unsigned char type, fpu_addr_modes addr_modes, |
type | 63 | arch/i386/math-emu/load_store.c | int load_store_instr(unsigned char type, fpu_addr_modes addr_modes, |
type | 75 | arch/i386/math-emu/load_store.c | if ( access_limit < data_sizes_32[type] ) |
type | 80 | arch/i386/math-emu/load_store.c | if ( access_limit < data_sizes_16[type] ) |
type | 89 | arch/i386/math-emu/load_store.c | switch ( type_table[type] ) |
type | 115 | arch/i386/math-emu/load_store.c | switch ( type ) |
type | 252 | arch/sparc/kernel/probe.c | register int node, type; |
type | 261 | arch/sparc/kernel/probe.c | type = 0; |
type | 267 | arch/sparc/kernel/probe.c | type = 2; |
type | 273 | arch/sparc/kernel/probe.c | type = 8; |
type | 14 | arch/sparc/kernel/traps.c | void do_hw_interrupt(unsigned long type, unsigned long vector) |
type | 23 | arch/sparc/kernel/traps.c | printk("Unimplemented Sparc TRAP, vector = %lx type = %lx\n", vector, type); |
type | 2622 | drivers/block/floppy.c | static char *drive_name(int type, int drive ) |
type | 2626 | drivers/block/floppy.c | if ( type ) |
type | 2627 | drivers/block/floppy.c | floppy = floppy_type + type; |
type | 2743 | drivers/block/floppy.c | int i,device,drive,type,cnt; |
type | 2751 | drivers/block/floppy.c | type = TYPE(device); |
type | 2758 | drivers/block/floppy.c | name = drive_name(type,drive); |
type | 2769 | drivers/block/floppy.c | if (type) |
type | 2770 | drivers/block/floppy.c | this_floppy = &floppy_type[type]; |
type | 2801 | drivers/block/floppy.c | if (type) |
type | 2837 | drivers/block/floppy.c | if ( type){ |
type | 2842 | drivers/block/floppy.c | if (TYPE(drive_state[cnt].fd_device) == type && |
type | 2846 | drivers/block/floppy.c | floppy_type[type] = newparams; |
type | 2847 | drivers/block/floppy.c | floppy_type[type].name="user format"; |
type | 2848 | drivers/block/floppy.c | for (cnt = type << 2 ; |
type | 2849 | drivers/block/floppy.c | cnt < (type << 2 ) + 4 ; |
type | 2853 | drivers/block/floppy.c | floppy_type[type].size>>1; |
type | 2856 | drivers/block/floppy.c | if (TYPE(drive_state[cnt].fd_device) == type && |
type | 294 | drivers/block/ide.c | dev_type type : 1; /* disk or cdrom (or tape, floppy..) */ |
type | 542 | drivers/block/ide.c | if (dev && dev->type == disk) { |
type | 563 | drivers/block/ide.c | if (dev && dev->type == disk) { |
type | 621 | drivers/block/ide.c | if (dev->type == disk && (stat & ERR_STAT)) { |
type | 900 | drivers/block/ide.c | if (dev->type == disk) { |
type | 909 | drivers/block/ide.c | if (dev->type == disk) |
type | 912 | drivers/block/ide.c | if (dev->type == disk) { |
type | 1092 | drivers/block/ide.c | WAIT_STAT(dev, (dev->type == cdrom) ? 0 : READY_STAT, |
type | 1099 | drivers/block/ide.c | if (dev->type == disk) { |
type | 1273 | drivers/block/ide.c | if (dev->type == cdrom) |
type | 1291 | drivers/block/ide.c | if (dev->type == cdrom) |
type | 1418 | drivers/block/ide.c | if (!loc || dev->type != disk) return -EINVAL; |
type | 1535 | drivers/block/ide.c | if (dev->type == cdrom) |
type | 1549 | drivers/block/ide.c | if (dev->type != cdrom) |
type | 1639 | drivers/block/ide.c | byte type = (id->config >> 8) & 0x0f; |
type | 1643 | drivers/block/ide.c | if (type == 0 || type == 5) |
type | 1647 | drivers/block/ide.c | dev->type = cdrom; /* until we do it "correctly" above */ |
type | 1655 | drivers/block/ide.c | dev->type = disk; |
type | 1814 | drivers/block/ide.c | if ((dev->type == disk) ^ (cmd == WIN_IDENTIFY)) |
type | 1820 | drivers/block/ide.c | dev->name, dev->present, dev->type ? "cdrom":"disk", |
type | 1870 | drivers/block/ide.c | if (dev->type == disk) { |
type | 1875 | drivers/block/ide.c | else if (dev->type == cdrom) { |
type | 1885 | drivers/block/ide.c | if (dev->type == cdrom) |
type | 1888 | drivers/block/ide.c | if (dev->type == disk && !dev->select.b.lba) { |
type | 1969 | drivers/block/ide.c | dev->type = cdrom; |
type | 1979 | drivers/block/ide.c | dev->type = disk; |
type | 2046 | drivers/block/ide.c | dev->type = disk; |
type | 2129 | drivers/block/ide.c | if (dev->type == cdrom) |
type | 501 | drivers/block/sbpcd.c | char *type; |
type | 2421 | drivers/block/sbpcd.c | printk("SBPCD: address %03X, type %s, drive ID %d\n", CDo_command, type, DriveStruct[d].drv_id); |
type | 4215 | drivers/block/sbpcd.c | if (sbpcd_probe[port_index+1]==0) type=str_lm; |
type | 4216 | drivers/block/sbpcd.c | else if (sbpcd_probe[port_index+1]==1) type=str_sb; |
type | 4217 | drivers/block/sbpcd.c | else type=str_sp; |
type | 4218 | drivers/block/sbpcd.c | sbpcd_setup(type, addr); |
type | 4219 | drivers/block/sbpcd.c | DPRINTF((DBG_INF,"SBPCD: Trying to detect a %s CD-ROM drive at 0x%X.\n", type, CDo_command)); |
type | 4258 | drivers/block/sbpcd.c | ndrives, type, CDo_command); |
type | 1876 | drivers/char/console.c | console_driver.type = TTY_DRIVER_TYPE_CONSOLE; |
type | 1148 | drivers/char/cyclades.c | if (!info->type){ |
type | 1768 | drivers/char/cyclades.c | tmp.type = info->type; |
type | 2705 | drivers/char/cyclades.c | cy_serial_driver.type = TTY_DRIVER_TYPE_SERIAL; |
type | 2789 | drivers/char/cyclades.c | info->type = PORT_CIRRUS; |
type | 527 | drivers/char/keyboard.c | u_char type; |
type | 535 | drivers/char/keyboard.c | type = KTYP(keysym); |
type | 537 | drivers/char/keyboard.c | if (type >= 0xf0) { |
type | 538 | drivers/char/keyboard.c | type -= 0xf0; |
type | 539 | drivers/char/keyboard.c | if (type == KT_LETTER) { |
type | 540 | drivers/char/keyboard.c | type = KT_LATIN; |
type | 547 | drivers/char/keyboard.c | (*key_handler[type])(keysym & 0xff, up_flag); |
type | 560 | drivers/char/keyboard.c | type = KTYP(keysym); |
type | 561 | drivers/char/keyboard.c | if (type == KT_SHIFT) |
type | 562 | drivers/char/keyboard.c | (*key_handler[type])(keysym & 0xff, up_flag); |
type | 223 | drivers/char/pty.c | pty_driver.type = TTY_DRIVER_TYPE_PTY; |
type | 880 | drivers/char/serial.c | if (!info->port || !info->type) { |
type | 902 | drivers/char/serial.c | if (info->type == PORT_16650) { |
type | 906 | drivers/char/serial.c | } else if (info->type == PORT_16550A) { |
type | 1175 | drivers/char/serial.c | if (info->type == PORT_16550A) { |
type | 1180 | drivers/char/serial.c | } else if (info->type == PORT_16650) { |
type | 1441 | drivers/char/serial.c | tmp.type = info->type; |
type | 1474 | drivers/char/serial.c | (new_serial.type != info->type) || |
type | 1489 | drivers/char/serial.c | (new_serial.type < PORT_UNKNOWN) || (new_serial.type > PORT_MAX)) { |
type | 1494 | drivers/char/serial.c | if (new_serial.type) { |
type | 1498 | drivers/char/serial.c | rs_table[i].type) |
type | 1514 | drivers/char/serial.c | info->type = new_serial.type; |
type | 1529 | drivers/char/serial.c | if(info->type != PORT_UNKNOWN) |
type | 1534 | drivers/char/serial.c | if (!info->port || !info->type) |
type | 2432 | drivers/char/serial.c | info->type = PORT_UNKNOWN; |
type | 2497 | drivers/char/serial.c | info->type = PORT_16450; |
type | 2500 | drivers/char/serial.c | info->type = PORT_UNKNOWN; |
type | 2503 | drivers/char/serial.c | info->type = PORT_16550; |
type | 2508 | drivers/char/serial.c | info->type = PORT_16650; |
type | 2511 | drivers/char/serial.c | info->type = PORT_16550A; |
type | 2517 | drivers/char/serial.c | if (info->type == PORT_16450) { |
type | 2526 | drivers/char/serial.c | info->type = PORT_8250; |
type | 2581 | drivers/char/serial.c | serial_driver.type = TTY_DRIVER_TYPE_SERIAL; |
type | 2626 | drivers/char/serial.c | info->type = PORT_UNKNOWN; |
type | 2649 | drivers/char/serial.c | if (info->type == PORT_UNKNOWN) |
type | 2654 | drivers/char/serial.c | switch (info->type) { |
type | 2696 | drivers/char/serial.c | if ((rs_table[i].type == PORT_UNKNOWN) && |
type | 2714 | drivers/char/serial.c | if (info->type == PORT_UNKNOWN) { |
type | 2721 | drivers/char/serial.c | switch (info->type) { |
type | 2746 | drivers/char/serial.c | info->type = PORT_UNKNOWN; |
type | 164 | drivers/char/tty_io.c | if (tty->driver.type == TTY_DRIVER_TYPE_PTY && |
type | 778 | drivers/char/tty_io.c | if (driver->type == TTY_DRIVER_TYPE_PTY && |
type | 807 | drivers/char/tty_io.c | if (driver->type == TTY_DRIVER_TYPE_PTY) { |
type | 870 | drivers/char/tty_io.c | if (driver->type == TTY_DRIVER_TYPE_PTY) { |
type | 1001 | drivers/char/tty_io.c | if (tty->driver.type == TTY_DRIVER_TYPE_PTY && |
type | 1134 | drivers/char/tty_io.c | if (tty->driver.type == TTY_DRIVER_TYPE_PTY && |
type | 1295 | drivers/char/tty_io.c | if (tty->driver.type == TTY_DRIVER_TYPE_PTY && |
type | 1338 | drivers/char/tty_io.c | if (tty->driver.type == TTY_DRIVER_TYPE_CONSOLE) { |
type | 1445 | drivers/char/tty_io.c | if (tty->driver.type != TTY_DRIVER_TYPE_CONSOLE) |
type | 225 | drivers/char/tty_ioctl.c | if (tty->driver.type == TTY_DRIVER_TYPE_PTY && |
type | 345 | drivers/char/tty_ioctl.c | if (tty->driver.type != TTY_DRIVER_TYPE_PTY || |
type | 1334 | drivers/net/3c505.c | dev->type = ARPHRD_ETHER; |
type | 379 | drivers/net/arcnet.c | int arc_header(unsigned char *buff,struct device *dev,unsigned short type, |
type | 553 | drivers/net/arcnet.c | dev->type=ARPHRD_ARCNET; |
type | 1988 | drivers/net/arcnet.c | int arc_header(unsigned char *buff,struct device *dev,unsigned short type, |
type | 1995 | drivers/net/arcnet.c | switch(type) |
type | 2014 | drivers/net/arcnet.c | type,type); |
type | 244 | drivers/net/de600.c | static byte de600_read_byte(unsigned char type, struct device *dev); |
type | 296 | drivers/net/de600.c | #define de600_setup_address(addr,type) ( \ |
type | 297 | drivers/net/de600.c | outb_p((((addr) << 4) & 0xf0) | type , DATA_PORT), \ |
type | 298 | drivers/net/de600.c | outb_p(( (addr) & 0xf0) | type | HI_NIBBLE, DATA_PORT), \ |
type | 299 | drivers/net/de600.c | outb_p((((addr) >> 4) & 0xf0) | type , DATA_PORT), \ |
type | 300 | drivers/net/de600.c | outb_p((((addr) >> 8) & 0xf0) | type | HI_NIBBLE, DATA_PORT)) |
type | 322 | drivers/net/de600.c | de600_read_byte(unsigned char type, struct device *dev) { /* dev used by macros */ |
type | 325 | drivers/net/de600.c | (void)outb_p((type), DATA_PORT); |
type | 327 | drivers/net/de600.c | (void)outb_p((type) | HI_NIBBLE, DATA_PORT); |
type | 276 | drivers/net/i82586.h | and length/type field already prepended to the data, |
type | 109 | drivers/net/loopback.c | dev->type = ARPHRD_ETHER; /* 0x0001 */ |
type | 116 | drivers/net/loopback.c | dev->type = 0; /* loopback_type (0) */ |
type | 186 | drivers/net/net_init.c | dev->type = ARPHRD_ETHER; |
type | 122 | drivers/net/ppp.c | unsigned short type, unsigned long daddr, |
type | 282 | drivers/net/ppp.c | dev->type = ARPHRD_PPP; |
type | 1831 | drivers/net/ppp.c | ppp_header(unsigned char *buff, struct device *dev, unsigned short type, |
type | 1851 | drivers/net/ppp.c | ppp_header(unsigned char *buff, struct device *dev, unsigned short type, |
type | 478 | drivers/net/slip.c | sl_header(unsigned char *buff, struct device *dev, unsigned short type, |
type | 485 | drivers/net/slip.c | if ((sl->mode & SL_MODE_AX25) && type != htons(ETH_P_AX25)) { |
type | 486 | drivers/net/slip.c | return ax25_encapsulate(buff, dev, type, daddr, saddr, len, skb); |
type | 698 | drivers/net/slip.c | sl->dev->type = ARPHRD_SLIP + sl->mode; |
type | 700 | drivers/net/slip.c | if (sl->dev->type == 260) { /* KISS */ |
type | 701 | drivers/net/slip.c | sl->dev->type = ARPHRD_AX25; |
type | 1024 | drivers/net/slip.c | sl->dev->type = ARPHRD_SLIP+sl->mode; |
type | 1026 | drivers/net/slip.c | if (sl->dev->type == 260) { |
type | 1027 | drivers/net/slip.c | sl->dev->type = ARPHRD_AX25; |
type | 1118 | drivers/net/slip.c | dev->type = ARPHRD_SLIP + SL_MODE_DEFAULT; |
type | 1120 | drivers/net/slip.c | if (sl->dev->type == 260) { |
type | 1121 | drivers/net/slip.c | sl->dev->type = ARPHRD_AX25; |
type | 228 | drivers/scsi/aha274x.c | void debug_config(enum aha_type type, int base) |
type | 258 | drivers/scsi/aha274x.c | if (type == T_284X) |
type | 267 | drivers/scsi/aha274x.c | BRT[type][(ioport2 >> 2) & 0xf], |
type | 280 | drivers/scsi/aha274x.c | if (type == T_274X) { |
type | 746 | drivers/scsi/aha274x.c | enum aha_type type; |
type | 768 | drivers/scsi/aha274x.c | return(S[i].type); |
type | 859 | drivers/scsi/aha274x.c | enum aha_type type, |
type | 954 | drivers/scsi/aha274x.c | p->unpause = (type != T_274X ? 0x2 : 0xa); |
type | 978 | drivers/scsi/aha274x.c | debug_config(type, base); |
type | 1008 | drivers/scsi/aha274x.c | enum aha_type type; |
type | 1025 | drivers/scsi/aha274x.c | type = aha274x_probe(slot, O_BIDx(base)); |
type | 1027 | drivers/scsi/aha274x.c | if (type != T_NONE) { |
type | 1033 | drivers/scsi/aha274x.c | found += aha274x_register(template, type, base); |
type | 965 | drivers/scsi/eata.c | if (tstatus == BUSY && SCpnt->device->type != TYPE_TAPE) |
type | 970 | drivers/scsi/eata.c | && SCpnt->device->type == TYPE_DISK |
type | 976 | drivers/scsi/eata.c | && SCpnt->device->type == TYPE_DISK |
type | 986 | drivers/scsi/eata.c | if (spp->target_status && SCpnt->device->type == TYPE_DISK) |
type | 1009 | drivers/scsi/eata.c | if (SCpnt->device->type != TYPE_TAPE) |
type | 204 | drivers/scsi/eata_dma.c | && cmd->device->type == TYPE_DISK |
type | 210 | drivers/scsi/eata_dma.c | && cmd->device->type == TYPE_DISK |
type | 230 | drivers/scsi/eata_dma.c | if (cmd->device->type != TYPE_TAPE) |
type | 305 | drivers/scsi/scsi.c | int dev, lun, type; |
type | 315 | drivers/scsi/scsi.c | type = -1; |
type | 343 | drivers/scsi/scsi.c | SDpnt->type = -1; |
type | 481 | drivers/scsi/scsi.c | switch (type = (scsi_result[0] & 0x1f)) |
type | 497 | drivers/scsi/scsi.c | printk("scsi: unknown type %d\n", type); |
type | 500 | drivers/scsi/scsi.c | type = -1; |
type | 506 | drivers/scsi/scsi.c | SDpnt->random = (type == TYPE_TAPE) ? 0 : 1; |
type | 507 | drivers/scsi/scsi.c | SDpnt->type = (type & 0x1f); |
type | 509 | drivers/scsi/scsi.c | if (type != -1) |
type | 2056 | drivers/scsi/scsi.c | if(SDpnt->type != TYPE_TAPE) |
type | 2063 | drivers/scsi/scsi.c | SDpnt->type != TYPE_TAPE) { |
type | 2257 | drivers/scsi/scsi.c | if(SDpnt->type != TYPE_TAPE) |
type | 2264 | drivers/scsi/scsi.c | SDpnt->type != TYPE_TAPE) { |
type | 301 | drivers/scsi/scsi.h | char type; |
type | 51 | drivers/scsi/sd.c | SC->device->type != TYPE_MOD) |
type | 798 | drivers/scsi/sd.c | (SCpnt->device->type == TYPE_DISK ? |
type | 1149 | drivers/scsi/sd.c | if(SDp->type != TYPE_DISK && SDp->type != TYPE_MOD) return 0; |
type | 1163 | drivers/scsi/sd.c | if(SDp->type != TYPE_DISK && SDp->type != TYPE_MOD) return 0; |
type | 155 | drivers/scsi/seagate.c | unsigned char type; |
type | 330 | drivers/scsi/seagate.c | controller_type = signatures[j].type; |
type | 857 | drivers/scsi/sr.c | if(SDp->type != TYPE_ROM && SDp->type != TYPE_WORM) return 0; |
type | 870 | drivers/scsi/sr.c | if(SDp->type != TYPE_ROM && SDp->type != TYPE_WORM) return 1; |
type | 1942 | drivers/scsi/st.c | if(SDp->type != TYPE_TAPE) return 1; |
type | 1967 | drivers/scsi/st.c | if(SDp->type != TYPE_TAPE) return 0; |
type | 901 | drivers/scsi/u14-34f.c | if (tstatus == BUSY && SCpnt->device->type != TYPE_TAPE) |
type | 906 | drivers/scsi/u14-34f.c | && SCpnt->device->type == TYPE_DISK |
type | 912 | drivers/scsi/u14-34f.c | && SCpnt->device->type == TYPE_DISK |
type | 922 | drivers/scsi/u14-34f.c | if (spp->target_status && SCpnt->device->type == TYPE_DISK) |
type | 947 | drivers/scsi/u14-34f.c | if (SCpnt->device->type != TYPE_TAPE) |
type | 704 | 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 | 956 | 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 | 264 | fs/isofs/inode.c | if (isonum_711 (hdp->type) != ISO_VD_PRIMARY) |
type | 266 | fs/isofs/inode.c | if (isonum_711 (hdp->type) == ISO_VD_END) |
type | 277 | fs/isofs/inode.c | if (isonum_711 (vdp->type) != ISO_VD_PRIMARY) |
type | 279 | fs/isofs/inode.c | if (isonum_711 (vdp->type) == ISO_VD_END) |
type | 172 | fs/nfs/proc.c | fattr->type = (enum nfs_ftype) ntohl(*p++); |
type | 757 | fs/proc/array.c | static int get_root_array(char * page, int type) |
type | 759 | fs/proc/array.c | switch (type) { |
type | 812 | fs/proc/array.c | static int get_process_array(char * page, int pid, int type) |
type | 814 | fs/proc/array.c | switch (type) { |
type | 828 | fs/proc/array.c | static inline int fill_array(char * page, int pid, int type) |
type | 831 | fs/proc/array.c | return get_process_array(page, pid, type); |
type | 832 | fs/proc/array.c | return get_root_array(page, type); |
type | 840 | fs/proc/array.c | unsigned int type, pid; |
type | 846 | fs/proc/array.c | type = inode->i_ino; |
type | 847 | fs/proc/array.c | pid = type >> 16; |
type | 848 | fs/proc/array.c | type &= 0x0000ffff; |
type | 849 | fs/proc/array.c | length = fill_array((char *) page, pid, type); |
type | 901 | fs/proc/array.c | unsigned int type = inode->i_ino & 0x0000ffff; |
type | 906 | fs/proc/array.c | switch (type) { |
type | 19 | fs/proc/kmsg.c | asmlinkage int sys_syslog(int type, char * bug, int count); |
type | 261 | fs/super.c | struct file_system_type *type; |
type | 269 | fs/super.c | if (!(type = get_fs_type(name))) { |
type | 282 | fs/super.c | if (!type->read_super(s,data, silent)) { |
type | 290 | fs/super.c | s->s_type = type; |
type | 431 | fs/super.c | static int do_mount(dev_t dev, const char * dir, char * type, int flags, void * data) |
type | 452 | fs/super.c | sb = read_super(dev,type,flags,data,0); |
type | 549 | fs/super.c | asmlinkage int sys_mount(char * dev_name, char * dir_name, char * type, |
type | 574 | fs/super.c | retval = copy_mount_options (type, &page); |
type | 25 | include/asm-alpha/hwrpb.h | unsigned long type; |
type | 12 | include/asm-alpha/unistd.h | #define _syscall0(type,name) \ |
type | 13 | include/asm-alpha/unistd.h | type name(void) \ |
type | 15 | include/asm-alpha/unistd.h | return (type) -1; \ |
type | 18 | include/asm-alpha/unistd.h | #define _syscall1(type,name,type1,arg1) \ |
type | 19 | include/asm-alpha/unistd.h | type name(type1 arg1) \ |
type | 21 | include/asm-alpha/unistd.h | return (type) -1; \ |
type | 24 | include/asm-alpha/unistd.h | #define _syscall2(type,name,type1,arg1,type2,arg2) \ |
type | 25 | include/asm-alpha/unistd.h | type name(type1 arg1,type2 arg2) \ |
type | 27 | include/asm-alpha/unistd.h | return (type) -1; \ |
type | 30 | include/asm-alpha/unistd.h | #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ |
type | 31 | include/asm-alpha/unistd.h | type name(type1 arg1,type2 arg2,type3 arg3) \ |
type | 33 | include/asm-alpha/unistd.h | return (type) -1; \ |
type | 36 | include/asm-alpha/unistd.h | #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ |
type | 37 | include/asm-alpha/unistd.h | type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ |
type | 39 | include/asm-alpha/unistd.h | return (type) -1; \ |
type | 42 | include/asm-alpha/unistd.h | #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ |
type | 44 | include/asm-alpha/unistd.h | type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \ |
type | 46 | include/asm-alpha/unistd.h | return (type) -1; \ |
type | 180 | include/asm-i386/system.h | #define _set_gate(gate_addr,type,dpl,addr) \ |
type | 187 | include/asm-i386/system.h | :"i" ((short) (0x8000+(dpl<<13)+(type<<8))), \ |
type | 203 | include/asm-i386/system.h | #define _set_seg_desc(gate_addr,type,dpl,base,limit) {\ |
type | 209 | include/asm-i386/system.h | ((type)<<8); \ |
type | 213 | include/asm-i386/system.h | #define _set_tssldt_desc(n,addr,limit,type) \ |
type | 218 | 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,type1,arg1) \ |
type | 19 | include/asm-i386/unistd.h | type name(type1 arg1) \ |
type | 26 | include/asm-i386/unistd.h | return (type) __res; \ |
type | 31 | include/asm-i386/unistd.h | #define _syscall2(type,name,type1,arg1,type2,arg2) \ |
type | 32 | include/asm-i386/unistd.h | type name(type1 arg1,type2 arg2) \ |
type | 39 | include/asm-i386/unistd.h | return (type) __res; \ |
type | 44 | include/asm-i386/unistd.h | #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ |
type | 45 | include/asm-i386/unistd.h | type name(type1 arg1,type2 arg2,type3 arg3) \ |
type | 53 | include/asm-i386/unistd.h | return (type) __res; \ |
type | 58 | include/asm-i386/unistd.h | #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ |
type | 59 | include/asm-i386/unistd.h | type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ |
type | 67 | include/asm-i386/unistd.h | return (type) __res; \ |
type | 72 | include/asm-i386/unistd.h | #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ |
type | 74 | include/asm-i386/unistd.h | type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \ |
type | 82 | include/asm-i386/unistd.h | return (type) __res; \ |
type | 5 | include/asm-m68k/unistd.h | #define _syscall0(type,name) \ |
type | 6 | include/asm-m68k/unistd.h | type name(void) \ |
type | 14 | include/asm-m68k/unistd.h | return (type) __res; \ |
type | 19 | include/asm-m68k/unistd.h | #define _syscall1(type,name,atype,a) \ |
type | 20 | include/asm-m68k/unistd.h | type name(atype a) \ |
type | 29 | include/asm-m68k/unistd.h | return (type) __res; \ |
type | 34 | include/asm-m68k/unistd.h | #define _syscall2(type,name,atype,a,btype,b) \ |
type | 35 | include/asm-m68k/unistd.h | type name(atype a,btype b) \ |
type | 46 | include/asm-m68k/unistd.h | return (type) __res; \ |
type | 51 | include/asm-m68k/unistd.h | #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ |
type | 52 | include/asm-m68k/unistd.h | type name(atype a,btype b,ctype c) \ |
type | 65 | include/asm-m68k/unistd.h | return (type) __res; \ |
type | 70 | include/asm-m68k/unistd.h | #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ |
type | 71 | include/asm-m68k/unistd.h | type name (atype a, btype b, ctype c, dtype d) \ |
type | 86 | include/asm-m68k/unistd.h | return (type) __res; \ |
type | 91 | include/asm-m68k/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
type | 92 | include/asm-m68k/unistd.h | type name (atype a,btype b,ctype c,dtype d,etype e) \ |
type | 109 | include/asm-m68k/unistd.h | return (type) __res; \ |
type | 16 | include/asm-mips/unistd.h | #define _syscall0(type,name) \ |
type | 17 | include/asm-mips/unistd.h | type name(void) \ |
type | 24 | include/asm-mips/unistd.h | return (type) __res; \ |
type | 29 | include/asm-mips/unistd.h | #define _syscall1(type,name,atype,a) \ |
type | 30 | include/asm-mips/unistd.h | type name(atype a) \ |
type | 39 | include/asm-mips/unistd.h | return (type) __res; \ |
type | 44 | include/asm-mips/unistd.h | #define _syscall2(type,name,atype,a,btype,b) \ |
type | 45 | include/asm-mips/unistd.h | type name(atype a,btype b) \ |
type | 56 | include/asm-mips/unistd.h | return (type) __res; \ |
type | 61 | include/asm-mips/unistd.h | #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ |
type | 62 | include/asm-mips/unistd.h | type name (atype a, btype b, ctype c) \ |
type | 75 | include/asm-mips/unistd.h | return (type) __res; \ |
type | 80 | include/asm-mips/unistd.h | #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ |
type | 81 | include/asm-mips/unistd.h | type name (atype a, btype b, ctype c, dtype d) \ |
type | 97 | include/asm-mips/unistd.h | return (type) __res; \ |
type | 102 | include/asm-mips/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
type | 103 | include/asm-mips/unistd.h | type name (atype a,btype b,ctype c,dtype d,etype e) \ |
type | 121 | include/asm-mips/unistd.h | return (type) __res; \ |
type | 28 | include/asm-sparc/head.h | #define TRAP_ENTRY(type, label) \ |
type | 29 | include/asm-sparc/head.h | mov (type), %l3; b label; rd %psr, %l0; nop; |
type | 76 | include/asm-sparc/system.h | #define _set_gate(gate_addr,type,dpl,addr) \ |
type | 15 | include/asm-sparc/unistd.h | #define _syscall0(type,name) \ |
type | 16 | include/asm-sparc/unistd.h | type name(void) \ |
type | 25 | include/asm-sparc/unistd.h | return (type) __res; \ |
type | 30 | include/asm-sparc/unistd.h | #define _syscall1(type,name,type1,arg1) \ |
type | 31 | include/asm-sparc/unistd.h | type name(type1 arg1) \ |
type | 41 | include/asm-sparc/unistd.h | return (type) __res; \ |
type | 46 | include/asm-sparc/unistd.h | #define _syscall2(type,name,type1,arg1,type2,arg2) \ |
type | 47 | include/asm-sparc/unistd.h | type name(type1 arg1,type2 arg2) \ |
type | 58 | include/asm-sparc/unistd.h | return (type) __res; \ |
type | 63 | include/asm-sparc/unistd.h | #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ |
type | 64 | include/asm-sparc/unistd.h | type name(type1 arg1,type2 arg2,type3 arg3) \ |
type | 78 | include/asm-sparc/unistd.h | return (type) __res; \ |
type | 83 | include/asm-sparc/unistd.h | #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ |
type | 84 | include/asm-sparc/unistd.h | type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ |
type | 99 | include/asm-sparc/unistd.h | return (type) __res; \ |
type | 104 | include/asm-sparc/unistd.h | #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ |
type | 106 | include/asm-sparc/unistd.h | type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \ |
type | 122 | include/asm-sparc/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 | 30 | include/linux/cyclades.h | int type; |
type | 32 | include/linux/etherdevice.h | unsigned short type, void *daddr, |
type | 62 | include/linux/icmp.h | unsigned char type; |
type | 23 | include/linux/igmp.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 | 73 | include/linux/net.h | short type; /* SOCK_STREAM, ... */ |
type | 109 | include/linux/netdevice.h | unsigned short type; /* interface hardware type */ |
type | 144 | include/linux/netdevice.h | unsigned short type, |
type | 167 | include/linux/netdevice.h | unsigned short type; /* This is really htons(ether_type). */ |
type | 130 | include/linux/nfs.h | enum nfs_ftype type; |
type | 521 | include/linux/pci.h | char *type; |
type | 14 | include/linux/serial.h | int type; |
type | 117 | include/linux/serial.h | int type; /* UART type */ |
type | 106 | include/linux/tty_driver.h | short type; /* type of tty driver */ |
type | 55 | kernel/printk.c | asmlinkage int sys_syslog(int type, char * buf, int len) |
type | 62 | kernel/printk.c | if ((type != 3) && !suser()) |
type | 64 | kernel/printk.c | switch (type) { |
type | 69 | lib/vsprintf.c | ,int type) |
type | 75 | lib/vsprintf.c | if (type & LARGE) |
type | 77 | lib/vsprintf.c | if (type & LEFT) |
type | 78 | lib/vsprintf.c | type &= ~ZEROPAD; |
type | 81 | lib/vsprintf.c | c = (type & ZEROPAD) ? '0' : ' '; |
type | 83 | lib/vsprintf.c | if (type & SIGN) { |
type | 88 | lib/vsprintf.c | } else if (type & PLUS) { |
type | 91 | lib/vsprintf.c | } else if (type & SPACE) { |
type | 96 | lib/vsprintf.c | if (type & SPECIAL) { |
type | 110 | lib/vsprintf.c | if (!(type&(ZEROPAD+LEFT))) |
type | 115 | lib/vsprintf.c | if (type & SPECIAL) |
type | 122 | lib/vsprintf.c | if (!(type & LEFT)) |
type | 704 | mm/memory.c | int verify_area(int type, const void * addr, unsigned long size) |
type | 727 | mm/memory.c | if (type == VERIFY_WRITE) |
type | 35 | mm/swap.c | #define SWP_ENTRY(type,offset) (((type) << 1) | ((offset) << 12)) |
type | 109 | mm/swap.c | unsigned long type, offset; |
type | 112 | mm/swap.c | type = SWP_TYPE(entry); |
type | 113 | mm/swap.c | if (type >= nr_swapfiles) { |
type | 117 | mm/swap.c | p = &swap_info[type]; |
type | 188 | mm/swap.c | unsigned int offset, type; |
type | 191 | mm/swap.c | for (type = 0 ; type < nr_swapfiles ; type++,p++) { |
type | 204 | mm/swap.c | return SWP_ENTRY(type,offset); |
type | 213 | mm/swap.c | unsigned long offset, type; |
type | 218 | mm/swap.c | type = SWP_TYPE(entry); |
type | 219 | mm/swap.c | if (type == SHM_SWP_TYPE) |
type | 221 | mm/swap.c | if (type >= nr_swapfiles) { |
type | 225 | mm/swap.c | p = type + swap_info; |
type | 241 | mm/swap.c | unsigned long offset, type; |
type | 245 | mm/swap.c | type = SWP_TYPE(entry); |
type | 246 | mm/swap.c | if (type == SHM_SWP_TYPE) |
type | 248 | mm/swap.c | if (type >= nr_swapfiles) { |
type | 252 | mm/swap.c | p = & swap_info[type]; |
type | 834 | mm/swap.c | pte_t *dir, unsigned int type, unsigned long page) |
type | 846 | mm/swap.c | if (SWP_TYPE(in_swap_cache(page)) != type) |
type | 852 | mm/swap.c | if (SWP_TYPE(pte_val(pte)) != type) |
type | 867 | mm/swap.c | unsigned int type, unsigned long page) |
type | 886 | mm/swap.c | if (unuse_pte(vma, offset+address-vma->vm_start, pte, type, page)) |
type | 896 | mm/swap.c | unsigned int type, unsigned long page) |
type | 915 | mm/swap.c | if (unuse_pmd(vma, pmd, address, end - address, offset, type, page)) |
type | 925 | mm/swap.c | unsigned int type, unsigned long page) |
type | 928 | mm/swap.c | if (unuse_pgd(vma, pgdir, start, end - start, type, page)) |
type | 936 | mm/swap.c | static int unuse_process(struct task_struct * p, unsigned int type, unsigned long page) |
type | 946 | mm/swap.c | if (unuse_vma(vma, pgd, vma->vm_start, vma->vm_end, type, page)) |
type | 958 | mm/swap.c | static int try_to_unuse(unsigned int type) |
type | 968 | mm/swap.c | if (unuse_process(task[nr], type, page)) { |
type | 985 | mm/swap.c | unsigned int type; |
type | 995 | mm/swap.c | for (type = 0 ; type < nr_swapfiles ; type++,p++) { |
type | 1009 | mm/swap.c | if (type >= nr_swapfiles){ |
type | 1014 | mm/swap.c | i = try_to_unuse(type); |
type | 1055 | mm/swap.c | unsigned int type; |
type | 1064 | mm/swap.c | for (type = 0 ; type < nr_swapfiles ; type++,p++) |
type | 1067 | mm/swap.c | if (type >= MAX_SWAPFILES) |
type | 1069 | mm/swap.c | if (type >= nr_swapfiles) |
type | 1070 | mm/swap.c | nr_swapfiles = type+1; |
type | 1103 | mm/swap.c | if (i == type) |
type | 1116 | mm/swap.c | read_swap_page(SWP_ENTRY(type,0), (char *) p->swap_lockmap); |
type | 535 | net/inet/af_inet.c | switch(sock->type) |
type | 609 | net/inet/af_inet.c | sk->type = sock->type; |
type | 843 | net/inet/af_inet.c | if(sock->type != SOCK_RAW) |
type | 870 | net/inet/af_inet.c | if(sock->type != SOCK_RAW) |
type | 301 | net/inet/arp.c | void arp_send(int type, int ptype, unsigned long dest_ip, |
type | 340 | net/inet/arp.c | arp->ar_hrd = htons(dev->type); |
type | 342 | net/inet/arp.c | arp->ar_pro = (dev->type != ARPHRD_AX25)? htons(ETH_P_IP) : htons(AX25_P_IP); |
type | 348 | net/inet/arp.c | arp->ar_op = htons(type); |
type | 571 | net/inet/arp.c | dev->type != ntohs(arp->ar_hrd) || |
type | 585 | net/inet/arp.c | switch(dev->type) |
type | 616 | net/inet/arp.c | htype = dev->type; |
type | 827 | net/inet/arp.c | if(dev->type==ARPHRD_ETHER || dev->type==ARPHRD_IEEE802) |
type | 900 | net/inet/arp.c | entry->htype = dev->type; |
type | 1287 | 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 | 80 | net/inet/datagram.c | if(sk->type==SOCK_SEQPACKET && sk->state!=TCP_ESTABLISHED) |
type | 181 | net/inet/datagram.c | if (sk->type==SOCK_SEQPACKET && sk->state==TCP_CLOSE) |
type | 6 | net/inet/datalink.h | unsigned char type[8]; |
type | 129 | net/inet/dev.c | if(pt->type==htons(ETH_P_ALL)) |
type | 143 | net/inet/dev.c | if(pt->type==htons(ETH_P_ALL)) |
type | 395 | net/inet/dev.c | if (ptype->type == htons(ETH_P_ALL) && |
type | 626 | net/inet/dev.c | unsigned short type; |
type | 685 | net/inet/dev.c | type = skb->dev->type_trans(skb, skb->dev); |
type | 701 | net/inet/dev.c | if ((ptype->type == type || ptype->type == htons(ETH_P_ALL)) && (!ptype->dev || ptype->dev==skb->dev)) |
type | 1218 | net/inet/dev.c | ifr.ifr_hwaddr.sa_family=dev->type; |
type | 1226 | net/inet/dev.c | if(ifr.ifr_hwaddr.sa_family!=dev->type) |
type | 84 | net/inet/eth.c | int eth_header(unsigned char *buff, struct device *dev, unsigned short type, |
type | 95 | net/inet/eth.c | if(type!=ETH_P_802_3) |
type | 96 | net/inet/eth.c | eth->h_proto = htons(type); |
type | 28 | net/inet/eth.h | unsigned short type, unsigned long daddr, |
type | 99 | net/inet/icmp.c | void icmp_send(struct sk_buff *skb_in, int type, int code, unsigned long info, struct device *dev) |
type | 142 | net/inet/icmp.c | if(type==ICMP_DEST_UNREACH||type==ICMP_REDIRECT||type==ICMP_SOURCE_QUENCH||type==ICMP_TIME_EXCEEDED) |
type | 158 | net/inet/icmp.c | if (icmph->type == ICMP_DEST_UNREACH || |
type | 159 | net/inet/icmp.c | icmph->type == ICMP_SOURCE_QUENCH || |
type | 160 | net/inet/icmp.c | icmph->type == ICMP_REDIRECT || |
type | 161 | net/inet/icmp.c | icmph->type == ICMP_TIME_EXCEEDED || |
type | 162 | net/inet/icmp.c | icmph->type == ICMP_PARAMETERPROB) |
type | 172 | net/inet/icmp.c | switch(type) |
type | 252 | net/inet/icmp.c | icmph->type = type; |
type | 281 | net/inet/icmp.c | err = (icmph->type << 8) | icmph->code; |
type | 454 | net/inet/icmp.c | icmphr->type = ICMP_ECHOREPLY; |
type | 535 | net/inet/icmp.c | icmphr->type = ICMP_TIMESTAMPREPLY; |
type | 625 | net/inet/icmp.c | icmphr->type = ICMP_ADDRESSREPLY; |
type | 687 | net/inet/icmp.c | if (icmph->type != ICMP_ECHO) |
type | 696 | 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 | 76 | net/inet/igmp.c | static void igmp_send_report(struct device *dev, unsigned long address, int type) |
type | 95 | net/inet/igmp.c | igh->type=type; |
type | 158 | net/inet/igmp.c | if(dev->type!=ARPHRD_ETHER) |
type | 171 | net/inet/igmp.c | if(dev->type!=ARPHRD_ETHER) |
type | 206 | net/inet/igmp.c | if(igh->type==IGMP_HOST_MEMBERSHIP_QUERY && daddr==IGMP_ALL_HOSTS) |
type | 208 | net/inet/igmp.c | if(igh->type==IGMP_HOST_MEMBERSHIP_REPORT && daddr==igh->group) |
type | 229 | net/inet/ip.c | struct device **dev, int type, struct options *opt, int len, int tos, int ttl) |
type | 329 | net/inet/ip.c | if(type == IPPROTO_RAW) |
type | 339 | net/inet/ip.c | iph->protocol = type; |
type | 2418 | net/inet/ip.c | ip_packet_type.type=htons(ETH_P_IP); |
type | 83 | net/inet/ip.h | struct device **dev, int type, |
type | 652 | net/inet/ipx.c | ipx_map_frame_type(unsigned char type) |
type | 654 | net/inet/ipx.c | switch (type) { |
type | 1369 | net/inet/ipx.c | switch(sock->type) |
type | 1395 | net/inet/ipx.c | sk->type=sock->type; |
type | 1650 | net/inet/ipx.c | intrfc = ipxitf_find_using_phys(dev, pt->type); |
type | 1653 | net/inet/ipx.c | intrfc = ipxitf_auto_create(dev, pt->type); |
type | 1929 | net/inet/ipx.c | ipx_dix_packet_type.type=htons(ETH_P_IPX); |
type | 1933 | 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 | 51 | net/inet/p8022.c | *rawp = dl->type[0]; |
type | 53 | net/inet/p8022.c | *rawp = dl->type[0]; |
type | 72 | net/inet/p8022.c | p8022_packet_type.type=htons(ETH_P_802_2); |
type | 77 | net/inet/p8022.c | register_8022_client(unsigned char type, int (*rcvfunc)(struct sk_buff *, struct device *, struct packet_type *)) |
type | 81 | net/inet/p8022.c | if (find_8022_client(type) != NULL) |
type | 86 | 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 | 264 | net/inet/packet.c | p->type = sk->num; |
type | 340 | net/inet/packet.c | saddr->sa_family = skb->dev->type; |
type | 32 | net/inet/psnap.c | for (proto = snap_list; proto != NULL && memcmp(proto->type, desc, 5) ; proto = proto->next); |
type | 62 | net/inet/psnap.c | if (psnap_packet_type.type == 0) |
type | 63 | net/inet/psnap.c | psnap_packet_type.type=htons(ETH_P_SNAP); |
type | 81 | net/inet/psnap.c | memcpy(rawp,dl->type,5); |
type | 111 | net/inet/psnap.c | memcpy(proto->type, desc,5); |
type | 97 | net/inet/rarp.c | rarp_packet_type.type=htons(ETH_P_RARP); |
type | 158 | net/inet/rarp.c | if (rarp->ar_hln != dev->addr_len || dev->type != ntohs(rarp->ar_hrd) |
type | 180 | net/inet/rarp.c | (rarp->ar_pro != htons(AX25_P_IP) && dev->type == ARPHRD_AX25) || |
type | 182 | net/inet/rarp.c | (rarp->ar_pro != htons(ETH_P_IP) && dev->type != ARPHRD_AX25) |
type | 279 | net/inet/sock.c | val = sk->type; |
type | 142 | net/inet/sock.h | unsigned short type; |
type | 229 | net/inet/sock.h | struct device **dev, int type, |
type | 598 | net/socket.c | static int sock_socket(int family, int type, int protocol) |
type | 625 | net/socket.c | if ((type != SOCK_STREAM && type != SOCK_DGRAM && |
type | 626 | net/socket.c | type != SOCK_SEQPACKET && type != SOCK_RAW && |
type | 627 | net/socket.c | type != SOCK_PACKET) || protocol < 0) |
type | 643 | net/socket.c | sock->type = type; |
type | 664 | net/socket.c | static int sock_socketpair(int family, int type, int protocol, unsigned long usockvec[2]) |
type | 675 | net/socket.c | if ((fd1 = sock_socket(family, type, protocol)) < 0) |
type | 688 | net/socket.c | if ((fd2 = sock_socket(family, type, protocol)) < 0) |
type | 815 | net/socket.c | newsock->type = sock->type; |
type | 873 | 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; |