| /freebsd-14.2/stand/lua/ |
| H A D | core.lua | 33 local core = {} 93 core.KEY_BACKSPACE = 8 94 core.KEY_ENTER = 13 95 core.KEY_DELETE = 127 100 core.KEYSTR_CSI = core.KEYSTR_ESCAPE .. "[" 101 core.KEYSTR_RESET = core.KEYSTR_ESCAPE .. "c" 169 core.acpi = acpi 189 core.sm = safe_mode 390 core.loadEntropy() 399 core.loadEntropy() [all …]
|
| H A D | menu.lua | 31 local core = require("core") 166 func = core.setDefaults, 179 visible = core.hasACPI, 184 func = core.setACPI, 192 "ode :", core.sm) 214 func = core.setVerbose, 287 core.boot() 299 core.boot() 464 if (key == core.KEY_BACKSPACE or key == core.KEY_DELETE) and 468 core.boot() [all …]
|
| H A D | loader.lua | 36 local core = require("core") 42 if core.isUEFIBoot() then 48 printc(core.KEYSTR_RESET) 52 if not core.isMenuSkipped() then 58 core.loadEntropy()
|
| H A D | color.lua | 29 local core = require("core") 64 return core.KEYSTR_CSI .. "3" .. color_value .. "m" 78 return core.KEYSTR_CSI .. "4" .. color_value .. "m" 97 return core.KEYSTR_CSI .. attribute .. 114 return core.KEYSTR_CSI .. "1m" .. str .. core.KEYSTR_CSI .. "22m"
|
| /freebsd-14.2/lib/libpmc/pmu-events/arch/x86/ |
| H A D | mapfile.csv | 2 GenuineIntel-6-56,v5,broadwellde,core 3 GenuineIntel-6-3D,v17,broadwell,core 4 GenuineIntel-6-47,v17,broadwell,core 5 GenuineIntel-6-4F,v10,broadwellx,core 6 GenuineIntel-6-1C,v4,bonnell,core 7 GenuineIntel-6-26,v4,bonnell,core 8 GenuineIntel-6-27,v4,bonnell,core 9 GenuineIntel-6-36,v4,bonnell,core 10 GenuineIntel-6-35,v4,bonnell,core 11 GenuineIntel-6-5C,v8,goldmont,core [all …]
|
| /freebsd-14.2/lib/libpmc/pmu-events/arch/arm64/ |
| H A D | mapfile.csv | 11 # Type is core, uncore etc 15 0x00000000410fd020,v1,arm/cortex-a34,core 16 0x00000000410fd030,v1,arm/cortex-a53,core 17 0x00000000420f1000,v1,arm/cortex-a53,core 18 0x00000000410fd040,v1,arm/cortex-a35,core 19 0x00000000410fd050,v1,arm/cortex-a55,core 20 0x00000000410fd060,v1,arm/cortex-a65,core 23 0x00000000410fd090,v1,arm/cortex-a73,core 24 0x00000000410fd0a0,v1,arm/cortex-a75,core 30 0x00000000410fd440,v1,arm/cortex-x1,core [all …]
|
| /freebsd-14.2/lib/libprocstat/ |
| H A D | core.c | 89 struct procstat_core *core; in procstat_core_open() local 139 if (core == NULL) { in procstat_core_open() 144 core->pc_fd = fd; in procstat_core_open() 145 core->pc_elf = e; in procstat_core_open() 146 core->pc_ehdr = ehdr; in procstat_core_open() 147 core->pc_phdr = phdr; in procstat_core_open() 149 return (core); in procstat_core_open() 164 elf_end(core->pc_elf); in procstat_core_close() 165 close(core->pc_fd); in procstat_core_close() 166 free(core); in procstat_core_close() [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/clock/ |
| H A D | mvebu-core-clock.txt | 53 "marvell,armada-370-core-clock" - For Armada 370 SoC core clocks 54 "marvell,armada-375-core-clock" - For Armada 375 SoC core clocks 55 "marvell,armada-380-core-clock" - For Armada 380/385 SoC core clocks 56 "marvell,armada-390-core-clock" - For Armada 39x SoC core clocks 57 "marvell,armada-xp-core-clock" - For Armada XP SoC core clocks 58 "marvell,mv98dx3236-core-clock" - For 98dx3236 family SoC core clocks 59 "marvell,dove-core-clock" - for Dove SoC core clocks 63 "marvell,mv88f5181-core-clock" - for Orion MV88F5181 SoC 76 core_clk: core-clocks@d0214 { 77 compatible = "marvell,dove-core-clock"; [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | ti,c64x+megamod-pic.txt | 6 The core interrupt controller provides 16 prioritized interrupts to the 7 C64X+ core. Priority 0 and 1 are used for reset and NMI respectively. 9 sources coming from outside the core. 13 - compatible: Should be "ti,c64x+core-pic"; 18 Single cell specifying the core interrupt priority level (4-15) where 26 compatible = "ti,c64x+core-pic"; 35 may be cascaded into the core interrupt controller. The megamodule PIC 36 has a total of 12 outputs cascading into the core interrupt controller. 37 One for each core interrupt priority level. In addition to the combined 41 considered to have the core interrupt controller as the parent. [all …]
|
| /freebsd-14.2/sys/dev/bhnd/bcma/ |
| H A D | bcma_erom.c | 534 struct bcma_erom_core core; in bcma_erom_skip_core() local 715 if (core != NULL) in bcma_erom_seek_matching_core() 716 *core = ci; in bcma_erom_seek_matching_core() 894 info->hwrev = core->rev; in bcma_erom_to_core_info() 1106 core.device, core.rev); in bcma_erom_next_corecfg() 1114 KASSERT(core.num_mwrap + core.num_swrap <= BCMA_PID_MAX, in bcma_erom_next_corecfg() 1122 bhnd_find_core_name(core.vendor, core.device), in bcma_erom_next_corecfg() 1123 core.device, core.rev, core_unit); in bcma_erom_next_corecfg() 1129 cfg->num_wrapper_ports = core.num_mwrap + core.num_swrap; in bcma_erom_next_corecfg() 1165 if (core.num_dport > 0) { in bcma_erom_next_corecfg() [all …]
|
| /freebsd-14.2/sys/dev/bhnd/bhndb/ |
| H A D | bhnd_bhndb.c | 76 struct bhnd_core_info core = bhnd_get_core_info(child); in bhnd_bhndb_is_hw_disabled() local 79 return (BHNDB_IS_CORE_DISABLED(device_get_parent(dev), dev, &core)); in bhnd_bhndb_is_hw_disabled() 85 struct bhnd_core_info core; in bhnd_bhndb_find_hostb_device() local 90 if ((error = BHNDB_GET_HOSTB_CORE(device_get_parent(dev), dev, &core))) in bhnd_bhndb_find_hostb_device() 94 md = bhnd_core_get_match_desc(&core); in bhnd_bhndb_find_hostb_device() 144 device_t core, bus; in bhnd_bhndb_setup_intr() local 148 core = child; in bhnd_bhndb_setup_intr() 149 while ((bus = device_get_parent(core)) != NULL) { in bhnd_bhndb_setup_intr() 153 core = bus; in bhnd_bhndb_setup_intr() 156 KASSERT(core != NULL, ("%s is not a child of %s", in bhnd_bhndb_setup_intr() [all …]
|
| /freebsd-14.2/tools/test/stress2/misc/ |
| H A D | core.sh | 36 rm -f core 37 sed '1,/^EOF/d' < $odir/$0 > core.c 38 mycc -o core -Wall core.c 39 rm -f core.c 44 /tmp/core & 50 rm -f /tmp/core
|
| H A D | core5.sh | 62 char core[80]; 64 snprintf(core, sizeof(core), "%s.core", argv[0]); 66 if (unlink(core) == -1) 68 warn("unlink(%s)", core); 76 if (unlink(core) == -1) 78 warn("unlink(%s)", core); 120 rm -f /tmp/core5 /tmp/core5-dumper* /tmp/core5-dumper*.core
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | netbsd | 53 0 name netbsd-core 67 >0 use netbsd-core 79 >0 use \^netbsd-core 91 >0 use \^netbsd-core 103 >0 use netbsd-core 106 >0 use netbsd-core 130 >0 use netbsd-core 142 >0 use netbsd-core 154 >0 use netbsd-core 177 >0 use netbsd-core [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenCLExtensions.def | 17 // an extension is core or optional core and minimum OpenCL version 19 // define OPENCL_GENERIC_EXTENSION(ext, pragma, avail, core, opt) where 20 // ext - name of the extension or optional core feature. 26 // core - OpenCL versions mask when the extension becomes core feature. 27 // 0U indicates not a core feature. 28 // opt - OpenCL versions mask when the extension becomes optional core 29 // feature. 0U indicates not a optional core feature. 34 // Difference between optional core feature and core feature is that the 45 // semantics in the language compared to the core standard. #pragma directive 46 // has no effect for optional core and core features. [all …]
|
| /freebsd-14.2/sys/gnu/dev/bwn/phy_n/ |
| H A D | if_bwn_phy_n_core.c | 406 for (core = 0; core < 2; core++) { in bwn_nphy_rf_ctl_intc_override_rev7() 2260 for (core = 0; core < 2; core++) { in bwn_nphy_rev3_rssi_cal() 2331 for (core = 0; core < 2; core++) { in bwn_nphy_rev3_rssi_cal() 2908 for (core = 0; core < 2; core++) { in bwn_nphy_workarounds_rev7plus() 2941 for (core = 0; core < 2; core++) { in bwn_nphy_workarounds_rev7plus() 3034 for (core = 0; core < 2; core++) { in bwn_nphy_workarounds_rev7plus() 3056 for (core = 0; core < 2; core++) { in bwn_nphy_workarounds_rev7plus() 3203 for (core = 0; core < 2; core++) { in bwn_nphy_workarounds_rev7plus() 4023 for (core = 0; core < 2; core++) { in bwn_nphy_ipa_internal_tssi_setup() 4056 for (core = 0; core < 2; core++) { in bwn_nphy_ipa_internal_tssi_setup() [all …]
|
| /freebsd-14.2/lib/libpmc/pmu-events/arch/s390/ |
| H A D | mapfile.csv | 2 209[78],1,cf_z10,core 3 281[78],1,cf_z196,core 4 282[78],1,cf_zec12,core 5 296[45],1,cf_z13,core 6 3906,3,cf_z14,core
|
| /freebsd-14.2/tools/tools/netrate/tcpp/ |
| H A D | parallelism.csh | 19 foreach core (`jot $cores`) 21 set mflag=`echo $ptcps / $core | bc` 22 set tflag=`echo $ntcps / $core | bc` 23 echo -n $2,${core},${trial}, >> $1 24 ./tcpp -c 192.168.100.102 -p $core -b $totalbytes -m $mflag \
|
| /freebsd-14.2/contrib/one-true-awk/testdir/ |
| H A D | T.misc | 7 rm -f core 79 if test -r core; then echo 1>&2 "BAD: T.misc /etc/passwd dropped core"; fi 88 if test -r core; then 90 rm -f core 161 if test -r core; then echo 1>&2 "BAD: T.misc getline ans dropped core"; fi 165 if test -r core; then echo 1>&2 "BAD: T.misc unireghf dropped core"; fi 169 if test -r core; then echo 1>&2 "BAD: T.misc nonterminated dropped core"; fi 267 if test -r core; then echo 1>&2 "BAD: T.misc 1E40 dropped core"; fi 275 if test -r core; then echo 1>&2 "BAD: T.misc first/abs dropped core"; fi 280 if test -r core; then echo 1>&2 "BAD: T.misc split! dropped core"; fi [all …]
|
| /freebsd-14.2/sbin/decryptcore/ |
| H A D | decryptcore.c | 310 char core[PATH_MAX], encryptedcore[PATH_MAX], keyfile[PATH_MAX]; in main() local 322 *core = '\0'; in main() 336 if (strlcpy(core, optarg, sizeof(core)) >= sizeof(core)) in main() 378 (*keyfile != '\0' || *encryptedcore != '\0' || *core != '\0')) { in main() 395 PJDLOG_VERIFY(snprintf(core, sizeof(core), in main() 402 *core == '\0') { in main() 410 if (force && unlink(core) == -1 && errno != ENOENT) { in main() 414 ofd = open(core, O_WRONLY | O_CREAT | O_EXCL, 0600); in main() 416 pjdlog_errno(LOG_ERR, "Unable to open %s", core); in main() 421 if (unlink(core) == -1 && errno != ENOENT) in main()
|
| /freebsd-14.2/sys/contrib/device-tree/src/c6x/ |
| H A D | tms320c6678.dtsi | 61 compatible = "ti,c64x+core-pic"; 81 ti,core-mask = < 0x01 >; 87 ti,core-mask = < 0x02 >; 93 ti,core-mask = < 0x04 >; 99 ti,core-mask = < 0x08 >; 105 ti,core-mask = < 0x10 >; 111 ti,core-mask = < 0x20 >; 117 ti,core-mask = < 0x40 >; 123 ti,core-mask = < 0x80 >;
|
| /freebsd-14.2/sys/dev/bhnd/ |
| H A D | bhnd_erom_if.m | 61 * the first bus core. 62 * @param base_addr Address of the first bus core. 65 * within the first core, this parameter should be 138 * @param cores A core table allocated by @p erom. 149 * @param desc A core match descriptor. 150 * @param[out] core On success, the matching core info record. 153 * @retval ENOENT No core matching @p desc was found. 159 struct bhnd_core_info *core; 170 * @param desc A core match descriptor. 174 * @param[out] core If not NULL, will be populated with the matched core [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/scripts/ |
| H A D | zloop.sh | 44 [-m <max core dumps>] [-s <vdev size>] [-t <timeout>] 49 vdev files, and core file (if one exists) are moved to the 54 -c Specify a core dump directory to use. 57 -l Create 'ztest.core.N' symlink to core directory. 58 -m Max number of core dumps to allow before exiting. 218 echo -n "There's a core dump here you might want to look at first... " 225 echo "core dump directory ($coredir) does not exist, creating it." 230 echo "core dump directory ($coredir) is not writable."
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/mips/loongson/ |
| H A D | devices.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 22 - const: loongson,loongson64c-4core-ls7a 26 - const: loongson,loongson64c-4core-rs780e 30 - const: loongson,loongson64c-8core-rs780e 34 - const: loongson,loongson64g-4core-ls7a 38 - const: loongson,loongson64v-4core-virtio
|
| /freebsd-14.2/tests/sys/kern/ |
| H A D | coredump_phnum_test.sh | 47 atf_check -o ignore sysctl kern.corefile=coredump_phnum_helper.core 58 gunzip coredump_phnum_helper.core.gz 2>unzip_stderr 62 zstd -qd coredump_phnum_helper.core.zst 2>unzip_stderr 79 if [ ! -f coredump_phnum_helper.core ]; then 98 rm -f coredump_phnum_helper.core
|