Home
last modified time | relevance | path

Searched refs:resultp (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_pred1.c95 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 Dng_deflate.c420 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 Dzed_conf.c222 _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 Ddb_command.c191 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 Dsiena_phy.c616 __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 Def10_phy.c696 __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 Defx_phy.c555 __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 Dsiena_impl.h434 __out efx_bist_result_t *resultp,
H A Defx_nic.c1259 __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 Def10_impl.h511 __out_opt uint32_t *resultp);
820 __out efx_bist_result_t *resultp,
H A Defx.h305 __out efx_pcie_link_performance_t *resultp);
1381 __out efx_bist_result_t *resultp,
/f-stack/freebsd/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c173 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 Dccm.c360 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()