Searched refs:bin (Results 1 - 25 of 42) sorted by relevance

12

/fuchsia/zircon/bootloader/scripts/
H A Dbootzircon0 #!/bin/sh
3 make && mcopy -o -i out/disk.img@@1024K ../build-x86/zircon.bin ::zircon.bin && make qemu
/fuchsia/zircon/scripts/
H A Dnetboot-zircon1 #!/usr/bin/env bash
18 ${BUILD_DIR}/tools/bootserver ${BUILD_DIR}/zircon.bin ${BUILD_DIR}/bootdata.bin $@
H A Dbisect-helper-x641 #!/usr/bin/env bash
13 # The script will download the prebuilt zircon.bin associated with each commit, if it exists, and
24 readonly ZIRCON_BIN_URL="https://storage-download.googleapis.com/fuchsia-build/zircon/pc-x86-64/zircon.bin/${CURRENT_COMMIT}"
25 readonly DOWNLOAD_STATUS="$(curl -s -w %{http_code} --progress-bar --output "${TEMP_DIR}/zircon.bin" "${ZIRCON_BIN_URL}")"
H A Dmake-zircon-x64-grub1 #!/usr/bin/env bash
15 BOOTDATA="${1:-$PROJECT_DIR/bootdata.bin}"
26 cp "$PROJECT_DIR/zircon.bin" "$TEMP/boot/zircon.bin"
27 cp "$BOOTDATA" "$TEMP/boot/ramdisk.bin"
31 multiboot /boot/zircon.bin
32 module /boot/ramdisk.bin
/fuchsia/zircon/third_party/lib/acpica/generate/unix/
H A DMakefile.common29 ls -al ../bin/$@; \
34 # in the local bin directory
50 # Very clean removes all executables and the local bin directory
63 if [ -e "$(BUILD_DIRECTORY_PATH)/bin/$$toolname" ] ; then \
64 rm $(BUILD_DIRECTORY_PATH)/bin/$$toolname; \
67 if [ -d "bin" ] ; then \
68 rmdir bin; \
/fuchsia/zircon/system/host/netprotocol/
H A Drules.mk15 MODULE_PACKAGE := bin
29 MODULE_PACKAGE := bin
41 MODULE_PACKAGE := bin
53 MODULE_PACKAGE := bin
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Darena.c14 #define SC(index, lg_grp, lg_delta, ndelta, psz, bin, pgs, \
16 BIN_INFO_bin_##bin((1U<<lg_grp) + (ndelta<<lg_delta), \
34 extent_t *slab, arena_bin_t *bin);
36 extent_t *slab, arena_bin_t *bin);
160 #define SC(index, lg_grp, lg_delta, ndelta, psz, bin, pgs, \
162 REGIND_bin_##bin(index, (1U<<lg_grp) + (ndelta<<lg_delta))
767 arena_bin_slabs_nonfull_insert(arena_bin_t *bin, extent_t *slab) argument
770 extent_heap_insert(&bin->slabs_nonfull, slab);
774 arena_bin_slabs_nonfull_remove(arena_bin_t *bin, extent_t *slab) argument
776 extent_heap_remove(&bin
780 arena_bin_slabs_nonfull_tryget(arena_bin_t *bin) argument
791 arena_bin_slabs_full_insert(arena_bin_t *bin, extent_t *slab) argument
849 arena_bin_t *bin = &arena->bins[i]; local
1001 arena_bin_nonfull_slab_get(tsdn_t *tsdn, arena_t *arena, arena_bin_t *bin, szind_t binind) argument
1045 arena_bin_malloc_hard(tsdn_t *tsdn, arena_t *arena, arena_bin_t *bin, szind_t binind) argument
1105 arena_bin_t *bin; local
1181 arena_bin_t *bin; local
1326 arena_dissociate_bin_slab(extent_t *slab, arena_bin_t *bin) argument
1348 arena_dalloc_bin_slab(tsdn_t *tsdn, arena_t *arena, extent_t *slab, arena_bin_t *bin) argument
1365 arena_bin_lower_slab(tsdn_t *tsdn, arena_t *arena, extent_t *slab, arena_bin_t *bin) argument
1395 arena_bin_t *bin = &arena->bins[binind]; local
1426 arena_bin_t *bin = &arena->bins[extent_slab_data_get(extent)->binind]; local
1646 arena_bin_t *bin = &arena->bins[i]; local
1766 arena_bin_t *bin = &arena->bins[i]; local
[all...]
H A Dtcache.c102 /* Lock the arena bin associated with the first object. */
105 arena_bin_t *bin = &bin_arena->bins[binind]; local
114 malloc_mutex_lock(tsd_tsdn(tsd), &bin->lock);
118 bin->stats.nflushes++;
119 bin->stats.nrequests += tbin->tstats.nrequests;
134 * arena bin than the one that is currently
142 malloc_mutex_unlock(tsd_tsdn(tsd), &bin->lock);
150 arena_bin_t *bin = &arena->bins[binind]; local
151 malloc_mutex_lock(tsd_tsdn(tsd), &bin->lock);
152 bin
407 arena_bin_t *bin = &arena->bins[i]; local
[all...]
/fuchsia/zircon/kernel/target/arm64/board/qemu/
H A Drules.mk16 QEMU_ZIRCON := $(BUILDDIR)/qemu-zircon.bin
17 QEMU_BOOT_SHIM := $(BUILDDIR)/qemu-boot-shim.bin
/fuchsia/zircon/system/host/bootserver/
H A Drules.mk17 MODULE_PACKAGE := bin
/fuchsia/zircon/system/host/fidl/compiler/
H A Drules.mk21 MODULE_PACKAGE := bin
/fuchsia/zircon/system/host/fidl/formatter/
H A Drules.mk19 MODULE_PACKAGE := bin
/fuchsia/zircon/system/host/loglistener/
H A Drules.mk13 MODULE_PACKAGE := bin
/fuchsia/zircon/system/host/mkfs-msdosfs/
H A Drules.mk20 MODULE_PACKAGE := bin
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dsize_classes.sh0 #!/bin/sh
119 bin="yes"
122 bin="no"
131 printf ' SC(%3d, %6d, %8d, %6d, %3s, %3s, %3d, %2s) \\\n' ${index} ${lg_grp} ${lg_delta} ${ndelta} ${psz} ${bin} ${pgs} ${lg_delta_lookup}
134 # - bin ("yes" or "no")
154 echo " /* index, lg_grp, lg_delta, ndelta, psz, bin, pgs, lg_delta_lookup */ \\"
175 if [ ${bin} != "no" ] ; then
229 if [ ${bin} != "no" ] ; then
275 * bin, pgs, lg_delta_lookup) tuples.
281 * bin
[all...]
/fuchsia/zircon/system/host/merkleroot/
H A Drules.mk25 MODULE_PACKAGE := bin
/fuchsia/zircon/system/host/zbi/
H A Drules.mk24 MODULE_PACKAGE := bin
/fuchsia/zircon/make/
H A Dmodule-hostapp.mk29 ifeq ($(filter bin,$(MODULE_PACKAGE)),bin)
44 echo "[bin]" >> $@ ;\
/fuchsia/zircon/system/host/minfs/
H A Drules.mk35 MODULE_PACKAGE := bin
/fuchsia/zircon/system/host/xdc-server/
H A Drules.mk29 MODULE_PACKAGE := bin
/fuchsia/zircon/scripts/entropy-test/
H A Drun-boot-test0 #!/bin/bash
21 # This script saves the captured entropy in a file named 'entropy.#########.bin' (to facilitate
131 find . \( -type f -name "entropy.*.bin" -print \) -o \( -type d ! -name . -prune \) |
132 sed 's/^.*entropy\.0*//;s/\.bin$//;s/^$/0/;' | grep '^[0-9]\+$' |
136 BINFILE="$OUTDIR/entropy.$NUM.bin"
146 "$BUILDDIR/zircon.bin" "$BUILDDIR/bootdata.bin" \
161 "$NODENAME:/boot/kernel/debug/entropy.bin" "$BINFILE" &&
/fuchsia/zircon/system/uapp/aslr-analysis/
H A Dmain.cpp39 static const char* kBinName = "/boot/bin/aslr-analysis";
46 zx_status_t LaunchTestRun(const char* bin, zx_handle_t h, zx_handle_t* out);
221 zx_status_t LaunchTestRun(const char* bin, zx_handle_t h, zx_handle_t* proc) { argument
222 const char* argv[] = {bin, "testrun", nullptr};
231 zx_status_t status = fdio_spawn_etc(ZX_HANDLE_INVALID, FDIO_SPAWN_CLONE_LDSVC, bin, argv,
/fuchsia/zircon/system/core/netsvc/
H A Dnetsvc.c57 const char* argv[] = { "/boot/bin/sh", "-c", cmd, NULL };
62 static void run_server(const char* progname, const char* bin, zx_handle_t h) { argument
63 const char* argv[] = { bin, NULL };
/fuchsia/zircon/system/dev/audio/intel-hda/dsp/
H A Drules.mk12 MODULE_FIRMWARE := intel-adsp-sst/dsp_fw_kbl_v3266.bin
/fuchsia/zircon/system/uapp/xdc-test/
H A Drules.mk53 MODULE_PACKAGE := bin

Completed in 120 milliseconds

12