Searched refs:system (Results 1 - 25 of 82) sorted by relevance

1234

/haiku/headers/build/private/system/
H A Ddirectories.h1 #include <../private/system/directories.h>
H A Dfind_directory_private.h1 #include <../private/system/find_directory_private.h>
/haiku/src/bin/
H A Dclear.c15 system("tput clear");
/haiku/data/system/boot/first_login/
H A Ddefault_deskbar_items.sh4 /boot/system/apps/ProcessController -deskbar
5 /boot/system/apps/NetworkStatus --deskbar
6 /boot/system/apps/PowerStatus --deskbar
7 /boot/system/bin/desklink --add-volume
11 /boot/system/preferences/KeymapSwitcher --deskbar
/haiku/3rdparty/os_probe/
H A D83haiku16 # Weed out stuff that doesn't apply to us, needs to be a Be file system.
30 if system="$(item_in_dir "system" "$mpoint")" &&
31 packages="$(item_in_dir "packages" "$mpoint/$system")" &&
32 item_in_dir -q "haiku_loader-r[0-9].*\.hpkg" "$mpoint/$system/$packages" &&
33 rev="$(item_in_dir "haiku-r[0-9].*\.hpkg" "$mpoint/$system/$packages")"
45 elif system="$(item_in_dir "system" "$mpoint")" &&
46 item_in_dir -q "haiku_loader" "$mpoint/$system" &&
47 item_in_dir -q "kernel_.*" "$mpoint/$system"
[all...]
/haiku/3rdparty/cloud/
H A Dsysprep-gce.sh7 # * Boot VM (qemu-system-x86_64 -cdrom (haiku-release.iso) -hda disk.raw -boot d --enable-kvm -m 4G
51 -O $TARGET_ROOTFS/system/packages/smolcloudtools-$SMOL_RELEASE-x86_64.hpkg
55 echo "# For Google Compute Engine" >> $TARGET_ROOTFS/system/settings/ssh/sshd_config
56 echo "AuthorizedKeysCommand /bin/gce_metadata_ssh" >> $TARGET_ROOTFS/system/settings/ssh/sshd_config
57 echo "AuthorizedKeysCommandUser user" >> $TARGET_ROOTFS/system/settings/ssh/sshd_config
58 echo "PasswordAuthentication no" >> $TARGET_ROOTFS/system/settings/ssh/sshd_config
59 echo "PermitRootLogin without-password" >> $TARGET_ROOTFS/system/settings/ssh/sshd_config
/haiku/3rdparty/kallisti5/
H A Dmksysroot.sh3 # Creates a sysroot from a running Haiku system suitable
14 EXCLUDE="/boot/system/packages /boot/system/var/swap"
20 tar $(for i in $EXCLUDE; do echo "--exclude $i"; done) -cvzf $OUTPUT /boot/system /bin /etc /packages /system /tmp
/haiku/src/system/boot/platform/atari_m68k/
H A Dmk_floppy_prg_atari.sh6 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 conv=notrunc && \
7 src/system/boot/platform/atari_m68k/fixup_tos_floppy_chksum $IMG && \
12 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc && \
13 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=9 seek=$((9*180)) && \
14 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=9 seek=$((2*9)) && \
15 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=$((2*9)) seek=$((2*2*9)) && \
16 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=$((3*9)) seek=$((3*2*9)) && \
17 src/system/boot/platform/atari_m68k/fixup_tos_floppy_chksum $IMG && \
19 #generated.m68k/cross-tools/bin/m68k-unknown-haiku-ld -o haiku.prg -T src/system/ldscripts/m68k/boot_prg_atari_m68k.ld generated/objects/haiku/m68k/release/system/boo
[all...]
/haiku/data/bin/
H A Dwelcome9 welcomeFile=/boot/system/documentation/welcome/welcome_en.html
10 localizedWelcomeFile=/boot/system/documentation/welcome/welcome_"$language".html
11 localizedWelcomeFileBase=/boot/system/documentation/welcome/welcome_"$languageBase".html
/haiku/src/data/bin/
H A Dquicktour9 quicktour=/boot/system/documentation/welcome/en/quicktour.html
10 localizedQuicktour=/boot/system/documentation/welcome/"$language"/quicktour.html
11 localizedQuicktourBase=/boot/system/documentation/welcome/"$languageBase"/quicktour.html
H A Duserguide9 userGuideDir=/boot/system/documentation/userguide/
/haiku/3rdparty/mmu_man/scripts/
H A Dmyupdate.sh9 --icon /boot/system/apps/HaikuDepot \
25 if [ $pkgman_err -gt 0 -o "$(ls /system/packages/*_hrev*-* | grep -v $hrev_current)" = "" ]; then
26 open /system/Deskbar < /dev/null > /dev/null 2>&1 &
35 /system/Deskbar < /dev/null > /dev/null 2>&1 &
H A DQuickConfig.sh5 --icon /boot/system/apps/Installer \
16 /system/boot/post-install/sshd_keymaker.sh
H A Didentify_repo.sh3 # for each package in /system/packages/ check which repository it comes from
15 cd /system/packages/
18 for r in /system/settings/package-repositories/*; do
/haiku/src/bin/fwcontrol/
H A Dfwdv.c114 int len, tlen, npad, fd, k, m, vec, system = -1, nb; local
205 if (system < 0) {
206 system = ciph->fdf.dv.fs;
207 fprintf(stderr, "%s\n", system_name[system]);
211 if (system == 1 &&
214 nb = nblocks[system];
216 k / (3600 * frame_rate[system]),
217 (k / (60 * frame_rate[system])) % 60,
218 (k / frame_rate[system]) % 60,
219 k % frame_rate[system]);
273 int system=-1, pad_acc, cycle_acc, cycle, f_cycle, f_frac; local
[all...]
/haiku/src/apps/terminal/
H A DHyperLink.cpp52 return system(commandLine) == 0 ? B_OK : errno;
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dloaded-image.h8 #include <efi/system-table.h>
/haiku/src/libs/linprog/
H A DActiveSetSolver.cpp345 solve(EquationSystem& system) argument
348 if (!system.GaussJordan())
355 for (int row = 0; row < system.Rows(); row++) {
356 if (system.B(row) > 0 || fuzzy_equals(system.B(row), 0))
359 double bValue = fabs(system.B(row));
371 for (int col = system.Rows(); col < system.Columns(); col++) {
372 double value = system.A(smallestBRow, col);
383 system
[all...]
/haiku/src/tools/cppunit/
H A DTestUtils.cpp204 system(command);
213 system(cmdLine);
228 system(cmdLine);
/haiku/headers/libs/x86emu/x86emu/
H A Dprim_x86_gcc.h46 #error This file is intended to be used by gcc on i386 or x86-64 system
/haiku/src/system/boot/platform/efi/
H A Defi_platform.h13 #include <efi/system-table.h>
/haiku/src/bin/network/telnet/
H A Ddefines.h33 #define settimer(x) clocks.x = clocks.system++
/haiku/3rdparty/docker/cross-compiler/
H A Dbuild-toolchain.sh26 PACKAGE_ROOT=/system
50 # Set up sysroot to redirect to /system
53 ln -s $PACKAGE_ROOT $SYSROOT/boot/system
56 ln -s $PACKAGE_ROOT $SYSROOT_SECONDARY/boot/system
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireCard.cpp281 int npad, k, m, system = -1, nb; local
301 if (system < 0) {
302 system = ciph->fdf.dv.fs;
303 fprintf(stderr, "%s\n", system_name[system]);
307 if (system == 1 &&
310 nb = nblocks[system];
326 if (k % frame_rate[system] == 0) {
/haiku/src/add-ons/kernel/generic/smbios/
H A Dsmbios.cpp189 struct smbios_system *system = (struct smbios_system*)table; local
191 TRACE("found vendor %u product %u\n", system->manufacturer,
192 system->product_name);
194 system->manufacturer);
196 system->product_name);

Completed in 146 milliseconds

1234