taglinefilesource code
type121fs/super.cstruct file_system_type *type;
type128fs/super.cif (!(type = get_fs_type(name))) {
type140fs/super.cif (!type->read_super(s,data)) {
type213fs/super.cstatic int do_mount(int dev, const char * dir, char * type, int flags, void * data)
type239fs/super.csb = read_super(dev,type,flags,data);
type262fs/super.cint sys_mount(char * dev_name, char * dir_name, char * type,
type300fs/super.cif (type) {
type302fs/super.cif (!(tmp[i] = get_fs_byte(type++)))
type22include/asm/system.h#define _set_gate(gate_addr,type,dpl,addr) \
type27include/asm/system.h:: "i" ((short) (0x8000+(dpl<<13)+(type<<8))), \
type42include/asm/system.h#define _set_seg_desc(gate_addr,type,dpl,base,limit) {\
type48include/asm/system.h((type)<<8); \
type52include/asm/system.h#define _set_tssldt_desc(n,addr,limit,type) \
type57include/asm/system.h"movb $" type ",%4\n\t" \
type53include/linux/a.out.h#define N_SET_INFO(exec, magic, type, flags) \
type55include/linux/a.out.h| (((int)(type) & 0xff) << 16) \
type95include/linux/kd.hlong type;      /* type of display */
type42include/linux/serial.hint      type;
type72include/linux/tty.hint  type;
type129include/linux/unistd.h#define _syscall0(type,name) \
type130include/linux/unistd.htype name(void) \
type137include/linux/unistd.hreturn (type) __res; \
type142include/linux/unistd.h#define _syscall1(type,name,atype,a) \
type143include/linux/unistd.htype name(atype a) \
type151include/linux/unistd.hreturn (type) __res; \
type156include/linux/unistd.h#define _syscall2(type,name,atype,a,btype,b) \
type157include/linux/unistd.htype name(atype a,btype b) \
type165include/linux/unistd.hreturn (type) __res; \
type170include/linux/unistd.h#define _syscall3(type,name,atype,a,btype,b,ctype,c) \
type171include/linux/unistd.htype name(atype a,btype b,ctype c) \
type179include/linux/unistd.hreturn (type) __res; \
type184include/linux/unistd.h#define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
type185include/linux/unistd.htype name (atype a, btype b, ctype c, dtype d) \
type194include/linux/unistd.hreturn (type) __res; \
type199include/linux/unistd.h#define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
type200include/linux/unistd.htype name (atype a,btype b,ctype c,dtype d,etype e) \
type209include/linux/unistd.hreturn (type) __res; \
type132kernel/blk_drv/scsi/scsi.cint host_nr , dev, lun, type, maxed, slave;
type192kernel/blk_drv/scsi/scsi.cswitch (type = scsi_result[0])
type203kernel/blk_drv/scsi/scsi.ctype = -1;
type206kernel/blk_drv/scsi/scsi.cscsi_devices[NR_SCSI_DEVICES].random = (type == TYPE_TAPE) ? 0 : 1;
type209kernel/blk_drv/scsi/scsi.cswitch (type)
type248kernel/blk_drv/scsi/scsi.c(type == TYPE_TAPE) ?
type250kernel/blk_drv/scsi/scsi.c(type == TYPE_DISK) ?
type254kernel/blk_drv/scsi/scsi.ctype = -1;
type258kernel/blk_drv/scsi/scsi.celse if (type != -1)
type270kernel/blk_drv/scsi/scsi.c(type == TYPE_TAPE) ? 't' : ((type == TYPE_ROM) ? 'r' : 'd'),
type271kernel/blk_drv/scsi/scsi.c(type == TYPE_TAPE) ? 
type278kernel/blk_drv/scsi/scsi.c(type == TYPE_ROM ? 
type293kernel/blk_drv/scsi/scsi.cif (type == TYPE_TAPE)
type300kernel/blk_drv/scsi/scsi.celse if (type == TYPE_DISK)
type132kernel/chr_drv/serial.cif (info->type == PORT_16550A)
type333kernel/chr_drv/serial.cinfo->type = PORT_UNKNOWN;
type354kernel/chr_drv/serial.cinfo->type = PORT_16450;
type357kernel/chr_drv/serial.cinfo->type = PORT_UNKNOWN;
type360kernel/chr_drv/serial.cinfo->type = PORT_16550;
type363kernel/chr_drv/serial.cinfo->type = PORT_16550A;
type368kernel/chr_drv/serial.cinfo->type = PORT_8250;
type432kernel/chr_drv/serial.cif (info->type == PORT_16550A)
type457kernel/chr_drv/serial.cif (info->type == PORT_16550A) {
type538kernel/chr_drv/serial.ctmp.type = info->type;
type787kernel/chr_drv/serial.cinfo->type = PORT_UNKNOWN;
type797kernel/chr_drv/serial.cif (info->type == PORT_UNKNOWN)
type802kernel/chr_drv/serial.cswitch (info->type) {
type26kernel/printk.cint sys_syslog(int type, char * buf, int len)
type33kernel/printk.cswitch (type) {
type42kernel/vsprintf.c,int type)
type48kernel/vsprintf.cif (type&SMALL) digits="0123456789abcdefghijklmnopqrstuvwxyz";
type49kernel/vsprintf.cif (type&LEFT) type &= ~ZEROPAD;
type52kernel/vsprintf.cc = (type & ZEROPAD) ? '0' : ' ' ;
type53kernel/vsprintf.cif (type&SIGN && num<0) {
type57kernel/vsprintf.csign=(type&PLUS) ? '+' : ((type&SPACE) ? ' ' : 0);
type59kernel/vsprintf.cif (type&SPECIAL)
type69kernel/vsprintf.cif (!(type&(ZEROPAD+LEFT)))
type74kernel/vsprintf.cif (type&SPECIAL)
type81kernel/vsprintf.cif (!(type&LEFT))
type28net/kern_sock.hshort type;      /* SOCK_STREAM, ... */
type394net/socket.csock_socket(int family, int type, int protocol)
type401net/socket.cfamily, family_name(family), type, protocol);
type420net/socket.cif ((type != SOCK_STREAM &&
type421net/socket.ctype != SOCK_DGRAM &&
type422net/socket.ctype != SOCK_SEQPACKET &&
type423net/socket.ctype != SOCK_RAW) ||
type436net/socket.csock->type = type;
type452net/socket.csock_socketpair(int family, int type, int protocol, int usockvec[2])
type458net/socket.cfamily, type, protocol);
type464net/socket.cif ((fd1 = sock_socket(family, type, protocol)) < 0)
type475net/socket.cif ((fd2 = sock_socket(family, type, protocol)) < 0) {
type571net/socket.cnewsock->type = sock->type;
type308net/tcp/arp.cif (arp->hlen != dev->addr_len || dev->type !=NET16( arp->hrd))
type389net/tcp/arp.carp->hrd = net16(dev->type);
type66net/tcp/dev.cif (p1->type == pt->type)
type101net/tcp/dev.cif (pt1->next -> type == pt ->type)
type182net/tcp/dev.cunsigned short type;
type284net/tcp/dev.ctype = dev->type_trans (skb, dev);
type290net/tcp/dev.cif (ptype->type == type)
type313net/tcp/dev.cPRINTK ("discarding packet type = %X\n", type);
type53net/tcp/dev.hunsigned short type, unsigned long daddr,
type63net/tcp/dev.hunsigned short type;
type75net/tcp/dev.hunsigned short type; /* This is really NET16(ether_type) other devices
type66net/tcp/eth.cPRINTK ("ethertype = %X\n",net16(eth->type));
type71net/tcp/eth.cunsigned short type, unsigned long daddr,
type76net/tcp/eth.ceth->type = net16(type);
type119net/tcp/eth.creturn (eh->type);
type54net/tcp/eth.hunsigned short type;
type85net/tcp/eth.hunsigned short type, unsigned long daddr,
type70net/tcp/icmp.cPRINTK ("  type = %d, code = %d, checksum = %X\n", icmph->type,
type77net/tcp/icmp.cicmp_reply (struct sk_buff *skb_in,  int type, int code, struct device *dev)
type118net/tcp/icmp.cicmph->type = type;
type169net/tcp/icmp.cswitch( icmph->type )
type179net/tcp/icmp.cerr = icmph->type << 8 | icmph->code;
type255net/tcp/icmp.cicmphr->type = ICMP_ECHOREPLY;
type272net/tcp/icmp.cPRINTK("\nUnsupported ICMP type = x%x", icmph->type );
type36net/tcp/icmp.hunsigned char type;
type64net/tcp/icmp.hicmp_reply (struct sk_buff *skb_in,  int type, int code, struct device *dev);
type377net/tcp/ip.cunsigned long daddr, struct device **dev, int type,
type389net/tcp/ip.cskb, saddr, daddr, *dev, type, opt, len);
type439net/tcp/ip.ciph->protocol=type;
type150net/tcp/ip.hunsigned long daddr, struct device **dev, int type,
type108net/tcp/loopback.cdev->type = ETHER_TYPE;
type185net/tcp/packet.cp->type = sk->num;
type258net/tcp/packet.caddr.sa_family = skb->dev->type;
type705net/tcp/sock.cswitch (sock->type)
type97net/tcp/sock.hunsigned long daddr, struct device **dev, int type,
type611net/tcp/we.cdev->type = ETHER_TYPE;