tag | line | file | source code |
type | 134 | fs/isofs/inode.c | if (isonum_711 (hdp->type) != ISO_VD_PRIMARY) |
type | 136 | fs/isofs/inode.c | if (isonum_711 (hdp->type) == ISO_VD_END) |
type | 147 | fs/isofs/inode.c | if (isonum_711 (vdp->type) != ISO_VD_PRIMARY) |
type | 149 | fs/isofs/inode.c | if (isonum_711 (vdp->type) == ISO_VD_END) |
type | 112 | fs/nfs/proc.c | fattr->type = ntohl(*p++); |
type | 300 | fs/proc/array.c | unsigned int type, pid; |
type | 307 | fs/proc/array.c | type = inode->i_ino; |
type | 308 | fs/proc/array.c | pid = type >> 16; |
type | 309 | fs/proc/array.c | type &= 0x0000ffff; |
type | 310 | fs/proc/array.c | switch (type) { |
type | 20 | fs/proc/kmsg.c | extern int sys_syslog(int type, char * bug, int count); |
type | 128 | fs/super.c | struct file_system_type *type; |
type | 136 | fs/super.c | if (!(type = get_fs_type(name))) { |
type | 149 | fs/super.c | if (!type->read_super(s,data, silent)) { |
type | 294 | fs/super.c | static int do_mount(dev_t dev, const char * dir, char * type, int flags, void * data) |
type | 315 | fs/super.c | sb = read_super(dev,type,flags,data,0); |
type | 363 | fs/super.c | int sys_mount(char * dev_name, char * dir_name, char * type, |
type | 381 | fs/super.c | if (type) { |
type | 383 | fs/super.c | if (TASK_SIZE <= (unsigned long) type) |
type | 385 | fs/super.c | if (!(tmp[i] = get_fs_byte(type++))) |
type | 39 | include/asm/system.h | #define _set_gate(gate_addr,type,dpl,addr) \ |
type | 44 | include/asm/system.h | :: "i" ((short) (0x8000+(dpl<<13)+(type<<8))), \ |
type | 59 | include/asm/system.h | #define _set_seg_desc(gate_addr,type,dpl,base,limit) {\ |
type | 65 | include/asm/system.h | ((type)<<8); \ |
type | 69 | include/asm/system.h | #define _set_tssldt_desc(n,addr,limit,type) \ |
type | 74 | include/asm/system.h | "movb $" type ",%4\n\t" \ |
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 | 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 | 95 | include/linux/kd.h | long type; /* type of display */ |
type | 11 | include/linux/kernel.h | int verify_area(int type, void * addr, unsigned long count); |
type | 128 | include/linux/nfs.h | enum nfs_ftype type; |
type | 24 | include/linux/serial.h | int type; /* UART type */ |
type | 73 | include/linux/tty.h | int type; |
type | 134 | include/linux/unistd.h | #define _syscall0(type,name) \ |
type | 135 | include/linux/unistd.h | type name(void) \ |
type | 142 | include/linux/unistd.h | return (type) __res; \ |
type | 147 | include/linux/unistd.h | #define _syscall1(type,name,atype,a) \ |
type | 148 | include/linux/unistd.h | type name(atype a) \ |
type | 156 | include/linux/unistd.h | return (type) __res; \ |
type | 161 | include/linux/unistd.h | #define _syscall2(type,name,atype,a,btype,b) \ |
type | 162 | include/linux/unistd.h | type name(atype a,btype b) \ |
type | 170 | include/linux/unistd.h | return (type) __res; \ |
type | 175 | include/linux/unistd.h | #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ |
type | 176 | include/linux/unistd.h | type name(atype a,btype b,ctype c) \ |
type | 184 | include/linux/unistd.h | return (type) __res; \ |
type | 189 | include/linux/unistd.h | #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ |
type | 190 | include/linux/unistd.h | type name (atype a, btype b, ctype c, dtype d) \ |
type | 199 | include/linux/unistd.h | return (type) __res; \ |
type | 204 | include/linux/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
type | 205 | include/linux/unistd.h | type name (atype a,btype b,ctype c,dtype d,etype e) \ |
type | 214 | include/linux/unistd.h | return (type) __res; \ |
type | 161 | kernel/FPU-emu/errors.c | int type; |
type | 251 | kernel/FPU-emu/errors.c | for (i=0; exception_names[i].type; i++) |
type | 252 | kernel/FPU-emu/errors.c | if (exception_names[i].type == n) |
type | 255 | kernel/FPU-emu/errors.c | if (exception_names[i].type) |
type | 54 | kernel/FPU-emu/fpu_proto.h | extern void load_store_instr(char type); |
type | 48 | kernel/FPU-emu/load_store.c | void load_store_instr(char type) |
type | 53 | kernel/FPU-emu/load_store.c | switch ( type_table[(int) (unsigned) type] ) |
type | 80 | kernel/FPU-emu/load_store.c | switch ( type ) |
type | 160 | kernel/blk_drv/scsi/scsi.c | int host_nr , dev, lun, type; |
type | 263 | kernel/blk_drv/scsi/scsi.c | switch (type = scsi_result[0]) |
type | 275 | kernel/blk_drv/scsi/scsi.c | type = -1; |
type | 279 | kernel/blk_drv/scsi/scsi.c | (type == TYPE_TAPE) ? 0 : 1; |
type | 280 | kernel/blk_drv/scsi/scsi.c | scsi_devices[NR_SCSI_DEVICES].type = type; |
type | 282 | kernel/blk_drv/scsi/scsi.c | if (type != -1) |
type | 285 | kernel/blk_drv/scsi/scsi.c | switch(type){ |
type | 1375 | kernel/blk_drv/scsi/scsi.c | switch (scsi_devices[i].type) |
type | 1389 | kernel/blk_drv/scsi/scsi.c | if(scsi_devices[i].type != -1){ |
type | 1419 | kernel/blk_drv/scsi/scsi.c | if(scsi_devices[i].type != TYPE_TAPE) |
type | 1426 | kernel/blk_drv/scsi/scsi.c | scsi_devices[i].type != TYPE_TAPE) { |
type | 275 | kernel/blk_drv/scsi/scsi.h | char type; |
type | 99 | kernel/blk_drv/scsi/seagate.c | unsigned char type; |
type | 216 | kernel/blk_drv/scsi/seagate.c | controller_type = signatures[j].type; |
type | 523 | kernel/chr_drv/serial.c | if (info->type == PORT_16550A) |
type | 547 | kernel/chr_drv/serial.c | if (info->type == PORT_16550A) { |
type | 789 | kernel/chr_drv/serial.c | tmp.type = info->type; |
type | 824 | kernel/chr_drv/serial.c | (new.type < PORT_UNKNOWN) || (new.type > PORT_MAX)) { |
type | 832 | kernel/chr_drv/serial.c | info->type = new.type; |
type | 846 | kernel/chr_drv/serial.c | if (new.port && info->type && |
type | 884 | kernel/chr_drv/serial.c | if (new.port && info->type && |
type | 1234 | kernel/chr_drv/serial.c | if (!info->port || !info->type) { |
type | 1413 | kernel/chr_drv/serial.c | info->type = PORT_UNKNOWN; |
type | 1448 | kernel/chr_drv/serial.c | info->type = PORT_UNKNOWN; |
type | 1460 | kernel/chr_drv/serial.c | info->type = PORT_16450; |
type | 1463 | kernel/chr_drv/serial.c | info->type = PORT_UNKNOWN; |
type | 1466 | kernel/chr_drv/serial.c | info->type = PORT_16550; |
type | 1469 | kernel/chr_drv/serial.c | info->type = PORT_16550A; |
type | 1473 | kernel/chr_drv/serial.c | if (info->type == PORT_16450) { |
type | 1481 | kernel/chr_drv/serial.c | info->type = PORT_8250; |
type | 1537 | kernel/chr_drv/serial.c | info->type = PORT_UNKNOWN; |
type | 1548 | kernel/chr_drv/serial.c | if (info->type == PORT_UNKNOWN) |
type | 1553 | kernel/chr_drv/serial.c | switch (info->type) { |
type | 48 | kernel/printk.c | int sys_syslog(int type, char * buf, int len) |
type | 54 | kernel/printk.c | if ((type != 3) && !suser()) |
type | 56 | kernel/printk.c | switch (type) { |
type | 68 | kernel/vsprintf.c | ,int type) |
type | 74 | kernel/vsprintf.c | if (type&SMALL) digits="0123456789abcdefghijklmnopqrstuvwxyz"; |
type | 75 | kernel/vsprintf.c | if (type&LEFT) type &= ~ZEROPAD; |
type | 78 | kernel/vsprintf.c | c = (type & ZEROPAD) ? '0' : ' ' ; |
type | 79 | kernel/vsprintf.c | if (type&SIGN && num<0) { |
type | 83 | kernel/vsprintf.c | sign=(type&PLUS) ? '+' : ((type&SPACE) ? ' ' : 0); |
type | 85 | kernel/vsprintf.c | if (type&SPECIAL) |
type | 95 | kernel/vsprintf.c | if (!(type&(ZEROPAD+LEFT))) |
type | 100 | kernel/vsprintf.c | if (type&SPECIAL) |
type | 107 | kernel/vsprintf.c | if (!(type&LEFT)) |
type | 621 | mm/memory.c | int verify_area(int type, void * addr, unsigned long size) |
type | 630 | mm/memory.c | if (type == VERIFY_READ || !size) |
type | 30 | mm/swap.c | #define SWP_ENTRY(type,offset) (((type) << 1) | ((offset) << PAGE_SHIFT)) |
type | 58 | mm/swap.c | unsigned long type, offset; |
type | 61 | mm/swap.c | type = SWP_TYPE(entry); |
type | 62 | mm/swap.c | if (type >= nr_swapfiles) { |
type | 66 | mm/swap.c | p = &swap_info[type]; |
type | 101 | mm/swap.c | unsigned int offset, type; |
type | 104 | mm/swap.c | for (type = 0 ; type < nr_swapfiles ; type++,p++) { |
type | 114 | mm/swap.c | return SWP_ENTRY(type,offset); |
type | 123 | mm/swap.c | unsigned long offset, type; |
type | 128 | mm/swap.c | type = SWP_TYPE(entry); |
type | 129 | mm/swap.c | if (type >= nr_swapfiles) { |
type | 133 | mm/swap.c | p = type + swap_info; |
type | 149 | mm/swap.c | unsigned long offset, type; |
type | 153 | mm/swap.c | type = SWP_TYPE(entry); |
type | 154 | mm/swap.c | if (type >= nr_swapfiles) { |
type | 158 | mm/swap.c | p = & swap_info[type]; |
type | 467 | mm/swap.c | static int try_to_unuse(unsigned int type) |
type | 508 | mm/swap.c | if (SWP_TYPE(page) != type) |
type | 535 | mm/swap.c | unsigned int type; |
type | 544 | mm/swap.c | for (type = 0 ; type < nr_swapfiles ; type++,p++) { |
type | 558 | mm/swap.c | if (type >= nr_swapfiles) |
type | 561 | mm/swap.c | i = try_to_unuse(type); |
type | 586 | mm/swap.c | unsigned int type; |
type | 593 | mm/swap.c | for (type = 0 ; type < nr_swapfiles ; type++,p++) |
type | 596 | mm/swap.c | if (type >= MAX_SWAPFILES) |
type | 598 | mm/swap.c | if (type >= nr_swapfiles) |
type | 599 | mm/swap.c | nr_swapfiles = type+1; |
type | 625 | mm/swap.c | if (i == type) |
type | 654 | mm/swap.c | read_swap_page(SWP_ENTRY(type,0),tmp); |
type | 28 | net/kern_sock.h | short type; /* SOCK_STREAM, ... */ |
type | 411 | net/socket.c | sock_socket(int family, int type, int protocol) |
type | 418 | net/socket.c | family, family_name(family), type, protocol)); |
type | 437 | net/socket.c | if ((type != SOCK_STREAM && |
type | 438 | net/socket.c | type != SOCK_DGRAM && |
type | 439 | net/socket.c | type != SOCK_SEQPACKET && |
type | 440 | net/socket.c | type != SOCK_RAW) || |
type | 453 | net/socket.c | sock->type = type; |
type | 469 | net/socket.c | sock_socketpair(int family, int type, int protocol, int usockvec[2]) |
type | 475 | net/socket.c | family, type, protocol)); |
type | 481 | net/socket.c | if ((fd1 = sock_socket(family, type, protocol)) < 0) |
type | 492 | net/socket.c | if ((fd2 = sock_socket(family, type, protocol)) < 0) { |
type | 588 | net/socket.c | newsock->type = sock->type; |
type | 375 | net/tcp/arp.c | if (arp->hlen != dev->addr_len || dev->type !=NET16( arp->hrd)) |
type | 457 | net/tcp/arp.c | arp->hrd = net16(dev->type); |
type | 112 | net/tcp/dev.c | if (p1->type == pt->type) |
type | 147 | net/tcp/dev.c | if (pt1->next -> type == pt ->type) |
type | 342 | net/tcp/dev.c | unsigned short type; |
type | 379 | net/tcp/dev.c | type = skb->dev->type_trans ((struct sk_buff *)skb, skb->dev); |
type | 385 | net/tcp/dev.c | if (ptype->type == type) |
type | 413 | net/tcp/dev.c | PRINTK (("discarding packet type = %X\n", type)); |
type | 81 | net/tcp/dev.h | unsigned short type, unsigned long daddr, |
type | 92 | net/tcp/dev.h | unsigned short type; |
type | 104 | net/tcp/dev.h | unsigned short type; /* This is really NET16(ether_type) other devices |
type | 84 | net/tcp/eth.c | PRINTK (("ethertype = %X\n",net16(eth->type))); |
type | 89 | net/tcp/eth.c | unsigned short type, unsigned long daddr, |
type | 94 | net/tcp/eth.c | eth->type = net16(type); |
type | 137 | net/tcp/eth.c | return (eh->type); |
type | 64 | net/tcp/eth.h | unsigned short type; |
type | 95 | net/tcp/eth.h | unsigned short type, unsigned long daddr, |
type | 113 | net/tcp/icmp.c | PRINTK ((" type = %d, code = %d, checksum = %X\n", icmph->type, |
type | 120 | net/tcp/icmp.c | icmp_reply (struct sk_buff *skb_in, int type, int code, struct device *dev) |
type | 129 | net/tcp/icmp.c | skb_in, type, code, dev)); |
type | 165 | net/tcp/icmp.c | icmph->type = type; |
type | 216 | net/tcp/icmp.c | switch( icmph->type ) |
type | 226 | net/tcp/icmp.c | err = icmph->type << 8 | icmph->code; |
type | 311 | net/tcp/icmp.c | icmphr->type = ICMP_ECHOREPLY; |
type | 328 | net/tcp/icmp.c | PRINTK(("Unsupported ICMP type = x%x\n", icmph->type )); |
type | 48 | net/tcp/icmp.h | unsigned char type; |
type | 76 | net/tcp/icmp.h | icmp_reply (struct sk_buff *skb_in, int type, int code, struct device *dev); |
type | 515 | net/tcp/ip.c | unsigned long daddr, struct device **dev, int type, |
type | 527 | net/tcp/ip.c | skb, saddr, daddr, *dev, type, opt, len)); |
type | 577 | net/tcp/ip.c | iph->protocol=type; |
type | 176 | net/tcp/ip.h | unsigned long daddr, struct device **dev, int type, |
type | 128 | net/tcp/loopback.c | dev->type = ETHER_TYPE; |
type | 213 | net/tcp/packet.c | p->type = sk->num; |
type | 291 | net/tcp/packet.c | addr.sa_family = skb->dev->type; |
type | 937 | net/tcp/sock.c | switch (sock->type) |
type | 130 | net/tcp/sock.h | unsigned long daddr, struct device **dev, int type, |
type | 665 | net/tcp/we.c | dev->type = ETHER_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) |