HomeSort by: relevance | last modified time | path
    Searched defs:fetch (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/ftp/
Makefile 9 SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c \
31 cmds.o fetch.o: version.h
  /src/usr.bin/make/unit-tests/
dir.mk 63 all: {fetch,extract}{,-post}
65 fetch fetch-post extract extract-post: target
94 .PHONY: fetch fetch-post extract extract-post
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_shadowacpi.c 56 * to fetch in units of more than 4KiB at a time. This is a LOT faster
64 u32 fetch = limit - start; local in function:acpi_read_fast
67 int ret = nouveau_acpi_get_bios_chunk(bios->data, start, fetch);
68 if (ret == fetch)
69 return fetch;
85 u32 fetch = 0; local in function:acpi_read_slow
88 while (start + fetch < limit) {
90 start + fetch,
94 fetch += 0x1000;
98 return fetch;
    [all...]
  /src/lib/libc/time/
Makefile 449 # Where to fetch leap-seconds.list from.
488 # and to fetch leap-seconds.list from upstream.
752 # Fetch leap-seconds.list from upstream.
753 fetch-leap-seconds.list:
756 # Fetch leap-seconds.list from upstream and commit it to the local repository.
757 commit-leap-seconds.list: fetch-leap-seconds.list
1371 .PHONY: fetch-leap-seconds.list force_tzs

Completed in 14 milliseconds