/linux-2.6.39/tools/perf/util/ |
D | parse-options.c | 38 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 …]
|
D | parse-events.h | 27 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);
|
D | cgroup.h | 15 extern int parse_cgroups(const struct option *opt, const char *str, int unset);
|
D | cgroup.c | 143 int unset __used) in parse_cgroups()
|
D | parse-options.h | 44 typedef int parse_opt_cb(const struct option *, const char *arg, int unset);
|
D | parse-events.c | 805 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/ |
D | builtin-probe.c | 110 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()
|
D | builtin-kmem.c | 655 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()
|
D | builtin-report.c | 319 int unset) in parse_callchain_opt() argument 327 if (unset) { in parse_callchain_opt()
|
D | builtin-script.c | 404 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()
|
D | builtin-stat.c | 634 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/ |
D | entry-macro.S | 66 @@ exit here, Z flag unset if IRQ
|
/linux-2.6.39/arch/arm/mach-s3c2410/include/mach/ |
D | entry-macro.S | 71 @@ exit here, Z flag unset if IRQ
|
/linux-2.6.39/drivers/media/video/zoran/ |
D | videocodec.h | 275 int (*unset) (struct videocodec * codec); member
|
D | videocodec.c | 195 res = a->codec->unset(a->codec); in videocodec_detach()
|
D | zr36016.c | 488 .unset = zr36016_unset,
|
D | zr36050.c | 864 .unset = zr36050_unset,
|
D | zr36060.c | 972 .unset = zr36060_unset,
|
/linux-2.6.39/include/linux/ |
D | uwb.h | 574 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/ |
D | Kconfig | 48 DMA channels for a given board. If this is unset, this will default
|
/linux-2.6.39/drivers/media/video/ |
D | ov9740.c | 532 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()
|
D | ov9640.c | 245 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/ |
D | i2c-pxa.c | 181 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/ |
D | intelfb.txt | 79 The binary parameters can be unset with a "no" prefix, example "noaccel".
|
/linux-2.6.39/Documentation/networking/ |
D | ip-sysctl.txt | 388 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
|