taglinefilesource code
type116fs/super.cstruct file_system_type *type;
type123fs/super.cif (!(type=get_fs_type(name))) {
type134fs/super.cif (!type->read_super(s,data))
type182fs/super.cint sys_mount(char * dev_name, char * dir_name, char * type, int rw_flag)
type214fs/super.cif (type) {
type216fs/super.cwhile (i < 100 && (tmp[i] = get_fs_byte(type++)))
type53include/a.out.h#define N_SET_INFO(exec, magic, type, flags) \
type55include/a.out.h| (((int)(type) & 0xff) << 16) \
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" \
type123include/linux/unistd.h#define _syscall0(type,name) \
type124include/linux/unistd.htype name(void) \
type131include/linux/unistd.hreturn (type) __res; \
type136include/linux/unistd.h#define _syscall1(type,name,atype,a) \
type137include/linux/unistd.htype name(atype a) \
type145include/linux/unistd.hreturn (type) __res; \
type150include/linux/unistd.h#define _syscall2(type,name,atype,a,btype,b) \
type151include/linux/unistd.htype name(atype a,btype b) \
type159include/linux/unistd.hreturn (type) __res; \
type164include/linux/unistd.h#define _syscall3(type,name,atype,a,btype,b,ctype,c) \
type165include/linux/unistd.htype name(atype a,btype b,ctype c) \
type173include/linux/unistd.hreturn (type) __res; \
type178include/linux/unistd.h#define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
type179include/linux/unistd.htype name (atype a, btype b, ctype c, dtype d) \
type188include/linux/unistd.hreturn (type) __res; \
type193include/linux/unistd.h#define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
type194include/linux/unistd.htype name (atype a,btype b,ctype c,dtype d,etype e) \
type203include/linux/unistd.hreturn (type) __res; \
type95include/sys/kd.hlong type;      /* type of display */
type30include/sys/socket.hint socket(int family, int type, int protocol);
type31include/sys/socket.hint socketpair(int family, int type, int protocol, int sockvec[2]);
type115include/unistd.hint mount(const char * specialfile, const char * dir, const char * type, int rwflag);
type120kernel/blk_drv/scsi/scsi.cint host_nr , dev, lun, type, maxed;
type177kernel/blk_drv/scsi/scsi.cswitch (type = scsi_result[0])
type188kernel/blk_drv/scsi/scsi.ctype = -1;
type191kernel/blk_drv/scsi/scsi.cscsi_devices[NR_SCSI_DEVICES].random = (type == TYPE_TAPE) ? 0 : 1;
type194kernel/blk_drv/scsi/scsi.cswitch (type)
type215kernel/blk_drv/scsi/scsi.c"add drive at SCSI host %s, ID %d, LUN %d\n\r", (type == TYPE_TAPE) ?
type218kernel/blk_drv/scsi/scsi.ctype = -1;
type222kernel/blk_drv/scsi/scsi.celse if (type != -1)
type224kernel/blk_drv/scsi/scsi.cif (type == TYPE_TAPE)
type27kernel/printk.cint sys_syslog(int type, char * buf, int len)
type34kernel/printk.cswitch (type) {
type41kernel/vsprintf.c,int type)
type47kernel/vsprintf.cif (type&SMALL) digits="0123456789abcdefghijklmnopqrstuvwxyz";
type48kernel/vsprintf.cif (type&LEFT) type &= ~ZEROPAD;
type51kernel/vsprintf.cc = (type & ZEROPAD) ? '0' : ' ' ;
type52kernel/vsprintf.cif (type&SIGN && num<0) {
type56kernel/vsprintf.csign=(type&PLUS) ? '+' : ((type&SPACE) ? ' ' : 0);
type58kernel/vsprintf.cif (type&SPECIAL)
type68kernel/vsprintf.cif (!(type&(ZEROPAD+LEFT)))
type73kernel/vsprintf.cif (type&SPECIAL)
type80kernel/vsprintf.cif (!(type&LEFT))
type28net/kern_sock.hshort type;      /* SOCK_STREAM, ... */
type409net/socket.csock_socket(int family, int type, int protocol)
type416net/socket.cfamily, family_name(family), type, protocol);
type435net/socket.cif ((type != SOCK_STREAM &&
type436net/socket.ctype != SOCK_DGRAM &&
type437net/socket.ctype != SOCK_SEQPACKET &&
type438net/socket.ctype != SOCK_RAW) ||
type451net/socket.csock->type = type;
type467net/socket.csock_socketpair(int family, int type, int protocol, int usockvec[2])
type473net/socket.cfamily, type, protocol);
type479net/socket.cif ((fd1 = sock_socket(family, type, protocol)) < 0)
type490net/socket.cif ((fd2 = sock_socket(family, type, protocol)) < 0) {
type598net/socket.cnewsock->type = sock->type;