| /f-stack/freebsd/netgraph/ |
| H A 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()
|
| H A 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()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/ |
| H A D | zed_conf.c | 222 _zed_conf_parse_path(char **resultp, const char *path) in _zed_conf_parse_path() argument 226 assert(resultp != NULL); in _zed_conf_parse_path() 229 if (*resultp) in _zed_conf_parse_path() 230 free(*resultp); in _zed_conf_parse_path() 233 *resultp = strdup(path); in _zed_conf_parse_path() 242 *resultp = strdup(buf); in _zed_conf_parse_path() 244 if (!*resultp) in _zed_conf_parse_path()
|
| /f-stack/freebsd/ddb/ |
| H A D | db_command.c | 191 struct command **cmdp, int *resultp); 272 int *resultp) in db_cmd_match() argument 283 *resultp = CMD_UNIQUE; in db_cmd_match() 292 if (*resultp == CMD_FOUND) { in db_cmd_match() 293 *resultp = CMD_AMBIGUOUS; in db_cmd_match() 298 *resultp = CMD_FOUND; in db_cmd_match()
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | siena_phy.c | 616 __out efx_bist_result_t *resultp, 747 EFSYS_ASSERT(resultp != NULL); 749 *resultp = EFX_BIST_RESULT_RUNNING; 751 *resultp = EFX_BIST_RESULT_PASSED; 753 *resultp = EFX_BIST_RESULT_FAILED;
|
| H A D | ef10_phy.c | 696 __out efx_bist_result_t *resultp, 791 EFSYS_ASSERT(resultp != NULL); 793 *resultp = EFX_BIST_RESULT_RUNNING; 795 *resultp = EFX_BIST_RESULT_PASSED; 797 *resultp = EFX_BIST_RESULT_FAILED;
|
| H A D | efx_phy.c | 555 __out efx_bist_result_t *resultp, in efx_bist_poll() argument 576 if ((rc = epop->epo_bist_poll(enp, type, resultp, value_maskp, in efx_bist_poll()
|
| H A D | siena_impl.h | 434 __out efx_bist_result_t *resultp,
|
| H A D | efx_nic.c | 1259 __out efx_pcie_link_performance_t *resultp) in efx_nic_check_pcie_link_speed() argument 1294 *resultp = result; in efx_nic_check_pcie_link_speed()
|
| H A D | ef10_impl.h | 511 __out_opt uint32_t *resultp); 820 __out efx_bist_result_t *resultp,
|
| H A D | efx.h | 305 __out efx_pcie_link_performance_t *resultp); 1381 __out efx_bist_result_t *resultp,
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs_core/ |
| H A D | libzfs_core.c | 173 nvlist_t *source, nvlist_t **resultp) in lzc_ioctl() argument 197 if (resultp != NULL) { in lzc_ioctl() 198 *resultp = NULL; in lzc_ioctl() 221 if (errno == ENOMEM && resultp != NULL && in lzc_ioctl() 237 *resultp = fnvlist_unpack((void *)(uintptr_t)zc.zc_nvlist_dst, in lzc_ioctl()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/ |
| H A D | ccm.c | 360 uint8_t *resultp; in ccm_mode_decrypt_contiguous_blocks() local 476 resultp = (uint8_t *)ctx->ccm_pt_buf + in ccm_mode_decrypt_contiguous_blocks() 478 copy_block(cbp, resultp); in ccm_mode_decrypt_contiguous_blocks()
|