Home
last modified time | relevance | path

Searched refs:typep (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/libdiff/lib/
H A Ddiff_output.c83 uint8_t *typep; in diff_output_lines() local
156 ARRAYLIST_ADD(typep, outinfo->line_types); in diff_output_lines()
157 if (typep == NULL) { in diff_output_lines()
161 *typep = *prefix == ' ' ? DIFF_LINE_CONTEXT : in diff_output_lines()
253 uint8_t *typep; in diff_output_trailing_newline_msg() local
288 ARRAYLIST_ADD(typep, outinfo->line_types); in diff_output_trailing_newline_msg()
289 if (typep == NULL) in diff_output_trailing_newline_msg()
291 *typep = DIFF_LINE_NONE; in diff_output_trailing_newline_msg()
369 uint8_t *typep; in diff_output_info_alloc() local
381 ARRAYLIST_ADD(typep, output_info->line_types); in diff_output_info_alloc()
[all …]
H A Ddiff_output_unidiff.c244 uint8_t *typep; in output_unidiff_chunk() local
265 ARRAYLIST_ADD(typep, outinfo->line_types); in output_unidiff_chunk()
266 if (typep == NULL) in output_unidiff_chunk()
268 *typep = DIFF_LINE_MINUS; in output_unidiff_chunk()
280 ARRAYLIST_ADD(typep, outinfo->line_types); in output_unidiff_chunk()
281 if (typep == NULL) in output_unidiff_chunk()
283 *typep = DIFF_LINE_PLUS; in output_unidiff_chunk()
352 ARRAYLIST_ADD(typep, outinfo->line_types); in output_unidiff_chunk()
353 if (typep == NULL) in output_unidiff_chunk()
355 *typep = DIFF_LINE_HUNK; in output_unidiff_chunk()
[all …]
/freebsd/usr.bin/rpcgen/
H A Drpc_parse.c531 get_type(const char **prefixp, const char **typep, defkind dkind) in get_type() argument
539 *typep = tok.str; in get_type()
546 *typep = tok.str; in get_type()
549 unsigned_dec(typep); in get_type()
552 *typep = "short"; in get_type()
556 *typep = "long"; in get_type()
560 *typep = "int64_t"; in get_type()
568 *typep = tok.str; in get_type()
578 *typep = tok.str; in get_type()
586 unsigned_dec(const char **typep) in unsigned_dec() argument
[all …]
/freebsd/lib/libc/net/
H A Dip6opt.c107 inet6_option_append(struct cmsghdr *cmsg, const u_int8_t *typep, int multx, in inet6_option_append() argument
141 if (typep[0] == IP6OPT_PAD1) in inet6_option_append()
144 optlen = typep[1] + 2; in inet6_option_append()
145 memcpy(bp, typep, optlen); in inet6_option_append()
500 inet6_opt_next(void *extbuf, socklen_t extlen, int offset, u_int8_t *typep, in inet6_opt_next() argument
536 *typep = *optp; in inet6_opt_next()
/freebsd/crypto/openssh/
H A Dpacket.c1428 ssh_packet_read_seqnr(struct ssh *ssh, u_char *typep, u_int32_t *seqnr_p) in ssh_packet_read_seqnr() argument
1449 if ((r = ssh_packet_read_poll_seqnr(ssh, typep, seqnr_p)) != 0) in ssh_packet_read_seqnr()
1452 if (*typep != SSH_MSG_NONE) in ssh_packet_read_seqnr()
1521 ssh_packet_read_poll2_mux(struct ssh *ssh, u_char *typep, u_int32_t *seqnr_p) in ssh_packet_read_poll2_mux() argument
1530 *typep = SSH_MSG_NONE; in ssh_packet_read_poll2_mux()
1548 (r = sshbuf_get_u8(state->incoming_packet, typep)) != 0) in ssh_packet_read_poll2_mux()
1550 if (ssh_packet_log_type(*typep)) in ssh_packet_read_poll2_mux()
1551 debug3_f("type %u", *typep); in ssh_packet_read_poll2_mux()
1559 ssh_packet_read_poll2(struct ssh *ssh, u_char *typep, u_int32_t *seqnr_p) in ssh_packet_read_poll2() argument
1571 return ssh_packet_read_poll2_mux(ssh, typep, seqnr_p); in ssh_packet_read_poll2()
[all …]
H A Dssh_api.h89 int ssh_packet_next(struct ssh *ssh, u_char *typep);
H A Dssh_api.c255 ssh_packet_next(struct ssh *ssh, u_char *typep) in ssh_packet_next() argument
265 *typep = SSH_MSG_NONE; in ssh_packet_next()
289 *typep = type; in ssh_packet_next()
H A Dmisc.c2547 parse_pattern_interval(const char *s, char **typep, int *secsp) in parse_pattern_interval() argument
2552 if (typep != NULL) in parse_pattern_interval()
2553 *typep = NULL; in parse_pattern_interval()
2570 if (typep != NULL) in parse_pattern_interval()
2571 *typep = xstrdup(sdup); in parse_pattern_interval()
/freebsd/lib/libmemstat/
H A Dmemstat_malloc.c318 struct malloc_type type, *typep; in memstat_kvm_malloc() local
358 for (typep = kmemstatistics; typep != NULL; typep = type.ks_next) { in memstat_kvm_malloc()
359 ret = kread(kvm, typep, &type, sizeof(type), 0); in memstat_kvm_malloc()
/freebsd/sys/dev/sfxge/common/
H A Defx_phy.c300 __out efx_phy_media_type_t *typep) in efx_phy_media_type_get() argument
308 *typep = epp->ep_module_type; in efx_phy_media_type_get()
310 *typep = epp->ep_fixed_port_type; in efx_phy_media_type_get()
349 __out efx_phy_fec_type_t *typep) in efx_phy_fec_type_get() argument
357 *typep = epls.epls_fec; in efx_phy_fec_type_get()
H A Defx_lic.c213 __out uint32_t *typep,
999 __out uint32_t *typep, in efx_mcdi_licensing_v3_get_id() argument
1027 *typep = MCDI_OUT_DWORD(req, LICENSING_GET_ID_V3_OUT_LICENSE_TYPE); in efx_mcdi_licensing_v3_get_id()
1426 __out uint32_t *typep, in efx_lic_get_id() argument
1439 if ((rc = elop->elo_get_id(enp, buffer_size, typep, in efx_lic_get_id()
H A Defx_rx.c461 __out efx_rx_scale_context_type_t *typep) in efx_rx_scale_default_support_get() argument
468 if (typep == NULL) { in efx_rx_scale_default_support_get()
477 *typep = enp->en_rss_context_type; in efx_rx_scale_default_support_get()
H A Defx.h1062 __out efx_phy_media_type_t *typep);
2435 __out efx_rx_scale_context_type_t *typep);
3101 __out uint32_t *typep,
3278 __out efx_phy_fec_type_t *typep);
H A Def10_nvram.c2358 __out efx_nvram_type_t *typep) in ef10_nvram_partn_to_type() argument
2365 EFSYS_ASSERT(typep != NULL); in ef10_nvram_partn_to_type()
2373 *typep = entry->nvtype; in ef10_nvram_partn_to_type()
/freebsd/sys/arm64/apple/
H A Dapple_aic.c286 struct intr_map_data_fdt *data, u_int *irq, enum apple_aic_irq_type *typep, in apple_aic_map_intr_fdt() argument
304 if (typep != NULL) in apple_aic_map_intr_fdt()
305 *typep = AIC_TYPE_IRQ; in apple_aic_map_intr_fdt()
308 if (typep != NULL) in apple_aic_map_intr_fdt()
309 *typep = AIC_TYPE_FIQ; in apple_aic_map_intr_fdt()
/freebsd/usr.bin/getaddrinfo/
H A Dgetaddrinfo.c217 parse_socktype(const char *string, int *typep) in parse_socktype() argument
220 return parse_numeric_tabular(string, typep, socket_types, in parse_socktype()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c32 uint_t *typep, int *ischildp) in ctf_get_ctt_index() argument
53 if (typep != NULL) in ctf_get_ctt_index()
54 *typep = type; in ctf_get_ctt_index()
129 size_t *incrementp, uint_t *typep, ulong_t *offsetp, const char **namep) in ctf_get_ctm_info() argument
171 if (typep != NULL) in ctf_get_ctm_info()
172 *typep = type; in ctf_get_ctm_info()
H A Dctf_impl.h305 uint_t *indexp, uint_t *typep, int *ischildp);
312 size_t *incrementp, uint_t *typep, ulong_t *offsetp, const char **namep);
/freebsd/stand/ficl/
H A Dloader.c255 char *namep, *typep; in ficlFindfile() local
264 typep = (char*) stackPopPtr(pVM->pStack); in ficlFindfile()
276 strncpy(type, typep, types); in ficlFindfile()
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c450 uint_t *typep, int *ischildp) in fbt_get_ctt_index() argument
471 if (typep != NULL) in fbt_get_ctt_index()
472 *typep = type; in fbt_get_ctt_index()
/freebsd/sys/sys/
H A Dnv.h101 const char *nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep);
/freebsd/sys/contrib/libnv/
H A Dnvlist.c1393 nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep) in nvlist_next() argument
1405 if (typep != NULL) in nvlist_next()
1406 *typep = nvpair_type(nvp); in nvlist_next()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c75 zfs_userquota_prop_t *typep, char *domain, int domainlen, uint64_t *ridp);
3168 zfs_userquota_prop_t *typep, char *domain, int domainlen, uint64_t *ridp) in userquota_propname_decode() argument
3188 *typep = type; in userquota_propname_decode()
3286 uint64_t *propvalue, zfs_userquota_prop_t *typep) in zfs_prop_get_userquota_common() argument
3295 typep, zc.zc_value, sizeof (zc.zc_value), &zc.zc_guid); in zfs_prop_get_userquota_common()
3296 zc.zc_objset_type = *typep; in zfs_prop_get_userquota_common()
/freebsd/contrib/tzcode/
H A Dzic.c201 const char * typep, const char * monthp,
2184 const char *typep, const char *monthp, const char *dayp, in rulesub() argument
2261 if (*typep != '\0') { in rulesub()
2263 typep); in rulesub()
/freebsd/sys/dev/qat_c2xxx/
H A Dqat_ae.c2092 #define ASSIGN_OBJ_TAB(np, typep, type, base, off, lim) \ in qat_aefw_uof_parse_image() argument
2101 *(typep) = (type)((struct uof_obj_table *) \ in qat_aefw_uof_parse_image()
2104 *(typep) = NULL; \ in qat_aefw_uof_parse_image()

12