| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| node-type-tracker.c | 204 node_type_tracker_callback_t **tpp; local 207 for (tpp = &tracker->callbacks; *tpp != NULL; tpp = &(*tpp)->next) { 208 if ((*tpp)->context == context) { 229 *tpp = tracker_callback; 275 for (node_type_tracker_callback_t **tpp = &tracker->callbacks; *tpp != NULL; tpp = &((*tpp)->next)) [all...] |
| thread-tracker.c | 231 thread_tracker_callback_t **tpp; local 234 for (tpp = &tracker->callbacks; *tpp != NULL; tpp = &(*tpp)->next) { 235 if ((*tpp)->context == context) { 256 *tpp = tracker_callback; 302 for (thread_tracker_callback_t **tpp = &tracker->callbacks; *tpp != NULL; tpp = &((*tpp)->next)) [all...] |
| service-tracker.c | 372 service_tracker_callback_t **tpp; local 375 for (tpp = &tracker->callbacks; *tpp != NULL; tpp = &(*tpp)->next) { 376 if ((*tpp)->context == context) { 397 *tpp = tracker_callback; 453 for (service_tracker_callback_t **tpp = &tracker->callbacks; *tpp != NULL; tpp = &((*tpp)->next)) [all...] |
| /src/external/ibm-public/postfix/dist/src/global/ |
| mail_addr_crunch.c | 95 TOK822 **tpp; local 126 for (tpp = addr_list; *tpp; tpp++) { 127 tok822_externalize(extern_addr, tpp[0]->head, TOK822_STR_DEFL);
|
| /src/external/ibm-public/postfix/dist/src/smtp/ |
| smtp_map11.c | 274 TOK822 **tpp; local 278 for (tpp = addr_list; *tpp; tpp++) 279 have_result |= smtp_map11_tree(tpp[0], maps, 1);
|
| smtp_proto.c | 1376 TOK822 **tpp; local 1381 for (tpp = addr_list; *tpp; tpp++) 1382 did_rewrite |= smtp_map11_tree(tpp[0], smtp_generic_maps,
|
| /src/external/ibm-public/postfix/dist/src/cleanup/ |
| cleanup_message.c | 158 TOK822 **tpp; local 173 for (tpp = addr_list; *tpp; tpp++) { 174 did_rewrite |= cleanup_rewrite_tree(state->hdr_rewrite_context, *tpp); 179 cleanup_map11_tree(state, *tpp, cleanup_send_canon_maps, 184 cleanup_map11_tree(state, *tpp, cleanup_comm_canon_maps, 189 cleanup_masquerade_tree(state, *tpp, cleanup_masq_domains); 215 TOK822 **tpp; local 230 for (tpp = addr_list; *tpp; tpp++) [all...] |
| /src/usr.bin/xlint/lint1/ |
| decl.c | 903 type_t **tpp = &sym->s_type; local 905 while (*tpp != NULL) { 906 type_t *tp = *tpp; 921 *tpp = block_derive_type( 922 t == FUNC ? *tpp : (*tpp)->t_subt, PTR); 936 *tpp = gettyp(INT); 947 *tpp = gettyp(INT); 959 *tpp = gettyp(INT); 966 *tpp = gettyp(INT) 1248 type_t **tpp = &decl->s_type; local 1309 type_t **tpp = &decl->s_type; local 1441 type_t **tpp = &decl->s_type; local [all...] |
| /src/sys/kern/ |
| kern_threadpool.c | 276 struct threadpool_percpu *tpp; local 278 LIST_FOREACH(tpp, &percpu_threadpools, tpp_link) { 279 if (tpp->tpp_pri == pri) 280 return tpp; 286 threadpool_insert_percpu(struct threadpool_percpu *tpp) 288 KASSERT(threadpool_lookup_percpu(tpp->tpp_pri) == NULL); 289 LIST_INSERT_HEAD(&percpu_threadpools, tpp, tpp_link); 293 threadpool_remove_percpu(struct threadpool_percpu *tpp) 295 KASSERT(threadpool_lookup_percpu(tpp->tpp_pri) == tpp); [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| tracefile-tfile.c | 66 CORE_ADDR addr1, CORE_ADDR addr2, int *tpp) override; 682 CORE_ADDR addr1, CORE_ADDR addr2, int *tpp) 693 if (tpp) 694 *tpp = -1; 758 if (tpp) 759 *tpp = tpnum; 772 if (tpp) 773 *tpp = -1;
|
| mdebugread.c | 1798 reference in TPP and side-effected as necessary. The type 1805 upgrade_type (int fd, struct type **tpp, int tq, union aux_ext *ax, int bigend, 1822 t = lookup_pointer_type (*tpp); 1823 *tpp = t; 1827 t = lookup_function_type (*tpp); 1828 *tpp = t; 1871 t = create_array_type (alloc, *tpp, range); 1889 if ((*tpp)->length () == 0) 1892 *tpp = t; 4267 /* Lookup the type at relative index RN. Return it in TPP [all...] |
| tracectf.c | 851 CORE_ADDR addr1, CORE_ADDR addr2, int *tpp) override; 1549 CORE_ADDR addr1, CORE_ADDR addr2, int *tpp) 1556 if (tpp != NULL) 1557 *tpp = -1; 1626 if (tpp != NULL) 1627 *tpp = ctf_get_tpnum_from_frame_event (event);
|
| target.h | 1101 TPP. If no trace frame matches, return -1. May throw if the 1104 CORE_ADDR addr1, CORE_ADDR addr2, int *tpp) 2319 CORE_ADDR addr2, int *tpp);
|
| target.c | 660 CORE_ADDR addr1, CORE_ADDR addr2, int *tpp) 664 return target->trace_find (type, num, addr1, addr2, tpp);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| tracefile-tfile.c | 66 CORE_ADDR addr1, CORE_ADDR addr2, int *tpp) override; 682 CORE_ADDR addr1, CORE_ADDR addr2, int *tpp) 693 if (tpp) 694 *tpp = -1; 758 if (tpp) 759 *tpp = tpnum; 772 if (tpp) 773 *tpp = -1;
|
| mdebugread.c | 1798 reference in TPP and side-effected as necessary. The type 1805 upgrade_type (int fd, struct type **tpp, int tq, union aux_ext *ax, int bigend, 1822 t = lookup_pointer_type (*tpp); 1823 *tpp = t; 1827 t = lookup_function_type (*tpp); 1828 *tpp = t; 1871 t = create_array_type (alloc, *tpp, range); 1889 if ((*tpp)->length () == 0) 1892 *tpp = t; 4270 /* Lookup the type at relative index RN. Return it in TPP [all...] |
| tracectf.c | 851 CORE_ADDR addr1, CORE_ADDR addr2, int *tpp) override; 1549 CORE_ADDR addr1, CORE_ADDR addr2, int *tpp) 1556 if (tpp != NULL) 1557 *tpp = -1; 1626 if (tpp != NULL) 1627 *tpp = ctf_get_tpnum_from_frame_event (event);
|
| target.h | 1101 TPP. If no trace frame matches, return -1. May throw if the 1104 CORE_ADDR addr1, CORE_ADDR addr2, int *tpp) 2342 CORE_ADDR addr2, int *tpp);
|
| /src/usr.bin/netstat/ |
| main.c | 829 struct protox **tpp, *tp; local 831 for (tpp = protoprotox; *tpp; tpp++) 832 for (tp = *tpp; tp->pr_name; tp++)
|
| /src/external/ibm-public/postfix/dist/src/sendmail/ |
| sendmail.c | 621 TOK822 **tpp; local 645 for (tpp = addr_list; *tpp; tpp++) { 646 tok822_internalize(state->temp, tpp[0]->head, TOK822_STR_DEFL);
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| nislands_smc.h | 202 uint32_t tpp[SMC_NISLANDS_MC_TPP_CAC_NUM_OF_ENTRIES]; member in struct:SMC_NISLANDS_MC_TPP_CAC_TABLE
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| txg.c | 232 txg_thread_exit(tx_state_t *tx, callb_cpr_t *cpr, kthread_t **tpp) 234 ASSERT(*tpp != NULL); 235 *tpp = NULL;
|
| /src/usr.bin/xlint/lint2/ |
| chk.c | 326 total_args(int n, const type_t **tpp) 328 for (; *tpp != NULL; tpp++)
|
| /src/sbin/ping6/ |
| ping6.c | 1301 struct tv32 *tpp; local 1344 tpp = (struct tv32 *)(icp + 1); 1345 tp.tv_sec = ntohl(tpp->tv32_sec); 1346 tp.tv_usec = ntohl(tpp->tv32_usec);
|
| /src/external/bsd/nvi/dist/ex/ |
| ex_tag.c | 680 tag_copy(SCR *sp, TAG *otp, TAG **tpp) 702 *tpp = tp;
|