Home
last modified time | relevance | path

Searched refs:hint (Results 1 – 25 of 267) sorted by relevance

1234567891011

/freebsd/sys/i386/conf/
H A DGENERIC.hints1 hint.fdc.0.at="isa"
2 hint.fdc.0.port="0x3F0"
3 hint.fdc.0.irq="6"
4 hint.fdc.0.drq="2"
5 hint.fd.0.at="fdc0"
6 hint.fd.0.drive="0"
7 hint.fd.1.at="fdc0"
8 hint.fd.1.drive="1"
9 hint.ata.0.at="isa"
11 hint.ata.0.irq="14"
[all …]
H A DNOTES189 envvar hint.npx.0.irq="13"
246 envvar hint.cs.0.at="isa"
248 envvar hint.ed.0.at="isa"
250 envvar hint.ed.0.irq="5"
253 envvar hint.le.0.at="isa"
255 envvar hint.le.0.irq="10"
256 envvar hint.le.0.drq="0"
258 envvar hint.sbni.0.at="isa"
261 envvar hint.sbni.0.flags="0"
295 envvar hint.pcf.0.at="isa"
[all …]
/freebsd/sys/amd64/conf/
H A DGENERIC.hints1 hint.fdc.0.at="isa"
2 hint.fdc.0.port="0x3F0"
3 hint.fdc.0.irq="6"
4 hint.fdc.0.drq="2"
5 hint.fd.0.at="fdc0"
6 hint.fd.0.drive="0"
7 hint.fd.1.at="fdc0"
8 hint.fd.1.drive="1"
12 hint.atkbd.0.irq="1"
14 hint.psm.0.irq="12"
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Davx512pfintrin.h20 (int)(hint))
25 (int)(hint))
30 (int)(scale), (int)(hint))
35 (int)(scale), (int)(hint))
40 (int)(hint))
45 (int)(hint))
58 (int)(hint))
63 (int)(hint))
72 (int)(scale), (int)(hint))
77 (int)(hint))
[all …]
/freebsd/usr.bin/sort/
H A Dcoll.c843 kv1->hint->status = (kv1->hint->v.nh.n1 != ULLONG_MAX) ? in numcoll_impl()
856 kv2->hint->status = (kv2->hint->v.nh.n1 != ULLONG_MAX) ? in numcoll_impl()
861 if (kv1->hint->status == HS_INITIALIZED && kv2->hint->status == in numcoll_impl()
887 cmp_res = cmpsuffix(kv1->hint->v.nh.si, kv2->hint->v.nh.si); in numcoll_impl()
892 n1 = kv1->hint->v.nh.n1; in numcoll_impl()
893 n2 = kv2->hint->v.nh.n1; in numcoll_impl()
984 memcpy(kv->hint->v.Rh.cached, hash, sizeof(kv->hint->v.Rh.cached)); in randomcoll_init_hint()
1014 kv2->hint->v.Rh.cached, sizeof(kv1->hint->v.Rh.cached)); in randomcoll()
1174 cmp_nans(kv1->hint->v.gh.d, kv2->hint->v.gh.d) : in gnumcoll()
1179 d1 = kv1->hint->v.gh.d; in gnumcoll()
[all …]
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_misc.c196 if (!softs->hint.aio_raid1_write_status) in check_device_hint_status()
200 if (!softs->hint.aio_raid5_write_status) in check_device_hint_status()
204 if (!softs->hint.aio_raid6_write_status) in check_device_hint_status()
208 if (!softs->hint.sata_unique_wwn_status) in check_device_hint_status()
227 if ((!softs->hint.queue_depth) || (softs->hint.queue_depth > in bsd_set_hint_adapter_queue_depth()
239 softs->hint.queue_depth; in bsd_set_hint_adapter_queue_depth()
258 if ((!softs->hint.sg_segments) || (softs->hint.sg_segments > in bsd_set_hint_scatter_gather_config()
263 else if (softs->hint.sg_segments < BSD_MIN_SG_SEGMENTS) in bsd_set_hint_scatter_gather_config()
270 softs->pqi_cap.max_sg_elem = softs->hint.sg_segments; in bsd_set_hint_scatter_gather_config()
302 if (softs->hint.cpu_count > softs->num_cpus_online) { in bsd_set_hint_adapter_cpu_config()
[all …]
H A Dsmartpqi_main.c459 softs->hint.stream_status = value; in smartpqi_read_all_device_hint_file_entries()
463 softs->hint.sata_unique_wwn_status = value; in smartpqi_read_all_device_hint_file_entries()
467 softs->hint.aio_raid1_write_status = value; in smartpqi_read_all_device_hint_file_entries()
471 softs->hint.aio_raid5_write_status = value; in smartpqi_read_all_device_hint_file_entries()
475 softs->hint.aio_raid6_write_status = value; in smartpqi_read_all_device_hint_file_entries()
479 softs->hint.queue_depth = value; in smartpqi_read_all_device_hint_file_entries()
483 softs->hint.sg_segments = value; in smartpqi_read_all_device_hint_file_entries()
487 softs->hint.cpu_count = value; in smartpqi_read_all_device_hint_file_entries()
/freebsd/sys/geom/
H A Dgeom_kern.c157 sysctl_kern_geom_confany(struct sysctl_req *req, g_event_t *func, size_t *hint) in sysctl_kern_geom_confany() argument
168 req->oldidx = *hint = len; in sysctl_kern_geom_confany()
170 sb = sbuf_new(NULL, NULL, *hint, SBUF_AUTOEXTEND | in sysctl_kern_geom_confany()
173 *hint = sbuf_len(sb); in sysctl_kern_geom_confany()
183 static size_t hint = PAGE_SIZE; in sysctl_kern_geom_conftxt() local
185 return (sysctl_kern_geom_confany(req, g_conftxt, &hint)); in sysctl_kern_geom_conftxt()
191 static size_t hint = PAGE_SIZE; in sysctl_kern_geom_confdot() local
193 return (sysctl_kern_geom_confany(req, g_confdot, &hint)); in sysctl_kern_geom_confdot()
199 static size_t hint = PAGE_SIZE; in sysctl_kern_geom_confxml() local
201 return (sysctl_kern_geom_confany(req, g_confxml, &hint)); in sysctl_kern_geom_confxml()
/freebsd/lib/libc/iconv/
H A Dcitrus_prop.c350 const _citrus_prop_hint_t *hint; in _citrus_prop_parse_element() local
356 for (hint = hints; hint->name != NULL; ++hint) in _citrus_prop_parse_element()
367 _citrus_prop_object_init(&ostart, hint->type); in _citrus_prop_parse_element()
368 _citrus_prop_object_init(&oend, hint->type); in _citrus_prop_parse_element()
369 errnum = (*readers[hint->type])(ms, &ostart); in _citrus_prop_parse_element()
374 switch (hint->type) { in _citrus_prop_parse_element()
382 errnum = (*readers[hint->type])(ms, &oend); in _citrus_prop_parse_element()
390 errnum = (*hint->cb._func_.func)(context, \ in _citrus_prop_parse_element()
391 hint->name, ostart.u._func_); \ in _citrus_prop_parse_element()
395 errnum = (*hint->cb._func_.func)(context, \ in _citrus_prop_parse_element()
[all …]
/freebsd/tools/tools/kdrv/
H A DKernelDriver85 proc findDrvFile_try {hint} { argument
88 if {[file exists $hint]} {
91 set hint [file readlink $hint];
93 switch [file type $hint] {
96 return $hint;
120 return $hint.drvinfo;
125 proc findDrvFile {hint} { argument
963 proc getKpath {hint} { argument
968 if {$hint == ""} {
971 set kpath $hint;
[all …]
/freebsd/contrib/llvm-project/lld/MachO/
H A DRelocations.cpp97 std::string hint; in reportRangeError() local
102 hint = "; references " + toString(*sym); in reportRangeError()
105 Twine(max) + "]" + hint); in reportRangeError()
111 std::string hint; in reportRangeError() local
113 hint = "; references " + toString(*d.symbol); in reportRangeError()
115 ", " + Twine(max) + "]" + hint); in reportRangeError()
/freebsd/crypto/openssl/crypto/
H A Darm_arch.h138 # define AARCH64_VALID_CALL_TARGET hint #34 /* BTI 'c' */
148 # define AARCH64_SIGN_LINK_REGISTER hint #25 /* PACIASP */
149 # define AARCH64_VALIDATE_LINK_REGISTER hint #29 /* AUTIASP */
154 # define AARCH64_SIGN_LINK_REGISTER hint #27 /* PACIBSP */
155 # define AARCH64_VALIDATE_LINK_REGISTER hint #31 /* AUTIBSP */
/freebsd/sys/crypto/openssl/
H A Darm_arch.h138 # define AARCH64_VALID_CALL_TARGET hint #34 /* BTI 'c' */
148 # define AARCH64_SIGN_LINK_REGISTER hint #25 /* PACIASP */
149 # define AARCH64_VALIDATE_LINK_REGISTER hint #29 /* AUTIASP */
154 # define AARCH64_SIGN_LINK_REGISTER hint #27 /* PACIBSP */
155 # define AARCH64_VALIDATE_LINK_REGISTER hint #31 /* AUTIBSP */
/freebsd/sys/sys/
H A Devent.h243 #define KNOTE(list, hint, flags) knote(list, hint, flags) argument
244 #define KNOTE_LOCKED(list, hint) knote(list, hint, KNF_LISTLOCKED) argument
245 #define KNOTE_UNLOCKED(list, hint) knote(list, hint, 0) argument
269 int (*f_event)(struct knote *kn, long hint);
331 void knote(struct knlist *list, long hint, int lockflags);
/freebsd/contrib/arm-optimized-routines/string/aarch64/
H A Dasmdefs.h12 #define BTI_C hint 34
13 #define BTI_J hint 36
15 #define PACIASP hint 25; .cfi_window_save
16 #define AUTIASP hint 29; .cfi_window_save
/freebsd/usr.bin/finger/
H A Dnet.c61 static struct addrinfo hint; in netfinger() local
70 hint.ai_flags = AI_CANONNAME; in netfinger()
71 hint.ai_family = family; in netfinger()
72 hint.ai_socktype = SOCK_STREAM; in netfinger()
74 error = getaddrinfo(host, "finger", &hint, &ai0); in netfinger()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_psk_identity.pod5 SSL_get_psk_identity, SSL_get_psk_identity_hint - get PSK client identity and hint
16 SSL_get_psk_identity_hint() is used to retrieve the PSK identity hint
25 hint and SSL_get_psk_identity() returns the PSK identity. Both are
27 no PSK identity hint was used during the connection setup.
H A DSSL_CTX_use_psk_identity_hint.pod13 - set PSK identity hint to use
34 int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *hint);
35 int SSL_use_psk_identity_hint(SSL *ssl, const char *hint);
60 to set the given B<NUL>-terminated PSK identity hint B<hint> for SSL context
62 identity hint B<hint> for the SSL connection object B<ssl>. If B<hint> is
63 B<NULL> the current hint from B<ctx> or B<ssl> is deleted.
65 In the case where PSK identity hint is B<NULL>, the server does not send the
/freebsd/sys/arm64/include/
H A Dasm.h138 #define BTI_C hint #34
139 #define BTI_J hint #36
160 #define PAC_LR_SIGN hint #25 /* paciasp */
161 #define PAC_LR_AUTH hint #29 /* autiasp */
/freebsd/sys/contrib/ck/include/
H A Dck_elide.h149 enum _ck_elide_hint hint; \
167 hint = _ck_elide_fallback(&retry, st, c, status); \
168 if (hint == CK_ELIDE_HINT_RETRY) \
171 if (hint == CK_ELIDE_HINT_SPIN) { \
182 if (hint == CK_ELIDE_HINT_STOP) \
/freebsd/usr.sbin/config/
H A Dconfig.y192 struct hint *hint; variable
194 hint = (struct hint *)calloc(1, sizeof (struct hint));
195 if (hint == NULL)
197 hint->hint_name = $2;
198 STAILQ_INSERT_HEAD(&hints, hint, hint_next);
H A Dconfig.h207 struct hint { struct
209 STAILQ_ENTRY(hint) hint_next;
212 extern STAILQ_HEAD(hint_head, hint) hints;
/freebsd/sys/x86/conf/
H A DNOTES200 envvar hint.sc.0.at="isa"
274 envvar hint.psm.0.irq="12"
304 envvar hint.vga.0.at="isa"
392 envvar hint.fdc.0.at="isa"
394 envvar hint.fdc.0.irq="6"
395 envvar hint.fdc.0.drq="2"
405 #hint.fdc.0.flags="1"
408 envvar hint.fd.0.at="fdc0"
409 envvar hint.fd.0.drive="0"
410 envvar hint.fd.1.at="fdc0"
[all …]
/freebsd/sys/dev/bhnd/
H A Dbhnd_erom.h55 const struct bhnd_chipid *hint,
145 const struct bhnd_chipid *hint, struct bhnd_chipid *cid) in bhnd_erom_probe() argument
147 return (BHND_EROM_PROBE(cls, eio, hint, cid)); in bhnd_erom_probe()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_vfork_aarch64.inc.S13 hint #25 // paciasp
38 hint #29 // autiasp

1234567891011