| /f-stack/freebsd/arm/arm/ |
| H A D | cpuinfo.c | 363 PCPU_SET(bp_harden_kind, kind); in apply_bp_hardening() 376 int kind; in handle_bp_hardening() local 379 kind = PCPU_BP_HARDEN_KIND_NONE; in handle_bp_hardening() 402 kind = PCPU_BP_HARDEN_KIND_BPIALL; in handle_bp_hardening() 403 if (apply_bp_hardening(enable, kind, true, 1 << 6) != 0) in handle_bp_hardening() 415 kind = PCPU_BP_HARDEN_KIND_BPIALL; in handle_bp_hardening() 416 if (apply_bp_hardening(enable, kind, false, 0) != 0) in handle_bp_hardening() 427 kind = PCPU_BP_HARDEN_KIND_ICIALLU; in handle_bp_hardening() 428 if (apply_bp_hardening(enable, kind, true, 1 << 0) != 0) in handle_bp_hardening() 448 switch (kind) { in handle_bp_hardening() [all …]
|
| /f-stack/tools/sysctl/ |
| H A D | sysctl.c | 411 switch (kind & CTLTYPE) { 509 u_int kind; local 618 if (!(kind & CTLFLAG_WR)) { 619 if (kind & CTLFLAG_TUN) { 628 switch (kind & CTLTYPE) { 658 switch (kind & CTLTYPE) { 1115 if (kind) 1116 *kind = *(u_int *)buf; 1143 u_int kind; local 1165 if (Wflag && ((kind & CTLFLAG_WR) == 0 || (kind & CTLFLAG_STATS) != 0)) [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | sysctl.h | 286 .oid_kind = (kind), \ 296 SYSCTL_ENFORCE_FLAGS(kind) 299 #define SYSCTL_OID(parent, nbr, name, kind, a1, a2, handler, fmt, descr) \ argument 300 SYSCTL_OID_WITH_LABEL(parent, nbr, name, kind, a1, a2, \ 306 nbr, #name, kind, a1, a2, handler, fmt, descr, label) 309 #define SYSCTL_OID_GLOBAL(parent, nbr, name, kind, a1, a2, handler, fmt, descr, label) \ argument 312 nbr, #name, kind, a1, a2, handler, fmt, descr, label) 314 #define SYSCTL_ADD_OID(ctx, parent, nbr, name, kind, a1, a2, handler, fmt, descr) \ argument 316 SYSCTL_ENFORCE_FLAGS(kind); \ 317 sysctl_add_oid(ctx, parent, nbr, name, kind, a1, a2,handler, \ [all …]
|
| H A D | cdefs.h | 805 #define __datatype_type_tag(kind, type) \ argument 806 __attribute__((__type_tag_for_datatype__(kind, type))) 809 #define __datatype_type_tag(kind, type) argument
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | ldebug.c | 531 const char *kind = NULL; in luaG_typeerror() local 533 kind = getupvalname(ci, o, &name); /* check whether 'o' is an upvalue */ in luaG_typeerror() 534 if (!kind && isinstack(ci, o)) /* no? try a register */ in luaG_typeerror() 535 kind = getobjname(ci_func(ci)->p, currentpc(ci), in luaG_typeerror() 538 if (kind) in luaG_typeerror() 540 op, kind, name, t); in luaG_typeerror()
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | dra62x.dtsi | 4 * kind, whether express or implied.
|
| H A D | omap3-cpu-thermal.dtsi | 8 * kind, whether express or implied.
|
| H A D | dra7-dspeve-thermal.dtsi | 8 * kind, whether express or implied.
|
| H A D | dra7-iva-thermal.dtsi | 8 * kind, whether express or implied.
|
| H A D | omap5-gpu-thermal.dtsi | 9 * kind, whether express or implied.
|
| H A D | omap5-core-thermal.dtsi | 9 * kind, whether express or implied.
|
| H A D | omap4-cpu-thermal.dtsi | 9 * kind, whether express or implied.
|
| H A D | orion5x-mv88f5182.dtsi | 6 * warranty of any kind, whether express or implied.
|
| H A D | artpec6-devboard.dts | 6 * kind, whether express or implied.
|
| H A D | orion5x-mv88f5181.dtsi | 6 * warranty of any kind, whether express or implied.
|
| H A D | bcm21664-garnet.dts | 9 * kind, whether express or implied; without even the implied warranty
|
| H A D | omap443x.dtsi | 8 * kind, whether express or implied.
|
| H A D | bcm28155-ap.dts | 9 * kind, whether express or implied; without even the implied warranty
|
| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | ctypes.py | 30 if type_info.kind == 'enum':
|
| /f-stack/freebsd/contrib/device-tree/Bindings/rtc/ |
| H A D | epson,rx6110.txt | 4 The Epson RX6110 can be used with SPI or I2C busses. The kind of
|
| /f-stack/freebsd/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-gate.txt | 3 some kind of operation to access the i2c bus past the arbitrator/gate, but
|
| /f-stack/freebsd/mips/conf/ |
| H A D | PB47 | 5 # on the one slot, for a specific kind of internal-only
|
| /f-stack/freebsd/contrib/device-tree/Bindings/input/ |
| H A D | mtk-pmic-keys.txt | 5 node provided by MT6397/MT6323 PMIC that is being defined as one kind
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | virtio_user_for_container_networking.rst | 40 context of QEMU/VM, the basic idea here is to present a kind of virtual devices, 42 QEMU in VM's context is saved by just registering a new kind of virtual device
|
| /f-stack/freebsd/contrib/device-tree/Bindings/leds/ |
| H A D | leds-mt6323.txt | 5 PMIC controller that is being defined as one kind of Muti-Function Device (MFD)
|