| /src/external/bsd/unbound/dist/ipsecmod/ |
| ipsecmod.c | 146 struct module_qstate* newq; local 167 (uint16_t)(BIT_RD|flags), 0, 0, &newq)){
|
| /src/external/bsd/unbound/dist/services/ |
| mesh.c | 1193 uint16_t qflags, int prime, int valrec, struct module_qstate** newq, 1232 *newq = &(*sub)->s; 1234 *newq = NULL; 1239 uint16_t qflags, int prime, int valrec, struct module_qstate** newq) 1244 if(!mesh_add_sub(qstate, qinfo, qflags, prime, valrec, newq, &sub)) 1256 /* *newq will be run when inited after the current module stops */ 1598 struct module_qstate* newq; local 1687 if(mesh_add_sub(qstate, &qinfo, BIT_RD, 0, 0, &newq, &sub)) {
|
| /src/external/bsd/unbound/dist/validator/ |
| validator.c | 465 * @param newq: If the subquery is newly created, it is returned, 473 struct module_qstate** newq, int detached) 500 (uint16_t)(BIT_RD|flags), 0, valrec, newq, &sub)){ 509 (uint16_t)(BIT_RD|flags), 0, valrec, newq)){ 514 /* newq; validator does not need state created for that 516 if(*newq) { 518 sock_list_merge(&(*newq)->blacklist, (*newq)->region, 547 struct module_qstate* newq = NULL; local 573 LDNS_RR_TYPE_NULL, ta->dclass, 0, &newq, 1)) 625 struct module_qstate* newq = NULL; local 2000 struct module_qstate* newq = NULL; local [all...] |
| /src/sys/uvm/ |
| uvm_pdpolicy_clockpro.c | 699 pageq_t * const newq = clockpro_queue(s, CLOCKPRO_NEWQ); local 704 while (pageq_len(newq) > len) { 705 pg = pageq_remove_head(newq); 1545 printf("newq corrupt %p\n", pg); 1550 PRINTCOUNT("newq");
|
| /src/external/mpl/bind/dist/bin/dig/ |
| dighost.c | 4073 dig_query_t *newq = NULL; local 4080 newq = new_query(l, query->servname, query->userarg); 4081 ISC_LIST_INSERTAFTER(l->q, query, newq, link); 4089 start_udp(newq);
|