tag | line | file | source code |
type | 118 | fs/super.c | struct file_system_type *type; |
type | 125 | fs/super.c | if (!(type=get_fs_type(name))) { |
type | 137 | fs/super.c | if (!type->read_super(s,data)) |
type | 207 | fs/super.c | static int do_mount(int dev, const char * dir, char * type, int flags, void * data) |
type | 231 | fs/super.c | sb = read_super(dev,type,flags,data); |
type | 254 | fs/super.c | int sys_mount(char * dev_name, char * dir_name, char * type, |
type | 291 | fs/super.c | if (type) { |
type | 293 | fs/super.c | if (!(tmp[i] = get_fs_byte(type++))) |
type | 22 | include/asm/system.h | #define _set_gate(gate_addr,type,dpl,addr) \ |
type | 27 | include/asm/system.h | :: "i" ((short) (0x8000+(dpl<<13)+(type<<8))), \ |
type | 42 | include/asm/system.h | #define _set_seg_desc(gate_addr,type,dpl,base,limit) {\ |
type | 48 | include/asm/system.h | ((type)<<8); \ |
type | 52 | include/asm/system.h | #define _set_tssldt_desc(n,addr,type) \ |
type | 57 | 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 | 72 | include/linux/tty.h | unsigned short type; |
type | 124 | include/linux/unistd.h | #define _syscall0(type,name) \ |
type | 125 | include/linux/unistd.h | type name(void) \ |
type | 132 | include/linux/unistd.h | return (type) __res; \ |
type | 137 | include/linux/unistd.h | #define _syscall1(type,name,atype,a) \ |
type | 138 | include/linux/unistd.h | type name(atype a) \ |
type | 146 | include/linux/unistd.h | return (type) __res; \ |
type | 151 | include/linux/unistd.h | #define _syscall2(type,name,atype,a,btype,b) \ |
type | 152 | include/linux/unistd.h | type name(atype a,btype b) \ |
type | 160 | include/linux/unistd.h | return (type) __res; \ |
type | 165 | include/linux/unistd.h | #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ |
type | 166 | include/linux/unistd.h | type name(atype a,btype b,ctype c) \ |
type | 174 | include/linux/unistd.h | return (type) __res; \ |
type | 179 | include/linux/unistd.h | #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ |
type | 180 | include/linux/unistd.h | type name (atype a, btype b, ctype c, dtype d) \ |
type | 189 | include/linux/unistd.h | return (type) __res; \ |
type | 194 | include/linux/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
type | 195 | include/linux/unistd.h | type name (atype a,btype b,ctype c,dtype d,etype e) \ |
type | 204 | include/linux/unistd.h | return (type) __res; \ |
type | 95 | include/sys/kd.h | long type; /* type of display */ |
type | 127 | kernel/blk_drv/scsi/scsi.c | int host_nr , dev, lun, type, maxed, slave; |
type | 187 | kernel/blk_drv/scsi/scsi.c | switch (type = scsi_result[0]) |
type | 198 | kernel/blk_drv/scsi/scsi.c | type = -1; |
type | 201 | kernel/blk_drv/scsi/scsi.c | scsi_devices[NR_SCSI_DEVICES].random = (type == TYPE_TAPE) ? 0 : 1; |
type | 204 | kernel/blk_drv/scsi/scsi.c | switch (type) |
type | 230 | kernel/blk_drv/scsi/scsi.c | "add drive at SCSI host %s, ID %d, LUN %d\n\r", (type == TYPE_TAPE) ? |
type | 233 | kernel/blk_drv/scsi/scsi.c | type = -1; |
type | 237 | kernel/blk_drv/scsi/scsi.c | else if (type != -1) |
type | 249 | kernel/blk_drv/scsi/scsi.c | (type == TYPE_TAPE) ? 't' : 'd', |
type | 250 | kernel/blk_drv/scsi/scsi.c | (type == TYPE_TAPE) ? |
type | 263 | kernel/blk_drv/scsi/scsi.c | if (type == TYPE_TAPE) |
type | 79 | kernel/chr_drv/serial.c | if ((info->type != PORT_16550A) || (++i >= 14) || info->tty->stopped) |
type | 245 | kernel/chr_drv/serial.c | info->type = PORT_UNKNOWN; |
type | 260 | kernel/chr_drv/serial.c | info->type = PORT_16450; |
type | 263 | kernel/chr_drv/serial.c | info->type = PORT_UNKNOWN; |
type | 266 | kernel/chr_drv/serial.c | info->type = PORT_16550; |
type | 270 | kernel/chr_drv/serial.c | info->type = PORT_16550A; |
type | 275 | kernel/chr_drv/serial.c | info->type = PORT_8250; |
type | 473 | kernel/chr_drv/serial.c | if (info->type == PORT_UNKNOWN) |
type | 476 | kernel/chr_drv/serial.c | switch (info->type) { |
type | 26 | kernel/printk.c | int sys_syslog(int type, char * buf, int len) |
type | 33 | kernel/printk.c | switch (type) { |
type | 42 | kernel/vsprintf.c | ,int type) |
type | 48 | kernel/vsprintf.c | if (type&SMALL) digits="0123456789abcdefghijklmnopqrstuvwxyz"; |
type | 49 | kernel/vsprintf.c | if (type&LEFT) type &= ~ZEROPAD; |
type | 52 | kernel/vsprintf.c | c = (type & ZEROPAD) ? '0' : ' ' ; |
type | 53 | kernel/vsprintf.c | if (type&SIGN && num<0) { |
type | 57 | kernel/vsprintf.c | sign=(type&PLUS) ? '+' : ((type&SPACE) ? ' ' : 0); |
type | 59 | kernel/vsprintf.c | if (type&SPECIAL) |
type | 69 | kernel/vsprintf.c | if (!(type&(ZEROPAD+LEFT))) |
type | 74 | kernel/vsprintf.c | if (type&SPECIAL) |
type | 81 | kernel/vsprintf.c | if (!(type&LEFT)) |
type | 28 | net/kern_sock.h | short type; /* SOCK_STREAM, ... */ |
type | 414 | net/socket.c | sock_socket(int family, int type, int protocol) |
type | 421 | net/socket.c | family, family_name(family), type, protocol); |
type | 440 | net/socket.c | if ((type != SOCK_STREAM && |
type | 441 | net/socket.c | type != SOCK_DGRAM && |
type | 442 | net/socket.c | type != SOCK_SEQPACKET && |
type | 443 | net/socket.c | type != SOCK_RAW) || |
type | 456 | net/socket.c | sock->type = type; |
type | 472 | net/socket.c | sock_socketpair(int family, int type, int protocol, int usockvec[2]) |
type | 478 | net/socket.c | family, type, protocol); |
type | 484 | net/socket.c | if ((fd1 = sock_socket(family, type, protocol)) < 0) |
type | 495 | net/socket.c | if ((fd2 = sock_socket(family, type, protocol)) < 0) { |
type | 603 | net/socket.c | newsock->type = sock->type; |