tag | line | file | source code |
options | 396 | drivers/scsi/fdomain.c | int options; |
options | 452 | drivers/scsi/fdomain.c | options = inb( port + Configuration1 ); |
options | 455 | drivers/scsi/fdomain.c | printk( " Options = %x\n", options ); |
options | 462 | drivers/scsi/fdomain.c | if (chip != tmc18c30 && addresses[ (options & 0xc0) >> 6 ] != bios_base) |
options | 465 | drivers/scsi/fdomain.c | interrupt_level = ints[ (options & 0x0e) >> 1 ]; |
options | 1090 | drivers/scsi/st.c | st_set_options(struct inode * inode, long options) |
options | 1097 | drivers/scsi/st.c | if ((options & MT_ST_OPTIONS) == MT_ST_BOOLEANS) { |
options | 1098 | drivers/scsi/st.c | STp->do_buffer_writes = (options & MT_ST_BUFFER_WRITES) != 0; |
options | 1099 | drivers/scsi/st.c | STp->do_async_writes = (options & MT_ST_ASYNC_WRITES) != 0; |
options | 1100 | drivers/scsi/st.c | STp->do_read_ahead = (options & MT_ST_READ_AHEAD) != 0; |
options | 1102 | drivers/scsi/st.c | debugging = (options & MT_ST_DEBUGGING) != 0; |
options | 1110 | drivers/scsi/st.c | else if ((options & MT_ST_OPTIONS) == MT_ST_WRITE_THRESHOLD) { |
options | 1111 | drivers/scsi/st.c | value = (options & ~MT_ST_OPTIONS) * ST_BLOCK_SIZE; |
options | 175 | fs/ext2/super.c | static int parse_options (char * options, unsigned long * sb_block, |
options | 181 | fs/ext2/super.c | if (!options) |
options | 183 | fs/ext2/super.c | for (this_char = strtok (options, ","); |
options | 330 | fs/hpfs/hpfs_fs.c | void *options, int silent) |
options | 351 | fs/hpfs/hpfs_fs.c | if (!parse_opts(options, &uid, &gid, &umask, &lowercase, &conv)) { |
options | 68 | fs/isofs/inode.c | static int parse_options(char *options,char *map,char *conversion, char * rock, char * cruft, unsigned int * blocksize) |
options | 77 | fs/isofs/inode.c | if (!options) return 1; |
options | 78 | fs/isofs/inode.c | for (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) { |
options | 69 | fs/msdos/inode.c | static int parse_options(char *options,char *check,char *conversion,uid_t *uid, |
options | 80 | fs/msdos/inode.c | if (!options) return 1; |
options | 81 | fs/msdos/inode.c | for (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) { |
options | 59 | init/main.c | static inline _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options) |
options | 508 | kernel/exit.c | asmlinkage int sys_wait4(pid_t pid,unsigned long * stat_addr, int options, struct rusage * ru) |
options | 534 | kernel/exit.c | if ((p->exit_signal != SIGCHLD) ^ ((options & __WCLONE) != 0)) |
options | 541 | kernel/exit.c | if (!(options & WUNTRACED) && !(p->flags & PF_PTRACED)) |
options | 579 | kernel/exit.c | if (options & WNOHANG) |
options | 599 | kernel/exit.c | asmlinkage int sys_waitpid(pid_t pid,unsigned long * stat_addr, int options) |
options | 601 | kernel/exit.c | return sys_wait4(pid, stat_addr, options, NULL); |
options | 191 | kernel/signal.c | asmlinkage int sys_waitpid(pid_t pid,unsigned long * stat_addr, int options); |
options | 11 | lib/wait.c | _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options) |
options | 351 | net/inet/icmp.c | struct options *opt) |
options | 418 | net/inet/icmp.c | struct options *opt) |
options | 495 | net/inet/icmp.c | struct options *opt) |
options | 508 | net/inet/icmp.c | struct options *opt) |
options | 575 | net/inet/icmp.c | int icmp_rcv(struct sk_buff *skb1, struct device *dev, struct options *opt, |
options | 31 | net/inet/icmp.h | struct options *opt, unsigned long daddr, |
options | 120 | net/inet/ip.c | strict_route(struct iphdr *iph, struct options *opt) |
options | 126 | net/inet/ip.c | loose_route(struct iphdr *iph, struct options *opt) |
options | 143 | net/inet/ip.c | build_options(struct iphdr *iph, struct options *opt) |
options | 190 | net/inet/ip.c | struct device **dev, int type, struct options *opt, int len, int tos, int ttl) |
options | 192 | net/inet/ip.c | static struct options optmem; |
options | 310 | net/inet/ip.c | do_options(struct iphdr *iph, struct options *opt) |
options | 1434 | net/inet/ip.c | static struct options opt; /* since we don't use these yet, and they |
options | 76 | net/inet/ip.h | struct options *opt, int len, |
options | 32 | net/inet/protocol.h | struct options *opt, unsigned long daddr, |
options | 36 | net/inet/protocol.h | struct options *opt, unsigned long daddr, |
options | 91 | net/inet/raw.c | raw_rcv(struct sk_buff *skb, struct device *dev, struct options *opt, |
options | 27 | net/inet/raw.h | struct options *opt, unsigned long daddr, |
options | 528 | net/inet/route.c | struct rtable * ip_rt_route(unsigned long daddr, struct options *opt, unsigned long *src_addr) |
options | 558 | net/inet/route.c | struct rtable * ip_rt_local(unsigned long daddr, struct options *opt, unsigned long *src_addr) |
options | 47 | net/inet/route.h | extern struct rtable *ip_rt_route(unsigned long daddr, struct options *opt, unsigned long *src_addr); |
options | 48 | net/inet/route.h | extern struct rtable *ip_rt_local(unsigned long daddr, struct options *opt, unsigned long *src_addr); |
options | 55 | net/inet/sock.h | struct options *opt; |
options | 206 | net/inet/sock.h | struct options *opt, int len, int tos, int ttl); |
options | 217 | net/inet/sock.h | struct options *opt, unsigned long daddr, |
options | 1646 | net/inet/tcp.c | struct proto *prot, struct options *opt, struct device *dev, int tos, int ttl) |
options | 1800 | net/inet/tcp.c | struct options *opt, struct device *dev) |
options | 3280 | net/inet/tcp.c | struct options *opt, unsigned long saddr, struct device *dev) |
options | 3332 | net/inet/tcp.c | tcp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt, |
options | 120 | net/inet/tcp.h | struct options *opt, unsigned long daddr, |
options | 574 | net/inet/udp.c | int udp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt, |
options | 44 | net/inet/udp.h | struct options *opt, unsigned long daddr, |