HomeSort by: relevance | last modified time | path
    Searched defs:install (Results 1 - 25 of 66) sorted by relevancy

1 2 3

  /src/usr.sbin/sysinst/
Makefile 3 # sysinst is usually built when the crunched install binary is built,
66 install: target
upgrade.c 57 struct install_partition_desc install = {}; local in function:do_upgrade
79 install_desc_from_parts(&install, pm->parts);
81 install.cur_system = true;
84 set_swap_if_low_ram(&install);
86 if (md_pre_update(&install) < 0)
89 if (mount_disks(&install) != 0)
106 if (!md_update(&install))
122 if (md_post_extract(&install, true))
135 free_install_desc(&install);
202 struct install_partition_desc install = {} local in function:do_reinstall_sets
    [all...]
install.c 1 /* $NetBSD: install.c,v 1.25 2023/01/06 18:13:40 martin Exp $ */
35 /* install.c -- system installation. */
50 write_all_parts(struct install_partition_desc *install)
60 allparts = calloc(install->num + install->num_write_back,
67 for (i = 0; i < install->num_write_back; i++) {
68 parts = install->write_back[i];
82 for (i = 0; i < install->num; i++) {
83 parts = install->infos[i].parts;
104 if (!md_pre_disklabel(install, allparts[i]))
157 struct install_partition_desc install = {}; local in function:do_install
    [all...]
  /src/sys/arch/atari/stand/tostools/
Makefile 5 .PHONY: all clean install
17 install: target
19 ${MAKE} -C $$dir install; \
  /src/tools/texinfo/
Makefile 9 .if !empty(.MAKE.OS:M*CYGWIN*) && target(install)
10 .END: install-texinfo
11 install-texinfo:
12 ${HOST_SH} ${NETBSDSRCDIR}/tools/binstall/mkmanifest ${TOOLDIR}/bin/${_TOOL_PREFIX}install-info.exe
  /src/sys/external/bsd/gnu-efi/dist/inc/
Makefile 15 install: target
19 $(INSTALL) -m 644 $(SRCDIR)/*.h $(INSTALLROOT)$(PREFIX)/include/efi
20 $(INSTALL) -m 644 $(SRCDIR)/protocol/*.h $(INSTALLROOT)$(PREFIX)/include/efi/protocol
21 $(INSTALL) -m 644 $(SRCDIR)/$(ARCH)/*.h $(INSTALLROOT)$(PREFIX)/include/efi/$(ARCH)
24 $(INSTALL) -m 644 $(SRCDIR)/protocol/ia64/*.h $(INSTALLROOT)$(PREFIX)/include/efi/protocol/ia64
  /src/tools/lorder/
Makefile 15 install: ${TIMESTAMP} target
  /src/dist/pf/share/pf/
Makefile 10 install: target
11 install -c -m 0444 ${FILES} ${DESTDIR}${BINDIR}/pf/
  /src/sys/arch/mvme68k/stand/netboot/
Makefile 19 install: netboot.bin target
  /src/sys/arch/mvmeppc/stand/boot/
Makefile 16 install: boot.bin target
  /src/tools/genassym/
Makefile 15 install: ${TIMESTAMP} target
  /src/tools/llvm-clang/
Makefile 9 install.host: ${HOST_BINDIR}/${MACHINE_GNU_PLATFORM}-clang++
10 install.host: ${HOST_BINDIR}/${MACHINE_GNU_PLATFORM}-clang-cpp
  /src/tools/installboot/
Makefile 28 install: .PHONY install.${_d}.boards.plist target
29 install.${_d}.boards.plist: .PHONY ${BOARDDB_DSTDIR}/${_d}/boards.plist
  /src/games/battlestar/
parse.c 48 static void install(struct wlist *);
59 install(w);
87 install(struct wlist *wp) function in typeref:typename:void
  /src/share/mk/
bsd.links.mk 6 install: linksinstall target
28 ##### Install rules
  /src/sys/arch/hpc/stand/
Makefile 88 install: target
  /src/sys/arch/hppa/spmath/
Makefile 22 install: target
  /src/sys/arch/mvme68k/stand/sboot/
Makefile 30 install: sboot.srec target
  /src/sys/arch/vax/floppy/
Makefile 26 install: floppy target
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/
asan_device_setup 28 echo " --device: Install to the given device. Use 'adb devices' to find"
383 function install { # from, to, chmod, chcon function
420 install "$TMPDIR/$ASAN_RT" /system/lib 644
421 install "$TMPDIR/$ASAN_RT64" /system/lib64 644
422 install "$TMPDIR/app_process32" /system/bin 755 $CTX
423 install "$TMPDIR/app_process32.real" /system/bin 755 $CTX
424 install "$TMPDIR/app_process64" /system/bin 755 $CTX
425 install "$TMPDIR/app_process64.real" /system/bin 755 $CTX
426 install "$TMPDIR/asanwrapper" /system/bin 755
427 install "$TMPDIR/asanwrapper64" /system/bin 75
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/gnuefi/
Makefile 64 install: target
66 $(INSTALL) -m 644 $(TARGETS) $(INSTALLROOT)$(LIBDIR)
69 $(INSTALL) -m 644 $(SRCDIR)/elf_$(ARCH)_fbsd_efi.lds $(INSTALLROOT)$(LIBDIR)
71 $(INSTALL) -m 644 $(SRCDIR)/elf_$(ARCH)_efi.lds $(INSTALLROOT)$(LIBDIR)
74 $(INSTALL) -m 644 $(SRCDIR)/elf_$(ARCH)_efi.lds $(INSTALLROOT)$(LIBDIR)
  /src/tools/lint/
Makefile 14 install: ${TOOLDIR}/libdata/lint/strict-bool/stdbool.h target
  /src/tools/elftoolchain/common/
Makefile 24 install: .PHONY includes target
  /src/tools/libctf/
Makefile 58 realinstall: install.host
59 install.host: ${TOOLDIR}/lib/libctf.a
  /src/tools/libmopcopy/
Makefile 34 realinstall: install.host
35 install.host: ${TOOLDIR}/lib/libmopcopy.a

Completed in 17 milliseconds

1 2 3