Home
last modified time | relevance | path

Searched refs:hint (Results 1 – 25 of 260) 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"
10 hint.ata.0.port="0x1F0"
[all …]
H A DNOTES190 envvar hint.npx.0.flags="0x0"
191 envvar hint.npx.0.irq="13"
249 envvar hint.cs.0.at="isa"
250 envvar hint.cs.0.port="0x300"
251 envvar hint.ed.0.at="isa"
252 envvar hint.ed.0.port="0x280"
253 envvar hint.ed.0.irq="5"
254 envvar hint.ed.0.maddr="0xd8000"
256 envvar hint.le.0.at="isa"
257 envvar hint
[all...]
/freebsd/sys/amd64/conf/
H A DGENERIC.hints1 hint.atkbdc.0.at="isa"
2 hint.atkbdc.0.port="0x060"
3 hint.atkbd.0.at="atkbdc"
4 hint.atkbd.0.irq="1"
5 hint.psm.0.at="atkbdc"
6 hint.psm.0.irq="12"
7 hint.sc.0.at="isa"
8 hint.sc.0.flags="0x100"
9 hint.uart.0.at="acpi"
10 hint.uart.0.port="0x3F8"
[all …]
/freebsd/usr.bin/sort/
H A Dcoll.c835 if (kv1->hint->status == HS_UNINITIALIZED) { in numcoll_impl()
839 kv1->hint->v.nh.n1 = wcstoull(smain1, NULL, 10); in numcoll_impl()
841 kv1->hint->v.nh.empty=true; in numcoll_impl()
842 kv1->hint->v.nh.si = SI1; in numcoll_impl()
843 kv1->hint->status = (kv1->hint->v.nh.n1 != ULLONG_MAX) ? in numcoll_impl()
845 kv1->hint->v.nh.neg = (sign1 < 0) ? true : false; in numcoll_impl()
848 if (kv2->hint->status == HS_UNINITIALIZED) { in numcoll_impl()
852 kv2->hint->v.nh.n1 = wcstoull(smain2, NULL, 10); in numcoll_impl()
854 kv2->hint->v.nh.empty=true; in numcoll_impl()
855 kv2->hint->v.nh.si = SI2; in numcoll_impl()
[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()
232 else if (softs->hint.queue_depth < PQISRC_MIN_OUTSTANDING_REQ) { 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()
[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()
357 if (_citrus_bcs_strcasecmp(name, hint->name) == 0) 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()
[all …]
/freebsd/tools/tools/kdrv/
H A DKernelDriver85 proc findDrvFile_try {hint} { argument
88 if {[file exists $hint]} {
90 while {[file type $hint] == "link"} {
91 set hint [file readlink $hint];
93 switch [file type $hint] {
96 return $hint;
100 set candidate [glob -nocomplain "$hint/*.drvinfo"];
109 error "multiple driver info files in directory : $hint";
114 error "driver info file may be a typewriter : $hint";
119 if {[file exists $hint.drvinfo]} {
[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_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
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.
/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.y199 struct hint *hint; variable
201 hint = (struct hint *)calloc(1, sizeof (struct hint));
202 if (hint == NULL)
204 hint->hint_name = $2;
205 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 DNOTES92 envvar hint.speaker.0.at="isa"
93 envvar hint.speaker.0.port="0x61"
203 envvar hint.sc.0.at="isa"
276 envvar hint.psm.0.at="atkbdc"
277 envvar hint.psm.0.irq="12"
286 envvar hint.atkbdc.0.at="isa"
287 envvar hint.atkbdc.0.port="0x060"
291 envvar hint.atkbd.0.at="atkbdc"
292 envvar hint.atkbd.0.irq="1"
307 envvar hint.vga.0.at="isa"
[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
/freebsd/contrib/ntp/sntp/libevent/
H A Dbufferevent_sock.c498 struct evutil_addrinfo hint; in bufferevent_socket_connect_hostname() local
506 memset(&hint, 0, sizeof(hint)); in bufferevent_socket_connect_hostname()
507 hint.ai_family = family; in bufferevent_socket_connect_hostname()
508 hint.ai_protocol = IPPROTO_TCP; in bufferevent_socket_connect_hostname()
509 hint.ai_socktype = SOCK_STREAM; in bufferevent_socket_connect_hostname()
521 portbuf, &hint, bufferevent_connect_getaddrinfo_cb, bev); in bufferevent_socket_connect_hostname()

1234567891011