Home
last modified time | relevance | path

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

12

/freebsd-head/usr.sbin/bootparamd/callbootd/
HDcallbootd.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-head/sys/netgraph/
HDng_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()
HDng_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-head/contrib/libdiff/test/
HDtest020.right.txt58 struct got_diffreg_result **resultp, struct got_blob_object *blob1,
76 if (resultp)
77 *resultp = NULL;
182 if (resultp && err == NULL)
183 *resultp = result;
221 diff_blob_file(struct got_diffreg_result **resultp,
232 if (resultp)
233 *resultp = NULL;
268 if (resultp && err == NULL)
269 *resultp = result;
[all …]
HDtest019.right.txt58 struct got_diffreg_result **resultp, struct got_blob_object *blob1,
76 if (resultp)
77 *resultp = NULL;
182 if (resultp && err == NULL)
183 *resultp = result;
221 diff_blob_file(struct got_diffreg_result **resultp,
232 if (resultp)
233 *resultp = NULL;
268 if (resultp && err == NULL)
269 *resultp = result;
[all …]
HDtest019.left.txt43 diff_blobs(struct got_diffreg_result **resultp,
56 if (resultp)
57 *resultp = NULL;
140 if (resultp && err == NULL)
141 *resultp = result;
179 diff_blob_file(struct got_diffreg_result **resultp,
190 if (resultp)
191 *resultp = NULL;
226 if (resultp && err == NULL)
227 *resultp = result;
[all …]
HDexpect019.diff7 -diff_blobs(struct got_diffreg_result **resultp,
24 + struct got_diffreg_result **resultp, struct got_blob_object *blob1,
39 if (resultp)
40 *resultp = NULL;
/freebsd-head/sys/contrib/openzfs/cmd/zed/
HDzed_conf.c202 _zed_conf_parse_path(char **resultp, const char *path) in _zed_conf_parse_path() argument
206 assert(resultp != NULL); in _zed_conf_parse_path()
209 if (*resultp) in _zed_conf_parse_path()
210 free(*resultp); in _zed_conf_parse_path()
213 *resultp = strdup(path); in _zed_conf_parse_path()
224 *resultp = strdup(buf); in _zed_conf_parse_path()
227 if (!*resultp) in _zed_conf_parse_path()
/freebsd-head/sys/ddb/
HDdb_command.c209 struct db_command **cmdp, int *resultp);
295 int *resultp) in db_cmd_match() argument
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; in db_cmd_match()
/freebsd-head/contrib/dialog/
HDdlg_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()
HDmenubox.c145 char **resultp) in input_menu_edit() argument
198 *resultp = result; in input_menu_edit()
/freebsd-head/sys/dev/sfxge/common/
HDef10_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;
HDsiena_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;
HDefx_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()
HDefx_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()
HDsiena_impl.h388 __out efx_bist_result_t *resultp,
HDef10_impl.h413 __out_opt uint32_t *resultp);
679 __out efx_bist_result_t *resultp,
HDefx.h241 __out efx_pcie_link_performance_t *resultp);
1239 __out efx_bist_result_t *resultp,
/freebsd-head/sys/contrib/openzfs/lib/libzfs_core/
HDlibzfs_core.c176 nvlist_t *source, nvlist_t **resultp) in lzc_ioctl() argument
200 if (resultp != NULL) { in lzc_ioctl()
201 *resultp = NULL; in lzc_ioctl()
224 if (errno == ENOMEM && resultp != NULL && in lzc_ioctl()
239 if (zc.zc_nvlist_dst_filled && resultp != NULL) { in lzc_ioctl()
240 *resultp = fnvlist_unpack((void *)(uintptr_t)zc.zc_nvlist_dst, in lzc_ioctl()
253 nvlist_t *source, nvlist_t **resultp) in lzc_scrub() argument
255 return (lzc_ioctl(ioc, name, source, resultp)); in lzc_scrub()
/freebsd-head/lib/libc/rpc/
HDrpc_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-head/sys/contrib/openzfs/module/icp/algs/modes/
HDccm.c358 uint8_t *resultp; in ccm_mode_decrypt_contiguous_blocks() local
474 resultp = (uint8_t *)ctx->ccm_pt_buf + in ccm_mode_decrypt_contiguous_blocks()
476 copy_block(cbp, resultp); in ccm_mode_decrypt_contiguous_blocks()
/freebsd-head/crypto/openssh/
HDsshconnect.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-head/contrib/libpcap/
HDconfigure.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);
HDCMakeLists.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);
HDconfigure6120 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);

12