Searched refs:resultp (Results 1 - 20 of 20) sorted by relevance

/freebsd-11.0-release/contrib/gperf/src/
H A Dkeyword-list.cc90 Keyword_List **resultp = &result; local
95 *resultp = list2;
100 *resultp = list1;
105 *resultp = list2;
106 resultp = &list2->rest();
108 list2 = *resultp; */
109 list2 = list1; list1 = *resultp;
113 *resultp = list1;
114 resultp = &list1->rest();
115 list1 = *resultp;
[all...]
/freebsd-11.0-release/usr.sbin/bootparamd/callbootd/
H A Dcallbootd.c41 eachres_whoami(resultp, raddr)
42 bp_whoami_res *resultp;
49 printwhoami(resultp);
55 eachres_getfile(resultp, raddr)
56 bp_getfile_res *resultp;
63 printgetfile(resultp);
/freebsd-11.0-release/sys/dev/sfxge/common/
H A Dhunt_phy.c80 __out efx_bist_result_t *resultp,
163 EFSYS_ASSERT(resultp != NULL);
165 *resultp = EFX_BIST_RESULT_RUNNING;
167 *resultp = EFX_BIST_RESULT_PASSED;
169 *resultp = EFX_BIST_RESULT_FAILED;
77 hunt_bist_poll( __in efx_nic_t *enp, __in efx_bist_type_t type, __out efx_bist_result_t *resultp, __out_opt __drv_when(count > 0, __notnull) uint32_t *value_maskp, __out_ecount_opt(count) __drv_when(count > 0, __notnull) unsigned long *valuesp, __in size_t count) argument
H A Dhunt_impl.h90 __out efx_bist_result_t *resultp,
H A Dsiena_phy.c639 __out efx_bist_result_t *resultp,
771 EFSYS_ASSERT(resultp != NULL);
773 *resultp = EFX_BIST_RESULT_RUNNING;
775 *resultp = EFX_BIST_RESULT_PASSED;
777 *resultp = EFX_BIST_RESULT_FAILED;
636 siena_phy_bist_poll( __in efx_nic_t *enp, __in efx_bist_type_t type, __out efx_bist_result_t *resultp, __out_opt __drv_when(count > 0, __notnull) uint32_t *value_maskp, __out_ecount_opt(count) __drv_when(count > 0, __notnull) unsigned long *valuesp, __in size_t count) argument
H A Defx_phy.c493 __out efx_bist_result_t *resultp,
514 if ((rc = epop->epo_bist_poll(enp, type, resultp, value_maskp,
490 efx_bist_poll( __in efx_nic_t *enp, __in efx_bist_type_t type, __out efx_bist_result_t *resultp, __out_opt uint32_t *value_maskp, __out_ecount_opt(count) unsigned long *valuesp, __in size_t count) argument
H A Dsiena_impl.h363 __out efx_bist_result_t *resultp,
H A Defx_nic.c1022 __out efx_pcie_link_performance_t *resultp)
1057 *resultp = result;
1018 efx_nic_check_pcie_link_speed( __in efx_nic_t *enp, __in uint32_t pcie_link_width, __in uint32_t pcie_link_gen, __out efx_pcie_link_performance_t *resultp) argument
H A Defx.h198 __out efx_pcie_link_performance_t *resultp);
1039 __out efx_bist_result_t *resultp,
/freebsd-11.0-release/sys/netgraph/
H A Dng_deflate.c86 struct mbuf *m, struct mbuf **resultp);
88 struct mbuf *m, struct mbuf **resultp);
439 * Compress/encrypt a packet and put the result in a new mbuf at *resultp.
443 ng_deflate_compress(node_p node, struct mbuf *m, struct mbuf **resultp) argument
450 *resultp = NULL;
504 *resultp = m;
520 *resultp = m;
532 * Decompress/decrypt packet and put the result in a new mbuf at *resultp.
536 ng_deflate_decompress(node_p node, struct mbuf *m, struct mbuf **resultp) argument
546 *resultp
[all...]
H A Dng_pred1.c93 struct mbuf **resultp);
95 struct mbuf **resultp);
376 * Compress/encrypt a packet and put the result in a new mbuf at *resultp.
380 ng_pred1_compress(node_p node, struct mbuf *m, struct mbuf **resultp) argument
389 *resultp = NULL;
452 *resultp = m;
459 * Decompress/decrypt packet and put the result in a new mbuf at *resultp.
463 ng_pred1_decompress(node_p node, struct mbuf *m, struct mbuf **resultp) argument
471 *resultp = NULL;
540 *resultp
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libzfs_core/common/
H A Dlibzfs_core.c130 nvlist_t *source, nvlist_t **resultp)
160 if (resultp != NULL) {
161 *resultp = NULL;
176 if (errno == ENOMEM && resultp != NULL) {
200 *resultp = fnvlist_unpack((void *)(uintptr_t)zc.zc_nvlist_dst,
205 lzc_compat_outnvl(&zc, ioc, resultp);
129 lzc_ioctl(zfs_ioc_t ioc, const char *name, nvlist_t *source, nvlist_t **resultp) argument
/freebsd-11.0-release/contrib/dialog/
H A Ddlg_keys.c264 dlg_result_key(int dialog_key, int fkey GCC_UNUSED, int *resultp) argument
272 *resultp = DLG_EXIT_OK;
277 *resultp = DLG_EXIT_CANCEL;
283 *resultp = DLG_EXIT_EXTRA;
289 *resultp = DLG_EXIT_HELP;
294 *resultp = DLG_EXIT_ESC;
303 *resultp = DLG_EXIT_ESC;
306 *resultp = DLG_EXIT_ERROR;
H A Dmenubox.c144 char **resultp)
187 *resultp = result;
141 input_menu_edit(ALL_DATA * data, DIALOG_LISTITEM * items, int choice, char **resultp) argument
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dcgen-asm.c307 enum cgen_parse_operand_result *resultp,
320 if (resultp != NULL)
321 *resultp = result_type;
302 cgen_parse_address(CGEN_CPU_DESC cd, const char **strp, int opindex, int opinfo, enum cgen_parse_operand_result *resultp, bfd_vma *valuep) argument
/freebsd-11.0-release/sys/ddb/
H A Ddb_command.c178 struct command **cmdp, int *resultp);
256 int *resultp)
267 *resultp = CMD_UNIQUE;
276 if (*resultp == CMD_FOUND) {
277 *resultp = CMD_AMBIGUOUS;
282 *resultp = CMD_FOUND;
255 db_cmd_match(char *name, struct command *cmd, struct command **cmdp, int *resultp) argument
/freebsd-11.0-release/lib/libc/rpc/
H A Drpc_soc.c336 rpc_wrap_bcast(char *resultp, struct netbuf *addr, struct netconfig *nconf) argument
338 * char *resultp; // results of the call
351 return (*clnt_broadcast_result)(resultp,
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dxcoffread.c234 int *resultp;
250 *args->resultp = SECT_OFF_TEXT (objfile);
252 *args->resultp = SECT_OFF_DATA (objfile);
254 *args->resultp = sect->index;
267 args.resultp = &off;
282 args.resultp = &off;
231 int *resultp; member in struct:find_targ_sec_arg
H A Dvarobj.c1044 delete_variable (struct cpstack **resultp, struct varobj *var,
1049 delete_variable_1 (resultp, &delcount, var,
1060 delete_variable_1 (struct cpstack **resultp, int *delcountp,
1072 delete_variable_1 (resultp, delcountp, vc->child, 0, only_children_p);
1086 cppush (resultp, xstrdup (var->obj_name));
1042 delete_variable(struct cpstack **resultp, struct varobj *var, int only_children_p) argument
1058 delete_variable_1(struct cpstack **resultp, int *delcountp, struct varobj *var, int only_children_p, int remove_from_parent_p) argument
H A Dcoffread.c252 asection **resultp;
260 *args->resultp = sect;
272 args.resultp = §
300 args.resultp = §
251 asection **resultp; member in struct:find_targ_sec_arg

Completed in 155 milliseconds