taglinefilesource code
type118fs/super.cstruct file_system_type *type;
type125fs/super.cif (!(type=get_fs_type(name))) {
type137fs/super.cif (!type->read_super(s,data))
type207fs/super.cstatic int do_mount(int dev, const char * dir, char * type, int flags, void * data)
type231fs/super.csb = read_super(dev,type,flags,data);
type254fs/super.cint sys_mount(char * dev_name, char * dir_name, char * type,
type291fs/super.cif (type) {
type293fs/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,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) \
type72include/linux/tty.hunsigned short type;
type124include/linux/unistd.h#define _syscall0(type,name) \
type125include/linux/unistd.htype name(void) \
type132include/linux/unistd.hreturn (type) __res; \
type137include/linux/unistd.h#define _syscall1(type,name,atype,a) \
type138include/linux/unistd.htype name(atype a) \
type146include/linux/unistd.hreturn (type) __res; \
type151include/linux/unistd.h#define _syscall2(type,name,atype,a,btype,b) \
type152include/linux/unistd.htype name(atype a,btype b) \
type160include/linux/unistd.hreturn (type) __res; \
type165include/linux/unistd.h#define _syscall3(type,name,atype,a,btype,b,ctype,c) \
type166include/linux/unistd.htype name(atype a,btype b,ctype c) \
type174include/linux/unistd.hreturn (type) __res; \
type179include/linux/unistd.h#define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
type180include/linux/unistd.htype name (atype a, btype b, ctype c, dtype d) \
type189include/linux/unistd.hreturn (type) __res; \
type194include/linux/unistd.h#define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
type195include/linux/unistd.htype name (atype a,btype b,ctype c,dtype d,etype e) \
type204include/linux/unistd.hreturn (type) __res; \
type95include/sys/kd.hlong type;      /* type of display */
type127kernel/blk_drv/scsi/scsi.cint host_nr , dev, lun, type, maxed, slave;
type187kernel/blk_drv/scsi/scsi.cswitch (type = scsi_result[0])
type198kernel/blk_drv/scsi/scsi.ctype = -1;
type201kernel/blk_drv/scsi/scsi.cscsi_devices[NR_SCSI_DEVICES].random = (type == TYPE_TAPE) ? 0 : 1;
type204kernel/blk_drv/scsi/scsi.cswitch (type)
type230kernel/blk_drv/scsi/scsi.c"add drive at SCSI host %s, ID %d, LUN %d\n\r", (type == TYPE_TAPE) ?
type233kernel/blk_drv/scsi/scsi.ctype = -1;
type237kernel/blk_drv/scsi/scsi.celse if (type != -1)
type249kernel/blk_drv/scsi/scsi.c(type == TYPE_TAPE) ? 't' : 'd',
type250kernel/blk_drv/scsi/scsi.c(type == TYPE_TAPE) ? 
type263kernel/blk_drv/scsi/scsi.cif (type == TYPE_TAPE)
type79kernel/chr_drv/serial.cif ((info->type != PORT_16550A) || (++i >= 14) || info->tty->stopped)
type245kernel/chr_drv/serial.cinfo->type = PORT_UNKNOWN;
type260kernel/chr_drv/serial.cinfo->type = PORT_16450;
type263kernel/chr_drv/serial.cinfo->type = PORT_UNKNOWN;
type266kernel/chr_drv/serial.cinfo->type = PORT_16550;
type270kernel/chr_drv/serial.cinfo->type = PORT_16550A;
type275kernel/chr_drv/serial.cinfo->type = PORT_8250;
type473kernel/chr_drv/serial.cif (info->type == PORT_UNKNOWN)
type476kernel/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, ... */
type414net/socket.csock_socket(int family, int type, int protocol)
type421net/socket.cfamily, family_name(family), type, protocol);
type440net/socket.cif ((type != SOCK_STREAM &&
type441net/socket.ctype != SOCK_DGRAM &&
type442net/socket.ctype != SOCK_SEQPACKET &&
type443net/socket.ctype != SOCK_RAW) ||
type456net/socket.csock->type = type;
type472net/socket.csock_socketpair(int family, int type, int protocol, int usockvec[2])
type478net/socket.cfamily, type, protocol);
type484net/socket.cif ((fd1 = sock_socket(family, type, protocol)) < 0)
type495net/socket.cif ((fd2 = sock_socket(family, type, protocol)) < 0) {
type603net/socket.cnewsock->type = sock->type;