taglinefilesource code
options53fs/isofs/inode.cstatic int parse_options(char *options,char *map,char *conversion, char * rock, char * cruft)
options61fs/isofs/inode.cif (!options) return 1;
options62fs/isofs/inode.cfor (this = strtok(options,","); this; this = strtok(NULL,",")) {
options62fs/msdos/inode.cstatic int parse_options(char *options,char *check,char *conversion,uid_t *uid, gid_t *gid, int *umask)
options71fs/msdos/inode.cif (!options) return 1;
options72fs/msdos/inode.cfor (this = strtok(options,","); this; this = strtok(NULL,",")) {
options50init/main.cstatic inline _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options)
options290kernel/blk_drv/scsi/fdomain.cint options;
options317kernel/blk_drv/scsi/fdomain.coptions = inb( port + Option_Select );
options320kernel/blk_drv/scsi/fdomain.cprintk( " Options = %x,", options );
options323kernel/blk_drv/scsi/fdomain.cif (addresses[ (options & 0xc0) >> 6 ] != bios_base) return 0;
options324kernel/blk_drv/scsi/fdomain.cinterrupt_level = ints[ (options & 0x0e) >> 1 ];
options446kernel/exit.cint sys_wait4(pid_t pid,unsigned long * stat_addr, int options, struct rusage * ru)
options472kernel/exit.cif (!(options & WUNTRACED) && !(p->flags & PF_PTRACED))
options508kernel/exit.cif (options & WNOHANG)
options527kernel/exit.cint sys_waitpid(pid_t pid,unsigned long * stat_addr, int options)
options529kernel/exit.creturn sys_wait4(pid, stat_addr, options, NULL);
options108kernel/signal.cextern 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)
options172net/tcp/icmp.cicmp_rcv(struct sk_buff *skb1, struct device *dev, struct options *opt,
options71net/tcp/icmp.hicmp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
options199net/tcp/ip.cstrict_route(struct ip_header *iph, struct options *opt)
options204net/tcp/ip.cloose_route(struct ip_header *iph, struct options *opt)
options224net/tcp/ip.cip_route(struct options *opt, unsigned long daddr, unsigned long *raddr)
options397net/tcp/ip.cbuild_options (struct ip_header *iph, struct options *opt)
options415net/tcp/ip.cstruct options *opt, int len)
options417net/tcp/ip.cstatic struct options optmem;
options484net/tcp/ip.cdo_options(struct ip_header *iph, struct options *opt)
options715net/tcp/ip.cstatic struct options opt; /* since we don't use these yet, and they
options133net/tcp/ip.hstruct options *opt, unsigned long daddr,
options164net/tcp/ip.hstruct options *opt, int len);
options36net/tcp/protocols.cint udp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
options44net/tcp/protocols.cint tcp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
options51net/tcp/protocols.cint icmp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
options128net/tcp/raw.craw_rcv (struct sk_buff *skb, struct device *dev, struct options *opt,
options53net/tcp/sock.hstruct options *opt;
options123net/tcp/sock.hstruct options *opt, int len);
options132net/tcp/sock.hint (*rcv)(struct sk_buff *buff, struct device *dev, struct options *opt,
options1456net/tcp/tcp.cstruct proto *prot, struct options *opt, struct device *dev)
options1512net/tcp/tcp.cunsigned long saddr, struct options *opt, struct device *dev)
options2704net/tcp/tcp.cstruct options *opt, unsigned long saddr)
options2762net/tcp/tcp.ctcp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
options633net/tcp/udp.cudp_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,