taglinefilesource code
options396drivers/scsi/fdomain.cint options;
options452drivers/scsi/fdomain.coptions = inb( port + Configuration1 );
options455drivers/scsi/fdomain.cprintk( " Options = %x\n", options );
options462drivers/scsi/fdomain.cif (chip != tmc18c30 && addresses[ (options & 0xc0) >> 6 ] != bios_base)
options465drivers/scsi/fdomain.cinterrupt_level = ints[ (options & 0x0e) >> 1 ];
options1090drivers/scsi/st.cst_set_options(struct inode * inode, long options)
options1097drivers/scsi/st.cif ((options & MT_ST_OPTIONS) == MT_ST_BOOLEANS) {
options1098drivers/scsi/st.cSTp->do_buffer_writes = (options & MT_ST_BUFFER_WRITES) != 0;
options1099drivers/scsi/st.cSTp->do_async_writes  = (options & MT_ST_ASYNC_WRITES) != 0;
options1100drivers/scsi/st.cSTp->do_read_ahead    = (options & MT_ST_READ_AHEAD) != 0;
options1102drivers/scsi/st.cdebugging = (options & MT_ST_DEBUGGING) != 0;
options1110drivers/scsi/st.celse if ((options & MT_ST_OPTIONS) == MT_ST_WRITE_THRESHOLD) {
options1111drivers/scsi/st.cvalue = (options & ~MT_ST_OPTIONS) * ST_BLOCK_SIZE;
options175fs/ext2/super.cstatic int parse_options (char * options, unsigned long * sb_block,
options181fs/ext2/super.cif (!options)
options183fs/ext2/super.cfor (this_char = strtok (options, ",");
options330fs/hpfs/hpfs_fs.cvoid *options, int silent)
options351fs/hpfs/hpfs_fs.cif (!parse_opts(options, &uid, &gid, &umask, &lowercase, &conv)) {
options68fs/isofs/inode.cstatic int parse_options(char *options,char *map,char *conversion, char * rock, char * cruft, unsigned int * blocksize)
options77fs/isofs/inode.cif (!options) return 1;
options78fs/isofs/inode.cfor (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) {
options69fs/msdos/inode.cstatic int parse_options(char *options,char *check,char *conversion,uid_t *uid,
options80fs/msdos/inode.cif (!options) return 1;
options81fs/msdos/inode.cfor (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) {
options59init/main.cstatic inline _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options)
options508kernel/exit.casmlinkage int sys_wait4(pid_t pid,unsigned long * stat_addr, int options, struct rusage * ru)
options534kernel/exit.cif ((p->exit_signal != SIGCHLD) ^ ((options & __WCLONE) != 0))
options541kernel/exit.cif (!(options & WUNTRACED) && !(p->flags & PF_PTRACED))
options579kernel/exit.cif (options & WNOHANG)
options599kernel/exit.casmlinkage int sys_waitpid(pid_t pid,unsigned long * stat_addr, int options)
options601kernel/exit.creturn sys_wait4(pid, stat_addr, options, NULL);
options191kernel/signal.casmlinkage int sys_waitpid(pid_t pid,unsigned long * stat_addr, int options);
options11lib/wait.c_syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options)
options351net/inet/icmp.cstruct options *opt)
options418net/inet/icmp.cstruct options *opt)
options495net/inet/icmp.cstruct options *opt)
options508net/inet/icmp.cstruct options *opt)
options575net/inet/icmp.cint icmp_rcv(struct sk_buff *skb1, struct device *dev, struct options *opt,
options31net/inet/icmp.hstruct options *opt, unsigned long daddr,
options120net/inet/ip.cstrict_route(struct iphdr *iph, struct options *opt)
options126net/inet/ip.cloose_route(struct iphdr *iph, struct options *opt)
options143net/inet/ip.cbuild_options(struct iphdr *iph, struct options *opt)
options190net/inet/ip.cstruct device **dev, int type, struct options *opt, int len, int tos, int ttl)
options192net/inet/ip.cstatic struct options optmem;
options310net/inet/ip.cdo_options(struct iphdr *iph, struct options *opt)
options1434net/inet/ip.cstatic struct options opt; /* since we don't use these yet, and they
options76net/inet/ip.hstruct options *opt, int len,
options32net/inet/protocol.hstruct options *opt, unsigned long daddr,
options36net/inet/protocol.hstruct options *opt, unsigned long daddr,
options91net/inet/raw.craw_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
options27net/inet/raw.hstruct options *opt, unsigned long daddr,
options528net/inet/route.cstruct rtable * ip_rt_route(unsigned long daddr, struct options *opt, unsigned long *src_addr)
options558net/inet/route.cstruct rtable * ip_rt_local(unsigned long daddr, struct options *opt, unsigned long *src_addr)
options47net/inet/route.hextern struct rtable  *ip_rt_route(unsigned long daddr, struct options *opt, unsigned long *src_addr);
options48net/inet/route.hextern struct rtable   *ip_rt_local(unsigned long daddr, struct options *opt, unsigned long *src_addr);
options55net/inet/sock.hstruct options    *opt;
options206net/inet/sock.hstruct options *opt, int len, int tos, int ttl);
options217net/inet/sock.hstruct options *opt, unsigned long daddr,
options1646net/inet/tcp.cstruct proto *prot, struct options *opt, struct device *dev, int tos, int ttl)
options1800net/inet/tcp.cstruct options *opt, struct device *dev)
options3280net/inet/tcp.cstruct options *opt, unsigned long saddr, struct device *dev)
options3332net/inet/tcp.ctcp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
options120net/inet/tcp.hstruct options *opt, unsigned long daddr,
options574net/inet/udp.cint udp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
options44net/inet/udp.hstruct options *opt, unsigned long daddr,