Home
last modified time | relevance | path

Searched full:sensitive (Results 1 – 25 of 577) sorted by relevance

12345678910>>...24

/freebsd/sys/isa/
H A Disahint.c42 int sensitive, start, count; in isa_hinted_child() local
46 sensitive = 0; in isa_hinted_child()
47 if (resource_int_value(name, unit, "sensitive", &sensitive) != 0) in isa_hinted_child()
48 resource_int_value(name, -1, "sensitive", &sensitive); in isa_hinted_child()
50 if (sensitive) in isa_hinted_child()
H A Disavar.h44 * devices that are sensitive to the probe order, then devices that
49 #define ISA_ORDER_SENSITIVE 20 /* legacy sensitive hardware */
50 #define ISA_ORDER_SPECULATIVE 30 /* legacy non-sensitive hardware */
/freebsd/crypto/openssh/
H A Dsshconnect.h27 typedef struct Sensitive Sensitive; typedef
28 struct Sensitive { struct
73 void ssh_login(struct ssh *, Sensitive *, const char *,
87 char *, Sensitive *);
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dsnps,archs-idu-intc.txt21 4 = active high level-sensitive <<< DEFAULT
22 8 = NOT SUPPORTED (active low level-sensitive)
24 sensitive.
H A Dopen-pic.txt46 1 = active low level-sensitive
47 2 = active high level-sensitive
84 // Interrupt source '42' that is active high level-sensitive.
H A Dimg,pdc-intc.txt44 4 = active-high level-sensitive (required for perip irqs)
45 8 = active-low level-sensitive
102 // Interrupt source SysWake 0 that is active-low level-sensitive
H A Datmel,aic.txt16 4 = active high level-sensitive.
17 8 = active low level-sensitive.
H A Dnxp,lpc3220-mic.txt12 IRQ_TYPE_LEVEL_HIGH = active high level-sensitive,
13 IRQ_TYPE_LEVEL_LOW = active low level-sensitive.
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dallwinner,sun4i-a10-ts.yaml33 allwinner,tp-sensitive-adjust:
71 /* sensitive/noisy touch panel */
72 allwinner,tp-sensitive-adjust = <0>;
/freebsd/contrib/libucl/tests/schema/
H A DpatternProperties.json85 "description": "regexes are not anchored by default and are case sensitive",
104 "description": "regexes are case sensitive",
109 "description": "regexes are case sensitive, 2",
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoads.h33 /// instruction is specified perform context-sensitive analysis and return true
43 /// performs context-sensitive analysis and returns true if the pointer is
54 /// performs context-sensitive analysis and returns true if the pointer is
65 /// If DT and ScanFrom are specified this method performs context-sensitive
96 /// If DT and ScanFrom are specified this method performs context-sensitive
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-nmk.txt13 4 = active high level-sensitive.
14 8 = active low level-sensitive.
H A Dnvidia,tegra20-gpio.txt19 4 = active high level-sensitive.
20 8 = active low level-sensitive.
H A Dgpio-omap.txt21 4 = active high level-sensitive.
22 8 = active low level-sensitive.
H A Dgpio-zynq.txt21 4 = active high level-sensitive.
22 8 = active low level-sensitive.
H A Dsodaville.txt16 4 - active high level-sensitive
17 8 - active low level-sensitive
H A Dgpio-xlp.txt30 4 = active high level-sensitive.
31 8 = active low level-sensitive.
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h39 // sensitive PGO (CSPGO). The reason to have a pass for this is CSPGO
63 // If this is a context sensitive instrumentation.
79 // If this is a context sensitive instrumentation.
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzfs-redact.8478 For example, if a filesystem contains sensitive data, and it has clones where
479 that sensitive data has been secured or replaced with dummy data, redacted sends
481 sensitive data, while still sharing all possible blocks.
607 can be created that stores a list of blocks containing sensitive information.
613 Redacted sends omit the blocks containing sensitive information,
622 while protecting sensitive information from being
633 and they should modify data that is considered sensitive in some way.
635 be listed in the redaction bookmark, because it represents the truly sensitive
H A Dzfs-send.8478 For example, if a filesystem contains sensitive data, and it has clones where
479 that sensitive data has been secured or replaced with dummy data, redacted sends
481 sensitive data, while still sharing all possible blocks.
607 can be created that stores a list of blocks containing sensitive information.
613 Redacted sends omit the blocks containing sensitive information,
622 while protecting sensitive information from being
633 and they should modify data that is considered sensitive in some way.
635 be listed in the redaction bookmark, because it represents the truly sensitive
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/casenorm/
H A Dsensitive_none_lookup.ksh21 # For the filesystem with casesensitivity=sensitive, normalization=none,
39 create_testfs "-o casesensitivity=sensitive -o normalization=none"
H A Dsensitive_formd_lookup.ksh21 # For the filesystem with casesensitivity=sensitive, normalization=formD,
40 create_testfs "-o casesensitivity=sensitive -o normalization=formD"
H A Dsensitive_none_delete.ksh21 # For the filesystem with casesensitivity=sensitive, normalization=none,
41 create_testfs "-o casesensitivity=sensitive -o normalization=none"
H A Dsensitive_formd_delete.ksh21 # For the filesystem with casesensitivity=sensitive, normalization=formD,
41 create_testfs "-o casesensitivity=sensitive -o normalization=formD"
/freebsd/contrib/ntp/scripts/ntp-wait/
H A Dntp-wait.texi34 If there are time-sensitive applications,
37 then invoke all of the non-time-sensitive process,

12345678910>>...24