/src/share/examples/refuse/ian/libfetch/ |
Makefile | 13 LIB= fetch 15 SRCS= fetch.c common.c ftp.c http.c file.c \ 17 INCS= fetch.h 18 MAN= fetch.3 60 MLINKS+= fetch.3 fetchFreeURL.3 61 MLINKS+= fetch.3 fetchGet.3 62 MLINKS+= fetch.3 fetchGetFTP.3 63 MLINKS+= fetch.3 fetchGetFile.3 64 MLINKS+= fetch.3 fetchGetHTTP.3 65 MLINKS+= fetch.3 fetchGetURL. [all...] |
/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/usr.bin/make/unit-tests/ |
dir.exp | 13 Expanding "{fetch,extract}{,-post}"... Expanding "fetch{,-post}"... fetch fetch-post 14 Expanding "extract{,-post}"... fetch fetch-post extract extract-post 15 fetch fetch-post extract extract-post 39 : fetch 40 : fetch-pos [all...] |
dir.mk | 63 all: {fetch,extract}{,-post} 65 fetch fetch-post extract extract-post: target 94 .PHONY: fetch fetch-post extract extract-post
|
/src/lib/libc/compat/arch/i386/sys/ |
compat_sigpending.S | 48 movl 4(%esp),%ecx # fetch pointer to...
|
compat_sigprocmask.S | 48 movl 8(%esp),%ecx # fetch new sigset pointer 54 1: movl (%ecx),%ecx # fetch indirect ... 58 movl 12(%esp),%ecx # fetch old mask requested
|
compat_sigsuspend.S | 48 movl 4(%esp),%eax # fetch mask arg
|
/src/common/lib/libc/arch/sparc/string/ |
strlen.S | 50 ldsb [%o0], %o2 ! fetch byte
|
/src/sys/arch/hpcmips/vr/ |
vrip_spl.S | 64 mfc0 v0, MIPS_COP_0_STATUS # fetch status register
|
/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/lib/libc/compat/arch/x86_64/sys/ |
compat_sigprocmask.S | 52 1: movl (%rsi),%esi # fetch indirect ...
|
/src/tests/lib/libc/atomic/ |
Makefile | 29 CPPFLAGS.t___sync_nand.c+= -Wno-sync-fetch-and-nand-semantics-changed
|
/src/sys/arch/evbmips/ingenic/ |
cpu_startup.S | 70 PTR_L sp, L_MD_UTF(MIPS_CURLWP) # fetch KSP
|
/src/usr.bin/systat/ |
Makefile | 15 fetch.c globalcmds.c icmp.c ifcmds.c ifstat.c iostat.c ip.c \
|
/src/sys/arch/m68k/060sp/ |
netbsd060sp.S | 186 moveb %a0@,%d0 |# fetch super byte 217 movew %a0@,%d0 |# fetch super word 248 movel %a0@,%d0 |# fetch super longword
|
/src/distrib/miniroot/ |
install.sub | 727 # Prepare ftp-fetch script to fetch binary sets 731 echo "#!/bin/sh" > /tmp/ftp-fetch.sh 732 echo "cd /mnt" >> /tmp/ftp-fetch.sh 733 echo "mkdir -p $_download_dir" >> /tmp/ftp-fetch.sh 754 # to the ftp-fetch script. 766 /tmp/ftp-fetch.sh 768 /tmp/ftp-fetch.sh 770 /tmp/ftp-fetch.sh 772 /tmp/ftp-fetch.s [all...] |
/src/sys/arch/mips/mips/ |
spl.S | 78 mfc0 v1, MIPS_COP_0_STATUS # fetch status register 136 mfc0 v1, MIPS_COP_0_STATUS # fetch status register 209 mfc0 v0, MIPS_COP_0_CAUSE # fetch cause register 229 mfc0 v0, MIPS_COP_0_CAUSE # fetch cause register 258 mfc0 v1, MIPS_COP_0_STATUS # fetch status register 276 mfc0 v1, MIPS_COP_0_STATUS # fetch status register
|
locore_octeon.S | 127 andi s0, s1, MIPS_EBASE_CPUNUM # fetch cpunum 170 andi k0, k0, MIPS_EBASE_CPUNUM # fetch cpunum
|
/src/lib/libc/arch/vax/gen/ |
_setjmp.S | 73 1: movl 4(%ap),%r1 # fetch buffer
|
/src/ |
README.md | 43 To fetch the main CVS repository:
|
/src/sys/arch/m68k/060sp/dist/ |
isp.s | 417 mov.l %usp,%a0 # fetch user stack pointer 433 # fetch the opword and first extension word pointed to by the stacked pc 436 mov.l EXC_EXTWPTR(%a6),%a0 # fetch instruction addr 438 bsr.l _imem_read_long # fetch opword & extword 559 mov.l EXC_EXTWPTR(%a6),%a0 # fetch instruction addr 594 mov.l EXC_A7(%a6),%a0 # fetch user stack pointer 896 # (An) - fetch An value from stack # 897 # -(An) - fetch An value from stack; return decr value; # 901 # (An)+ - fetch An value from stack; return value; # 905 # (d16,An) - fetch An value from stack; read d16 using [all...] |
os.s | 170 mov.b (%a0),%d0 # fetch super byte 200 mov.w (%a0), %d0 # fetch super word 229 dmrls: mov.l (%a0),%d0 # fetch super longword 342 imrws: mov.w (%a0),%d0 # fetch super word 371 imrls: mov.l (%a0),%d0 # fetch super longword 392 mov.b (%a0)+,%d1 # fetch supervisor byte 407 movs.b (%a0)+,%d1 # fetch user byte
|
pfpsp.s | 660 mov.l EXC_EXTWPTR(%a6),%a0 # fetch instruction addr 662 bsr.l _imem_read_long # fetch the instruction words 721 mov.l (tbl_unsupp.l,%pc,%d1.w*4),%d1 # fetch routine addr 900 mov.l EXC_EXTWPTR(%a6),%a0 # fetch instruction addr 902 bsr.l _imem_read_long # fetch the instruction words 964 mov.l (tbl_unsupp.l,%pc,%d1.w*4),%d1 # fetch routine addr 1127 # get_packed() - fetch packed operand from memory # 1226 mov.l %usp,%a0 # fetch user stack pointer 1242 mov.l EXC_EXTWPTR(%a6),%a0 # fetch instruction addr 1244 bsr.l _imem_read_long # fetch the instruction word [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
|
/src/etc/ |
daily | 275 fetch-pkg-vulnerabilities -u )
|