Home
last modified time | relevance | path

Searched refs:unset (Results 1 – 25 of 34) sorted by relevance

12

/linux-2.6.39/tools/perf/util/
Dparse-options.c38 const int unset = flags & OPT_UNSET; in get_value() local
40 if (unset && p->opt) in get_value()
42 if (unset && (opt->flags & PARSE_OPT_NONEG)) in get_value()
72 if (unset) in get_value()
79 *(bool *)opt->value = unset ? false : true; in get_value()
83 *(int *)opt->value = unset ? 0 : *(int *)opt->value + 1; in get_value()
87 *(unsigned int *)opt->value = unset ? 0 : opt->defval; in get_value()
91 *(void **)opt->value = unset ? NULL : (void *)opt->defval; in get_value()
95 if (unset) in get_value()
104 if (unset) in get_value()
[all …]
Dparse-events.h27 extern int parse_events(const struct option *opt, const char *str, int unset);
28 extern int parse_filter(const struct option *opt, const char *str, int unset);
Dcgroup.h15 extern int parse_cgroups(const struct option *opt, const char *str, int unset);
Dcgroup.c143 int unset __used) in parse_cgroups()
Dparse-options.h44 typedef int parse_opt_cb(const struct option *, const char *arg, int unset);
Dparse-events.c805 int parse_events(const struct option *opt, const char *str, int unset __used) in parse_events()
847 int unset __used) in parse_filter()
/linux-2.6.39/tools/perf/
Dbuiltin-probe.c110 const char *str, int unset __used) in opt_add_probe_event()
120 const char *str, int unset __used) in opt_del_probe_event()
133 const char *str, int unset __used) in opt_show_lines()
146 const char *str, int unset __used) in opt_show_vars()
166 const char *str, int unset __used) in opt_set_filter()
Dbuiltin-kmem.c655 const char *arg, int unset __used) in parse_sort_opt()
669 const char *arg __used, int unset __used) in parse_caller_opt()
676 const char *arg __used, int unset __used) in parse_alloc_opt()
683 const char *arg, int unset __used) in parse_line_opt()
Dbuiltin-report.c319 int unset) in parse_callchain_opt() argument
327 if (unset) { in parse_callchain_opt()
Dbuiltin-script.c404 const char *str, int unset __used) in parse_scriptname()
450 const char *arg, int unset __used) in parse_output_fields()
675 const char *s __used, int unset __used) in list_available_scripts()
Dbuiltin-stat.c634 const char *s __used, int unset) in stat__set_big_num() argument
636 big_num_opt = unset ? 0 : 1; in stat__set_big_num()
/linux-2.6.39/arch/arm/plat-tcc/include/mach/
Dentry-macro.S66 @@ exit here, Z flag unset if IRQ
/linux-2.6.39/arch/arm/mach-s3c2410/include/mach/
Dentry-macro.S71 @@ exit here, Z flag unset if IRQ
/linux-2.6.39/drivers/media/video/zoran/
Dvideocodec.h275 int (*unset) (struct videocodec * codec); member
Dvideocodec.c195 res = a->codec->unset(a->codec); in videocodec_detach()
Dzr36016.c488 .unset = zr36016_unset,
Dzr36050.c864 .unset = zr36050_unset,
Dzr36060.c972 .unset = zr36060_unset,
/linux-2.6.39/include/linux/
Duwb.h574 struct uwb_mac_addr unset = { in uwb_mac_addr_unset() local
577 return !uwb_mac_addr_cmp(addr, &unset); in uwb_mac_addr_unset()
/linux-2.6.39/arch/sh/drivers/dma/
DKconfig48 DMA channels for a given board. If this is unset, this will default
/linux-2.6.39/drivers/media/video/
Dov9740.c532 static int ov9740_reg_rmw(struct i2c_client *client, u16 reg, u8 set, u8 unset) in ov9740_reg_rmw() argument
545 val &= ~unset; in ov9740_reg_rmw()
Dov9640.c245 static int ov9640_reg_rmw(struct i2c_client *client, u8 reg, u8 set, u8 unset) in ov9640_reg_rmw() argument
258 val &= ~unset; in ov9640_reg_rmw()
/linux-2.6.39/drivers/i2c/busses/
Di2c-pxa.c181 const char *unset; member
183 #define PXA_BIT(m, s, u) { .mask = m, .set = s, .unset = u }
190 const char *str = val & bits->mask ? bits->set : bits->unset; in decode_bits()
/linux-2.6.39/Documentation/fb/
Dintelfb.txt79 The binary parameters can be unset with a "no" prefix, example "noaccel".
/linux-2.6.39/Documentation/networking/
Dip-sysctl.txt388 If set, the TCP stack behaves conforming to RFC1337. If unset,
418 the current RTO. If unset, the congestion window will not
503 If unset, assume the remote TCP is not broken even if we do
568 cache. If unset, additions are ignored and lookups always result in a
592 ip_options_compile() is called. If unset, relax the checks done during

12