/freebsd/usr.sbin/bootparamd/callbootd/ |
H A D | callbootd.c | 36 eachres_whoami(bp_whoami_res *resultp, struct sockaddr_in *raddr) in eachres_whoami() argument 42 printwhoami(resultp); in eachres_whoami() 48 eachres_getfile(bp_getfile_res *resultp, struct sockaddr_in *raddr) in eachres_getfile() argument 54 printgetfile(resultp); in eachres_getfile()
|
/freebsd/sys/netgraph/ |
H A D | ng_pred1.c | 93 struct mbuf **resultp); 95 struct mbuf **resultp); 380 ng_pred1_compress(node_p node, struct mbuf *m, struct mbuf **resultp) in ng_pred1_compress() argument 389 *resultp = NULL; in ng_pred1_compress() 452 *resultp = m; in ng_pred1_compress() 463 ng_pred1_decompress(node_p node, struct mbuf *m, struct mbuf **resultp) in ng_pred1_decompress() argument 471 *resultp = NULL; in ng_pred1_decompress() 540 *resultp = m; in ng_pred1_decompress() 555 *resultp = m; in ng_pred1_decompress()
|
H A D | ng_deflate.c | 418 ng_deflate_compress(node_p node, struct mbuf *m, struct mbuf **resultp) in ng_deflate_compress() argument 425 *resultp = NULL; in ng_deflate_compress() 492 *resultp = m; in ng_deflate_compress() 508 *resultp = m; in ng_deflate_compress() 524 ng_deflate_decompress(node_p node, struct mbuf *m, struct mbuf **resultp) in ng_deflate_decompress() argument 536 *resultp = NULL; in ng_deflate_decompress() 642 *resultp = m; in ng_deflate_decompress() 690 *resultp = m; in ng_deflate_decompress()
|
/freebsd/sys/contrib/openzfs/cmd/zed/ |
H A D | zed_conf.c | 201 _zed_conf_parse_path(char **resultp, const char *path) in _zed_conf_parse_path() argument 205 assert(resultp != NULL); in _zed_conf_parse_path() 208 if (*resultp) in _zed_conf_parse_path() 209 free(*resultp); in _zed_conf_parse_path() 212 *resultp = strdup(path); in _zed_conf_parse_path() 223 *resultp = strdup(buf); in _zed_conf_parse_path() 226 if (!*resultp) in _zed_conf_parse_path()
|
/freebsd/sys/ddb/ |
H A D | db_command.c | 209 struct db_command **cmdp, int *resultp); 295 int *resultp) in db_cmd_match() 306 *resultp = CMD_UNIQUE; in db_cmd_match() 315 if (*resultp == CMD_FOUND) { in db_cmd_match() 316 *resultp = CMD_AMBIGUOUS; in db_cmd_match() 319 } else if (*resultp == CMD_NONE) { in db_cmd_match() 321 *resultp = CMD_FOUND; 291 db_cmd_match(char * name,struct db_command * cmd,struct db_command ** cmdp,int * resultp) db_cmd_match() argument
|
/freebsd/contrib/dialog/ |
H A D | dlg_keys.c | 277 dlg_result_key(int dialog_key, int fkey GCC_UNUSED, int *resultp) in dlg_result_key() argument 298 *resultp = DLG_EXIT_OK; in dlg_result_key() 304 *resultp = DLG_EXIT_CANCEL; in dlg_result_key() 310 *resultp = DLG_EXIT_EXTRA; in dlg_result_key() 316 *resultp = DLG_EXIT_HELP; in dlg_result_key() 321 *resultp = DLG_EXIT_ESC; in dlg_result_key() 330 *resultp = DLG_EXIT_ESC; in dlg_result_key() 333 *resultp = DLG_EXIT_ERROR; in dlg_result_key()
|
H A D | menubox.c | 145 char **resultp) in input_menu_edit() argument 198 *resultp = result; in input_menu_edit()
|
/freebsd/sys/dev/sfxge/common/ |
H A D | ef10_phy.c | 656 __out efx_bist_result_t *resultp, 751 EFSYS_ASSERT(resultp != NULL); 753 *resultp = EFX_BIST_RESULT_RUNNING; 755 *resultp = EFX_BIST_RESULT_PASSED; 757 *resultp = EFX_BIST_RESULT_FAILED;
|
H A D | siena_phy.c | 644 __out efx_bist_result_t *resultp, 775 EFSYS_ASSERT(resultp != NULL); 777 *resultp = EFX_BIST_RESULT_RUNNING; 779 *resultp = EFX_BIST_RESULT_PASSED; 781 *resultp = EFX_BIST_RESULT_FAILED;
|
H A D | efx_phy.c | 554 __out efx_bist_result_t *resultp, in efx_bist_poll() argument 575 if ((rc = epop->epo_bist_poll(enp, type, resultp, value_maskp, in efx_bist_poll()
|
H A D | efx_nic.c | 1097 __out efx_pcie_link_performance_t *resultp) in efx_nic_check_pcie_link_speed() argument 1132 *resultp = result; in efx_nic_check_pcie_link_speed()
|
H A D | siena_impl.h | 388 __out efx_bist_result_t *resultp,
|
H A D | ef10_impl.h | 413 __out_opt uint32_t *resultp); 679 __out efx_bist_result_t *resultp,
|
H A D | efx.h | 241 __out efx_pcie_link_performance_t *resultp); 1239 __out efx_bist_result_t *resultp,
|
/freebsd/sys/contrib/openzfs/lib/libzfs_core/ |
H A D | libzfs_core.c | 175 nvlist_t *source, nvlist_t **resultp) in lzc_ioctl() argument 199 if (resultp != NULL) { in lzc_ioctl() 200 *resultp = NULL; in lzc_ioctl() 223 if (errno == ENOMEM && resultp != NULL && in lzc_ioctl() 238 if (zc.zc_nvlist_dst_filled && resultp != NULL) { in lzc_ioctl() 239 *resultp = fnvlist_unpack((void *)(uintptr_t)zc.zc_nvlist_dst, in lzc_ioctl() 252 nvlist_t *source, nvlist_t **resultp) in lzc_scrub() argument 254 return (lzc_ioctl(ioc, name, source, resultp)); in lzc_scrub()
|
H A D | libzfs_core.abi | 2825 <parameter type-id='857bb57e' name='resultp'/>
|
/freebsd/lib/libc/rpc/ |
H A D | rpc_soc.c | 330 rpc_wrap_bcast(char *resultp, struct netbuf *addr, struct netconfig *nconf) in rpc_wrap_bcast() argument 345 return (*clnt_broadcast_result)(resultp, in rpc_wrap_bcast()
|
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/ |
H A D | ccm.c | 357 uint8_t *resultp; in ccm_mode_decrypt_contiguous_blocks() local 473 resultp = (uint8_t *)ctx->ccm_pt_buf + in ccm_mode_decrypt_contiguous_blocks() 475 copy_block(cbp, resultp); in ccm_mode_decrypt_contiguous_blocks()
|
/freebsd/crypto/openssh/ |
H A D | sshconnect.c | 294 struct sockaddr_storage *resultp, socklen_t *rlenp) in check_ifaddrs() argument 324 memcpy(resultp, sa, *rlenp); in check_ifaddrs() 338 memcpy(resultp, sa6, *rlenp); in check_ifaddrs()
|
/freebsd/contrib/libpcap/ |
H A D | configure.ac | 303 struct netent *resultp; 306 return getnetbyname_r((const char *)0, &netent_buf, buf, sizeof buf, &resultp, &h_errnoval); 375 struct protoent *resultp; 377 return getprotobyname_r((const char *)0, &protoent_buf, buf, sizeof buf, &resultp);
|
H A D | CMakeLists.txt | 948 struct netent *resultp; 951 return getnetbyname_r((const char *)0, &netent_buf, buf, sizeof buf, &resultp, &h_errnoval); 1013 struct protoent *resultp; 1015 return getprotobyname_r((const char *)0, &protoent_buf, buf, sizeof buf, &resultp);
|
H A D | configure | 6120 struct netent *resultp; 6123 return getnetbyname_r((const char *)0, &netent_buf, buf, sizeof buf, &resultp, &h_errnoval); 6250 struct protoent *resultp; 6252 return getprotobyname_r((const char *)0, &protoent_buf, buf, sizeof buf, &resultp);
|