Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bootparamd/callbootd/
H A Dcallbootd.c36 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 Dng_pred1.c93 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 Dng_deflate.c418 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 Dzed_conf.c201 _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 Ddb_command.c209 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 Ddlg_keys.c277 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 Dmenubox.c145 char **resultp) in input_menu_edit() argument
198 *resultp = result; in input_menu_edit()
/freebsd/sys/dev/sfxge/common/
H A Def10_phy.c656 __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 Dsiena_phy.c644 __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 Defx_phy.c554 __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 Defx_nic.c1097 __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 Dsiena_impl.h388 __out efx_bist_result_t *resultp,
H A Def10_impl.h413 __out_opt uint32_t *resultp);
679 __out efx_bist_result_t *resultp,
H A Defx.h241 __out efx_pcie_link_performance_t *resultp);
1239 __out efx_bist_result_t *resultp,
/freebsd/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c175 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 Dlibzfs_core.abi2825 <parameter type-id='857bb57e' name='resultp'/>
/freebsd/lib/libc/rpc/
H A Drpc_soc.c330 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 Dccm.c357 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 Dsshconnect.c294 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 Dconfigure.ac303 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 DCMakeLists.txt948 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 Dconfigure6120 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);