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

1 2

  /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...]
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/usr.sbin/sysinst/
upgrade.c 57 struct install_partition_desc install = {}; local
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
    [all...]
upgrade.c 57 struct install_partition_desc install = {}; local
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
    [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
    [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
    [all...]
  /src/games/battlestar/
parse.c 48 static void install(struct wlist *);
59 install(w);
87 install(struct wlist *wp) function
parse.c 48 static void install(struct wlist *);
59 install(w);
87 install(struct wlist *wp) function
  /src/external/bsd/ntp/dist/libntp/
syssignal.c 176 BOOL install; local
180 install = FALSE;
183 install = TRUE;
185 if (!SetConsoleCtrlHandler(&console_event_handler, install))
187 (install)
syssignal.c 176 BOOL install; local
180 install = FALSE;
183 install = TRUE;
185 if (!SetConsoleCtrlHandler(&console_event_handler, install))
187 (install)
  /src/external/gpl3/autoconf/dist/
GNUmakefile 52 _is-install-target ?= $(filter-out %check, $(filter install%,$(MAKECMDGOALS)))
53 ifneq (,$(_is-dist-target)$(_is-install-target))
62 ifneq (,$(_is-install-target))
63 # GNU Coding Standards state that 'make install' should not cause
69 # fix the version, 'make all' to propagate it, then 'make install'.
GNUmakefile 52 _is-install-target ?= $(filter-out %check, $(filter install%,$(MAKECMDGOALS)))
53 ifneq (,$(_is-dist-target)$(_is-install-target))
62 ifneq (,$(_is-install-target))
63 # GNU Coding Standards state that 'make install' should not cause
69 # fix the version, 'make all' to propagate it, then 'make install'.
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
scm-pretty-print.scm 323 (define (install-objfile-pretty-printers! pspace objfile-name)
344 (define (install-progspace-pretty-printers! pspace)
scm-pretty-print.scm 323 (define (install-objfile-pretty-printers! pspace objfile-name)
344 (define (install-progspace-pretty-printers! pspace)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
scm-pretty-print.scm 323 (define (install-objfile-pretty-printers! pspace objfile-name)
344 (define (install-progspace-pretty-printers! pspace)
scm-pretty-print.scm 323 (define (install-objfile-pretty-printers! pspace objfile-name)
344 (define (install-progspace-pretty-printers! pspace)
  /src/usr.bin/rdist/
server.c 209 case 'I': /* Install. Transfer file if out of date. */
217 install(cp, opts);
247 install(char *src, char *dest, int destdir, int opts) function
265 printf("%s%s%s%s%s %s %s\n", opts & VERIFY ? "verify":"install",
375 dolog(lfp, "need to install: %s\n", target);
440 /* install link */
495 /* install link */
637 case 'N': /* file doesn't exist so install it */
server.c 209 case 'I': /* Install. Transfer file if out of date. */
217 install(cp, opts);
247 install(char *src, char *dest, int destdir, int opts) function
265 printf("%s%s%s%s%s %s %s\n", opts & VERIFY ? "verify":"install",
375 dolog(lfp, "need to install: %s\n", target);
440 /* install link */
495 /* install link */
637 case 'N': /* file doesn't exist so install it */
  /src/usr.sbin/pwd_mkdb/
pwd_mkdb.c 175 static void install(const char *, const char *);
552 /* Install as the real password files. */
554 install(idb.dbname, idb.fname);
555 install(sdb.dbname, sdb.fname);
557 /* Install the V7 password file. */
563 install(oldpwdfile, _PATH_PASSWD);
578 install(pname, _PATH_MASTERPASSWD);
619 install(const char *from, const char *to) function
pwd_mkdb.c 175 static void install(const char *, const char *);
552 /* Install as the real password files. */
554 install(idb.dbname, idb.fname);
555 install(sdb.dbname, sdb.fname);
557 /* Install the V7 password file. */
563 install(oldpwdfile, _PATH_PASSWD);
578 install(pname, _PATH_MASTERPASSWD);
619 install(const char *from, const char *to) function
  /src/usr.bin/xinstall/
xinstall.c 155 #define DIRECTORY 0x01 /* Tell install it's a directory. */
156 #define SETFLAGS 0x02 /* Tell install to set flags. */
157 #define HASUID 0x04 /* Tell install the uid was given */
158 #define HASGID 0x08 /* Tell install the gid was given */
165 static void install(char *, char *, u_int);
400 install(*argv, to_name, iflags | DIRECTORY);
439 install(*argv, to_name, iflags);
488 (void)printf("install: link %s -> %s\n", from_name, to_name);
520 (void)printf("install: symlink %s -> %s\n", from_name, to_name);
662 * install -
666 install(char *from_name, char *to_name, u_int flags) function
    [all...]
xinstall.c 155 #define DIRECTORY 0x01 /* Tell install it's a directory. */
156 #define SETFLAGS 0x02 /* Tell install to set flags. */
157 #define HASUID 0x04 /* Tell install the uid was given */
158 #define HASGID 0x08 /* Tell install the gid was given */
165 static void install(char *, char *, u_int);
400 install(*argv, to_name, iflags | DIRECTORY);
439 install(*argv, to_name, iflags);
488 (void)printf("install: link %s -> %s\n", from_name, to_name);
520 (void)printf("install: symlink %s -> %s\n", from_name, to_name);
662 * install -
666 install(char *from_name, char *to_name, u_int flags) function
    [all...]
  /src/usr.sbin/installboot/
evboards.c 121 * -- package to install. If not present, then
131 * Individual u-boot packages install their own overlay property list
188 * -- Key: "u-boot-install".
190 * -- "u-boot-install-emmc", etc.).
197 * -- types, then it should provide just "u-boot-install".
201 * -- "u-boot-install-sdmmc" (for SD cards)
202 * -- "u-boot-install-emmc" (for eMMC modules)
203 * -- "u-boot-install-usb" (for USB block storage)
204 * -- "u-boot-install-spi" (for SPI NOR flash)
209 * <key>u-boot-install</key
1398 evb_ubinstall install; local
1887 evb_ubinstall install = evb_board_get_uboot_install(params, board); local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
minsyms.c 1403 minimal_symbol_reader::install ()
1402 minimal_symbol_reader::install () function in class:minimal_symbol_reader
  /src/external/gpl3/gdb.old/dist/gdb/
minsyms.c 1404 minimal_symbol_reader::install ()
1403 minimal_symbol_reader::install () function in class:minimal_symbol_reader

Completed in 90 milliseconds

1 2