Searched refs:unused (Results 26 - 50 of 320) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/diff/lib/
H A Dc-stack.c171 void *context __attribute__ ((unused)))
214 null_action (int signo __attribute__ ((unused))) argument
269 c_stack_action (void (*action) (int) __attribute__ ((unused))) argument
295 main (int argc __attribute__ ((unused)), char **argv)
170 segv_handler(int signo, siginfo_t *info, void *context __attribute__ ((unused))) argument
294 main(int argc __attribute__ ((unused)), char **argv) argument
/freebsd-10.0-release/contrib/jemalloc/include/jemalloc/internal/
H A Dquarantine.h42 malloc_tsd_protos(JEMALLOC_ATTR(unused), quarantine, quarantine_t *)
/freebsd-10.0-release/share/examples/kld/firmware/fwconsumer/
H A Dfw_consumer.c42 fw_consumer_modevent(module_t mod, int type, void *unused) argument
/freebsd-10.0-release/share/examples/kld/random_adaptor/
H A Drandom_adaptor_example.c77 random_example_modevent(module_t mod, int type, void *unused) argument
/freebsd-10.0-release/sys/dev/mxge/
H A Dmxge_eth_z8e.c16 mxge_eth_z8e_fw_modevent(module_t mod, int type, void *unused) argument
H A Dmxge_ethp_z8e.c16 mxge_ethp_z8e_fw_modevent(module_t mod, int type, void *unused) argument
H A Dmxge_rss_eth_z8e.c16 mxge_rss_eth_z8e_fw_modevent(module_t mod, int type, void *unused) argument
H A Dmxge_rss_ethp_z8e.c16 mxge_rss_ethp_z8e_fw_modevent(module_t mod, int type, void *unused) argument
/freebsd-10.0-release/sys/dev/random/
H A Drandom_adaptors.c151 random_adaptors_deinit(void *unused) argument
218 random_adaptors_init(void *unused) argument
242 random_adaptors_reseed(void *unused) argument
245 (void)unused;
H A Ddummy_rng.c45 /* Used to fake out unused random calls in random_adaptor */
109 dummy_random_modevent(module_t mod __unused, int type, void *unused __unused)
/freebsd-10.0-release/sys/i386/include/xen/
H A Dxenstored.h65 static struct xsd_errors xsd_errors[] __attribute__((unused)) = {
/freebsd-10.0-release/sys/modules/dtrace/fasttrap/
H A DMakefile23 CWARNFLAGS+= -Wno-unused
/freebsd-10.0-release/tools/tools/zfsboottest/
H A DMakefile18 -W -Wextra -Wno-sign-compare -Wno-unused-parameter
/freebsd-10.0-release/lib/libc/locale/
H A Dxlocale_private.h143 __attribute__((unused)) static void*
154 __attribute__((unused)) static void
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-wqe.h267 uint64_t unused : 8; member in struct:__anon7159::__anon7164
322 uint64_t unused : 8; member in struct:__anon7159::__anon7165
377 uint64_t unused : 8; member in struct:__anon7159::__anon7166
439 * Field unused by hardware - available for software
441 uint8_t unused; member in struct:__anon7167::__anon7168
467 uint64_t unused:24; member in struct:__anon7170::__anon7171
468 uint64_t next_ptr:40; /* on cn68xx this is unused as well */
694 len = work->word0.pip.cn38xx.unused;
704 work->word0.pip.cn38xx.unused = v;
H A Dcvmx-zip.h65 uint64_t unused : 5; member in struct:__anon7177::__anon7178
77 uint64_t unused : 5;
/freebsd-10.0-release/contrib/groff/src/libs/libgroff/
H A Dsymbol.cpp75 // Tell compiler that a variable is intentionally unused.
76 inline void unused(void *) { } function
124 unused(&temp);
/freebsd-10.0-release/contrib/ldns/ldns/
H A Dcommon.h.in64 #define ATTR_UNUSED(x) x __attribute__((unused))
H A Drr_functions.h271 * \param[in] unused the (unused) current serial number.
274 uint32_t ldns_soa_serial_identity(uint32_t unused, void *data);
280 * \param[in] unused unused.
282 uint32_t ldns_soa_serial_increment(uint32_t s, void *unused);
/freebsd-10.0-release/include/arpa/
H A Dnameser_compat.h71 unsigned unused :1; /*%< unused bits (MBZ as of 4.9.3a3) */ member in struct:__anon5269
87 unsigned unused :1; /*%< unused bits (MBZ as of 4.9.3a3) */ member in struct:__anon5269
/freebsd-10.0-release/sys/arm/econa/
H A Dif_ecevar.h72 uint32_t unused:24; member in struct:__anon5907
90 uint32_t unused; member in struct:__anon5908
/freebsd-10.0-release/lib/libkse/test/
H A Dmutex_d.exp24 Destruction of unused mutex - PASS
29 Destruction of unused mutex - PASS
34 Destruction of unused mutex - PASS
39 Destruction of unused mutex - PASS
44 Destruction of unused mutex - PASS
49 Destruction of unused mutex - PASS
54 Destruction of unused mutex - PASS
59 Destruction of unused mutex - PASS
64 Destruction of unused mutex - PASS
69 Destruction of unused mute
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dgthr-single.h42 #define UNUSED(x) x __attribute__((unused))
/freebsd-10.0-release/contrib/ipfilter/
H A Dmlfk_rule.c36 ipfrule_modevent(module_t mod, int type, void *unused) argument
/freebsd-10.0-release/lib/libkvm/
H A Dkvm_private.h49 int unused; /* was: swap file (e.g., /dev/drum) */ member in struct:__kvm

Completed in 321 milliseconds

1234567891011>>