Home
last modified time | relevance | path

Searched refs:kind (Results 1 – 25 of 120) sorted by relevance

12345

/f-stack/freebsd/arm/arm/
H A Dcpuinfo.c363 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 Dsysctl.c411 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 Dsysctl.h286 .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 Dcdefs.h805 #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 Dldebug.c531 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 Ddra62x.dtsi4 * kind, whether express or implied.
H A Domap3-cpu-thermal.dtsi8 * kind, whether express or implied.
H A Ddra7-dspeve-thermal.dtsi8 * kind, whether express or implied.
H A Ddra7-iva-thermal.dtsi8 * kind, whether express or implied.
H A Domap5-gpu-thermal.dtsi9 * kind, whether express or implied.
H A Domap5-core-thermal.dtsi9 * kind, whether express or implied.
H A Domap4-cpu-thermal.dtsi9 * kind, whether express or implied.
H A Dorion5x-mv88f5182.dtsi6 * warranty of any kind, whether express or implied.
H A Dartpec6-devboard.dts6 * kind, whether express or implied.
H A Dorion5x-mv88f5181.dtsi6 * warranty of any kind, whether express or implied.
H A Dbcm21664-garnet.dts9 * kind, whether express or implied; without even the implied warranty
H A Domap443x.dtsi8 * kind, whether express or implied.
H A Dbcm28155-ap.dts9 * kind, whether express or implied; without even the implied warranty
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A Dctypes.py30 if type_info.kind == 'enum':
/f-stack/freebsd/contrib/device-tree/Bindings/rtc/
H A Depson,rx6110.txt4 The Epson RX6110 can be used with SPI or I2C busses. The kind of
/f-stack/freebsd/contrib/device-tree/Bindings/i2c/
H A Di2c-gate.txt3 some kind of operation to access the i2c bus past the arbitrator/gate, but
/f-stack/freebsd/mips/conf/
H A DPB475 # on the one slot, for a specific kind of internal-only
/f-stack/freebsd/contrib/device-tree/Bindings/input/
H A Dmtk-pmic-keys.txt5 node provided by MT6397/MT6323 PMIC that is being defined as one kind
/f-stack/dpdk/doc/guides/howto/
H A Dvirtio_user_for_container_networking.rst40 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 Dleds-mt6323.txt5 PMIC controller that is being defined as one kind of Muti-Function Device (MFD)

12345