Searched refs:dummy (Results 351 - 375 of 581) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/tnftp/src/
H A Dprogressbar.c89 updateprogressmeter(int dummy) argument
/freebsd-13-stable/lib/libusb/
H A Dlibusb10.c121 uint8_t dummy = 0; local
124 err = write(ctx->ctrl_pipe[1], &dummy, sizeof(dummy));
125 if (err < (int)sizeof(dummy)) {
/freebsd-13-stable/contrib/apr-util/hooks/
H A Dapr_hooks.c52 void (*dummy)(void *); member in struct:__anon115
/freebsd-13-stable/sys/dev/acpi_support/
H A Dacpi_ibm.c960 int dummy; local
1023 if (ACPI_SUCCESS(acpi_GetInteger(sc->handle, IBM_NAME_WLAN_BT_GET, &dummy)))
1048 if (ACPI_SUCCESS(acpi_GetInteger(sc->ec_handle, IBM_NAME_THERMAL_GET, &dummy))) {
1049 sc->thermal_updt_supported = ACPI_SUCCESS(acpi_GetInteger(sc->ec_handle, IBM_NAME_THERMAL_UPDT, &dummy));
/freebsd-13-stable/sys/dev/filemon/
H A Dfilemon.c457 filemon_load(void *dummy __unused)
/freebsd-13-stable/sys/contrib/zstd/lib/common/
H A Dpool.c308 int dummy; member in struct:POOL_ctx_s
/freebsd-13-stable/contrib/mandoc/
H A Dcompat_ohash.c5 int dummy; variable
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clkdtrace.c529 dtnfsclient_load(void *dummy) argument
/freebsd-13-stable/sys/mips/mips/
H A Dmachdep.c182 cpu_startup(void *dummy) argument
/freebsd-13-stable/sys/kern/
H A Dkern_sharedpage.c117 shared_page_init(void *dummy __unused)
H A Dkern_xxx.c78 int dummy; member in struct:ogethostid_args
H A Dsubr_pcpu.c121 dpcpu_startup(void *dummy __unused)
/freebsd-13-stable/sys/dev/random/fenestrasX/
H A Dfx_pool.c600 fxent_pool_timer_init(void *dummy __unused)
/freebsd-13-stable/sys/dev/random/
H A Drandomdev.c94 random_alg_context_init(void *dummy __unused)
/freebsd-13-stable/sys/riscv/riscv/
H A Dmp_machdep.c192 release_aps(void *dummy __unused)
/freebsd-13-stable/sys/security/mac_veriexec_parser/
H A Dmac_veriexec_parser.c431 parse_manifest_event(void *dummy) argument
/freebsd-13-stable/usr.sbin/autofs/
H A Dautomountd.c367 sigchld_handler(int dummy __unused)
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c1090 HMODULE dummy[1];
1113 if (!EnumProcessModules_(current, dummy, sizeof(dummy), &size))
1086 HMODULE dummy[1]; local
/freebsd-13-stable/lib/libc/rpc/
H A Dclnt_dg.c624 bool_t dummy; local
634 dummy = (*xdr_res)(xdrs, res_ptr);
638 return (dummy);
H A Dclnt_vc.c478 bool_t dummy; local
493 dummy = (*xdr_res)(xdrs, res_ptr);
498 return dummy;
/freebsd-13-stable/contrib/tzdata/
H A DMakefile691 # dummy.zd is not a real file; it is mentioned here only so that the
693 ZDS = dummy.zd
1059 : The dummy pacificnew pacifies TZUpdater 2.3.1 and earlier.
1119 .PHONY: clean clean_misc dummy.zd force_tzs
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-dos.c113 static void watt32_recv_hook (u_char *dummy, const struct pcap_pkthdr *pcap,
873 static void watt32_recv_hook (u_char *dummy, const struct pcap_pkthdr *pcap, argument
881 ARGSUSED (dummy);
/freebsd-13-stable/sys/dev/ata/
H A Data-lowlevel.c88 int dummy, error; local
145 if ((error = ch->dma.load(request, NULL, &dummy))) {
207 if ((error = ch->dma.load(request, NULL, &dummy))) {
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dread_entry.c890 TERMTYPE2 dummy; local
892 rc = _nc_read_entry2(name, filename, &dummy);
894 _nc_export_termtype2(tp, &dummy);
/freebsd-13-stable/sys/geom/eli/
H A Dg_eli_ctl.c61 int keysize, error, nkey, dryrun, dummy; local
84 valp = gctl_get_param(req, "keyno", &dummy);
103 dryrunp = gctl_get_param(req, "dryrun", &dummy);

Completed in 331 milliseconds

<<11121314151617181920>>