Searched refs:validated (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DSample.cc33 validated = false;
46 if (validated == false)
49 validated = true;
57 if (prusage == NULL || validated)
59 validated = true;
H A DSample.h71 bool validated; // if validation performed member in class:Sample
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dvalidate.c296 static int validated = 0; local
300 if (validated)
302 validated++;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_bo_list.h57 struct list_head *validated);
H A Damdgpu_cs.c474 struct list_head *validated)
480 list_for_each_entry(lobj, validated, tv.head) {
530 INIT_LIST_HEAD(&p->validated);
553 amdgpu_bo_list_get_list(p->bo_list, &p->validated);
556 amdgpu_vm_get_pd_bo(&fpriv->vm, &p->validated, &p->vm_pd);
559 list_add(&p->uf_entry.tv.head, &p->validated);
594 r = ttm_eu_reserve_buffers(&p->ticket, &p->validated, true,
618 r = amdgpu_cs_list_validate(p, &p->validated);
660 ttm_eu_backoff_reservation(&p->ticket, &p->validated);
670 list_for_each_entry(e, &p->validated, t
473 amdgpu_cs_list_validate(struct amdgpu_cs_parser *p, struct list_head *validated) argument
[all...]
H A Damdgpu_bo_list.c202 struct list_head *validated)
232 list_splice(&bucket[i], validated);
201 amdgpu_bo_list_get_list(struct amdgpu_bo_list *list, struct list_head *validated) argument
H A Damdgpu_vm.h382 struct list_head *validated,
H A Damdgpu.h496 struct list_head validated; member in struct:amdgpu_cs_parser
H A Damdgpu_vm.c354 * is validated on next vm use to avoid fault.
585 * @validated: head of validation list
592 struct list_head *validated,
600 list_add(&entry->tv.head, validated);
1841 * the evicted list so that it gets validated again on the
591 amdgpu_vm_get_pd_bo(struct amdgpu_vm *vm, struct list_head *validated, struct amdgpu_bo_list_entry *entry) argument
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_cs.c198 radeon_cs_buckets_get_list(&buckets, &p->validated);
202 &p->validated);
211 r = radeon_bo_list_validate(p->rdev, &p->ticket, &p->validated, p->ring);
272 list_for_each_entry(reloc, &p->validated, tv.head) {
293 INIT_LIST_HEAD(&p->validated);
445 list_sort(NULL, &parser->validated, cmp_size_smaller_first);
448 &parser->validated,
452 &parser->validated);
H A Dradeon.h1118 struct list_head validated; member in struct:radeon_cs_parser
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc3621 The `validated' field describes whether any spec has looked at this switch;
3638 bool validated;
3918 as validated if VALIDATED and KNOWN if it is an internal switch. */
3922 bool validated, bool known)
3936 switches[n_switches].validated = validated;
4204 bool validated = false;
4249 validated = true;
4348 save_switch (compare_debug_replacement_opt, 0, NULL, validated, true);
4447 save_switch (concat ("-L", arg, NULL), 0, NULL, validated, tru
3620 bool validated; member in struct:switchstr
3900 save_switch(const char *opt, size_t n_args, const char *const *args, bool validated, bool known) argument
4183 bool validated = false; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgcc.c3413 The `validated' field describes whether any spec has looked at this switch;
3430 bool validated;
3708 as validated if VALIDATED and KNOWN if it is an internal switch. */
3712 bool validated, bool known)
3726 switches[n_switches].validated = validated;
3923 bool validated = false;
3968 validated = true;
4063 save_switch (compare_debug_replacement_opt, 0, NULL, validated, true);
4162 save_switch (concat ("-L", arg, NULL), 0, NULL, validated, tru
[all...]
/netbsd-current/external/mpl/bind/dist/bin/dig/
H A Ddighost.h267 extern bool validated;
H A Ddig.c397 if (!validated) {
399 "be validated");
H A Ddighost.c152 bool validated = true; variable
4397 validated = false;
/netbsd-current/sys/netinet6/
H A Dicmp6.c1118 icmp6_mtudisc_update(struct ip6ctlparam *ip6cp, int validated) argument
1140 if (!validated)
1146 * allow non-validated cases if memory is plenty, to make traffic
1151 if (validated) {
/netbsd-current/external/bsd/ipf/dist/
H A DHISTORY96 3531868 ICMPV6 checksum not validated
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dresolver.c658 validated(isc_task_t *task, isc_event_t *event);
938 validated, valarg, &validator);
5754 validated(isc_task_t *task, isc_event_t *event) { function
6081 * be validated.
6091 * Cache any SOA/NS/NSEC records that happened to be validated.
6539 * records from a secure domain are only cached if validated
6549 * RRSIGs are validated as part of validating the
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dresolver.c680 validated(isc_task_t *task, isc_event_t *event);
978 validated, valarg, &validator);
5449 validated(isc_task_t *task, isc_event_t *event) { function
5803 * be validated.
5815 * Cache any SOA/NS/NSEC records that happened to be validated.
6298 * only cached if validated within the context of a
6307 * RRSIGs are validated as part of validating

Completed in 503 milliseconds