| /freebsd-12-stable/contrib/gperf/src/ |
| D | keyword-list.cc | 90 Keyword_List **resultp = &result; in merge() local 95 *resultp = list2; in merge() 100 *resultp = list1; in merge() 105 *resultp = list2; in merge() 106 resultp = &list2->rest(); in merge() 109 list2 = list1; list1 = *resultp; in merge() 113 *resultp = list1; in merge() 114 resultp = &list1->rest(); in merge() 115 list1 = *resultp; in merge()
|
| /freebsd-12-stable/sys/netgraph/ |
| D | ng_pred1.c | 95 struct mbuf **resultp); 97 struct mbuf **resultp); 382 ng_pred1_compress(node_p node, struct mbuf *m, struct mbuf **resultp) in ng_pred1_compress() argument 391 *resultp = NULL; in ng_pred1_compress() 454 *resultp = m; in ng_pred1_compress() 465 ng_pred1_decompress(node_p node, struct mbuf *m, struct mbuf **resultp) in ng_pred1_decompress() argument 473 *resultp = NULL; in ng_pred1_decompress() 542 *resultp = m; in ng_pred1_decompress() 557 *resultp = m; in ng_pred1_decompress()
|
| D | ng_deflate.c | 420 ng_deflate_compress(node_p node, struct mbuf *m, struct mbuf **resultp) in ng_deflate_compress() argument 427 *resultp = NULL; in ng_deflate_compress() 494 *resultp = m; in ng_deflate_compress() 510 *resultp = m; in ng_deflate_compress() 526 ng_deflate_decompress(node_p node, struct mbuf *m, struct mbuf **resultp) in ng_deflate_decompress() argument 538 *resultp = NULL; in ng_deflate_decompress() 644 *resultp = m; in ng_deflate_decompress() 692 *resultp = m; in ng_deflate_decompress()
|
| /freebsd-12-stable/usr.sbin/bootparamd/callbootd/ |
| D | callbootd.c | 38 eachres_whoami(bp_whoami_res *resultp, struct sockaddr_in *raddr) in eachres_whoami() argument 44 printwhoami(resultp); in eachres_whoami() 50 eachres_getfile(bp_getfile_res *resultp, struct sockaddr_in *raddr) in eachres_getfile() argument 56 printgetfile(resultp); in eachres_getfile()
|
| /freebsd-12-stable/contrib/dialog/ |
| D | dlg_keys.c | 264 dlg_result_key(int dialog_key, int fkey GCC_UNUSED, int *resultp) in dlg_result_key() argument 272 *resultp = DLG_EXIT_OK; in dlg_result_key() 277 *resultp = DLG_EXIT_CANCEL; in dlg_result_key() 283 *resultp = DLG_EXIT_EXTRA; in dlg_result_key() 289 *resultp = DLG_EXIT_HELP; in dlg_result_key() 294 *resultp = DLG_EXIT_ESC; in dlg_result_key() 303 *resultp = DLG_EXIT_ESC; in dlg_result_key() 306 *resultp = DLG_EXIT_ERROR; in dlg_result_key()
|
| D | menubox.c | 144 char **resultp) in input_menu_edit() argument 187 *resultp = result; in input_menu_edit()
|
| /freebsd-12-stable/sys/ddb/ |
| D | db_command.c | 190 struct command **cmdp, int *resultp); 271 int *resultp) in db_cmd_match() argument 282 *resultp = CMD_UNIQUE; in db_cmd_match() 291 if (*resultp == CMD_FOUND) { in db_cmd_match() 292 *resultp = CMD_AMBIGUOUS; in db_cmd_match() 297 *resultp = CMD_FOUND; in db_cmd_match()
|
| /freebsd-12-stable/contrib/binutils/opcodes/ |
| D | cgen-asm.c | 306 enum cgen_parse_operand_result *resultp, in cgen_parse_address() argument 319 if (resultp != NULL) in cgen_parse_address() 320 *resultp = result_type; in cgen_parse_address()
|
| /freebsd-12-stable/sys/dev/sfxge/common/ |
| D | ef10_phy.c | 521 __out efx_bist_result_t *resultp, 616 EFSYS_ASSERT(resultp != NULL); 618 *resultp = EFX_BIST_RESULT_RUNNING; 620 *resultp = EFX_BIST_RESULT_PASSED; 622 *resultp = EFX_BIST_RESULT_FAILED;
|
| D | siena_phy.c | 638 __out efx_bist_result_t *resultp, 769 EFSYS_ASSERT(resultp != NULL); 771 *resultp = EFX_BIST_RESULT_RUNNING; 773 *resultp = EFX_BIST_RESULT_PASSED; 775 *resultp = EFX_BIST_RESULT_FAILED;
|
| D | efx_nvram.c | 927 __out_opt uint32_t *resultp) in efx_mcdi_nvram_update_finish() argument 975 if (resultp != NULL) in efx_mcdi_nvram_update_finish() 976 *resultp = result; in efx_mcdi_nvram_update_finish() 988 if (resultp != NULL) in efx_mcdi_nvram_update_finish() 989 *resultp = result; in efx_mcdi_nvram_update_finish()
|
| D | efx_phy.c | 494 __out efx_bist_result_t *resultp, in efx_bist_poll() argument 515 if ((rc = epop->epo_bist_poll(enp, type, resultp, value_maskp, in efx_bist_poll()
|
| D | efx_nic.c | 819 __out efx_pcie_link_performance_t *resultp) in efx_nic_check_pcie_link_speed() argument 854 *resultp = result; in efx_nic_check_pcie_link_speed()
|
| D | siena_impl.h | 380 __out efx_bist_result_t *resultp,
|
| D | ef10_nvram.c | 2057 __out_opt uint32_t *resultp) in ef10_nvram_partn_unlock() argument 2062 if (resultp != NULL) in ef10_nvram_partn_unlock() 2063 *resultp = MC_CMD_NVRAM_VERIFY_RC_UNKNOWN; in ef10_nvram_partn_unlock() 2065 rc = efx_mcdi_nvram_update_finish(enp, partn, reboot, resultp); in ef10_nvram_partn_unlock()
|
| D | ef10_impl.h | 397 __out_opt uint32_t *resultp); 633 __out efx_bist_result_t *resultp,
|
| D | efx.h | 207 __out efx_pcie_link_performance_t *resultp); 1077 __out efx_bist_result_t *resultp,
|
| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs_core/common/ |
| D | libzfs_core.c | 137 nvlist_t *source, nvlist_t **resultp) argument 171 if (resultp != NULL) { 172 *resultp = NULL; 199 if (errno == ENOMEM && resultp != NULL && 224 *resultp = fnvlist_unpack((void *)(uintptr_t)zc.zc_nvlist_dst, 229 lzc_compat_outnvl(&zc, ioc, resultp);
|
| /freebsd-12-stable/lib/libc/rpc/ |
| D | rpc_soc.c | 338 rpc_wrap_bcast(char *resultp, struct netbuf *addr, struct netconfig *nconf) in rpc_wrap_bcast() argument 353 return (*clnt_broadcast_result)(resultp, in rpc_wrap_bcast()
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | xcoffread.c | 231 int *resultp; member 247 *args->resultp = SECT_OFF_TEXT (objfile); in find_targ_sec() 249 *args->resultp = SECT_OFF_DATA (objfile); in find_targ_sec() 251 *args->resultp = sect->index; in find_targ_sec() 264 args.resultp = &off; in secnum_to_section() 279 args.resultp = &off; in secnum_to_bfd_section()
|
| D | varobj.c | 1042 delete_variable (struct cpstack **resultp, struct varobj *var, in delete_variable() argument 1047 delete_variable_1 (resultp, &delcount, var, in delete_variable() 1058 delete_variable_1 (struct cpstack **resultp, int *delcountp, in delete_variable_1() argument 1070 delete_variable_1 (resultp, delcountp, vc->child, 0, only_children_p); in delete_variable_1() 1084 cppush (resultp, xstrdup (var->obj_name)); in delete_variable_1()
|
| D | coffread.c | 251 asection **resultp; member 259 *args->resultp = sect; in find_targ_sec() 271 args.resultp = § in cs_to_section() 299 args.resultp = § in cs_section_address()
|
| /freebsd-12-stable/crypto/openssh/ |
| D | sshconnect.c | 295 struct sockaddr_storage *resultp, socklen_t *rlenp) in check_ifaddrs() argument 325 memcpy(resultp, sa, *rlenp); in check_ifaddrs() 339 memcpy(resultp, sa6, *rlenp); in check_ifaddrs()
|
| /freebsd-12-stable/contrib/libpcap/ |
| D | configure.ac | 249 struct netent *resultp; 252 return getnetbyname_r((const char *)0, &netent_buf, buf, sizeof buf, &resultp, &h_errnoval); 321 struct protoent *resultp; 323 return getprotobyname_r((const char *)0, &protoent_buf, buf, sizeof buf, &resultp);
|
| D | CMakeLists.txt | 493 struct netent *resultp; 496 return getnetbyname_r((const char *)0, &netent_buf, buf, sizeof buf, &resultp, &h_errnoval); 558 struct protoent *resultp; 560 return getprotobyname_r((const char *)0, &protoent_buf, buf, sizeof buf, &resultp);
|