| /freebsd-14.2/usr.bin/rpcgen/ |
| H A D | rpc_parse.c | 547 *typep = tok.str; in get_type() 554 *typep = tok.str; in get_type() 560 *typep = "short"; in get_type() 564 *typep = "long"; in get_type() 568 *typep = "int64_t"; in get_type() 576 *typep = tok.str; in get_type() 586 *typep = tok.str; in get_type() 602 *typep = "u_char"; in unsigned_dec() 611 *typep = "u_long"; in unsigned_dec() 622 *typep = "u_int"; in unsigned_dec() [all …]
|
| /freebsd-14.2/lib/libc/net/ |
| H A D | ip6opt.c | 107 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-14.2/crypto/openssh/ |
| H A D | packet.c | 1361 if (*typep != SSH_MSG_NONE) in ssh_packet_read_seqnr() 1439 *typep = SSH_MSG_NONE; in ssh_packet_read_poll2_mux() 1459 if (ssh_packet_log_type(*typep)) in ssh_packet_read_poll2_mux() 1460 debug3_f("type %u", *typep); in ssh_packet_read_poll2_mux() 1482 *typep = SSH_MSG_NONE; in ssh_packet_read_poll2() 1671 if (ssh_packet_log_type(*typep)) in ssh_packet_read_poll2() 1672 debug3("receive packet: type %u", *typep); in ssh_packet_read_poll2() 1673 if (*typep < SSH2_MSG_MIN) { in ssh_packet_read_poll2() 1720 if (*typep == 0) { in ssh_packet_read_poll_seqnr() 1728 if (*typep == SSH2_MSG_DISCONNECT) { in ssh_packet_read_poll_seqnr() [all …]
|
| H A D | ssh_api.h | 89 int ssh_packet_next(struct ssh *ssh, u_char *typep);
|
| H A D | ssh_api.c | 248 ssh_packet_next(struct ssh *ssh, u_char *typep) in ssh_packet_next() argument 258 *typep = SSH_MSG_NONE; in ssh_packet_next() 282 *typep = type; in ssh_packet_next()
|
| H A D | misc.c | 2502 parse_pattern_interval(const char *s, char **typep, int *secsp) in parse_pattern_interval() argument 2507 if (typep != NULL) in parse_pattern_interval() 2508 *typep = NULL; in parse_pattern_interval() 2525 if (typep != NULL) in parse_pattern_interval() 2526 *typep = xstrdup(sdup); in parse_pattern_interval()
|
| /freebsd-14.2/lib/libmemstat/ |
| H A D | memstat_malloc.c | 319 struct malloc_type type, *typep; in memstat_kvm_malloc() local 359 for (typep = kmemstatistics; typep != NULL; typep = type.ks_next) { in memstat_kvm_malloc() 360 ret = kread(kvm, typep, &type, sizeof(type), 0); in memstat_kvm_malloc()
|
| /freebsd-14.2/sys/dev/sfxge/common/ |
| H A D | efx_phy.c | 300 __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 D | efx_lic.c | 213 __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 D | efx_rx.c | 461 __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 D | efx.h | 1062 __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 D | ef10_nvram.c | 2358 __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-14.2/usr.bin/getaddrinfo/ |
| H A D | getaddrinfo.c | 218 parse_socktype(const char *string, int *typep) in parse_socktype() argument 221 return parse_numeric_tabular(string, typep, socket_types, in parse_socktype()
|
| /freebsd-14.2/cddl/contrib/opensolaris/common/ctf/ |
| H A D | ctf_types.c | 32 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 D | ctf_impl.h | 305 uint_t *indexp, uint_t *typep, int *ischildp); 312 size_t *incrementp, uint_t *typep, ulong_t *offsetp, const char **namep);
|
| /freebsd-14.2/stand/ficl/ |
| H A D | loader.c | 255 char *namep, *typep; in ficlFindfile() local 264 typep = (char*) stackPopPtr(pVM->pStack); in ficlFindfile() 276 strncpy(type, typep, types); in ficlFindfile()
|
| /freebsd-14.2/sys/cddl/dev/fbt/ |
| H A D | fbt.c | 444 uint_t *typep, int *ischildp) in fbt_get_ctt_index() argument 465 if (typep != NULL) in fbt_get_ctt_index() 466 *typep = type; in fbt_get_ctt_index()
|
| /freebsd-14.2/sys/sys/ |
| H A D | nv.h | 107 const char *nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep);
|
| /freebsd-14.2/sys/contrib/libnv/ |
| H A D | nvlist.c | 1400 nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep) in nvlist_next() argument 1412 if (typep != NULL) in nvlist_next() 1413 *typep = nvpair_type(nvp); in nvlist_next()
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_dataset.c | 71 zfs_userquota_prop_t *typep, char *domain, int domainlen, uint64_t *ridp); 3164 zfs_userquota_prop_t *typep, char *domain, int domainlen, uint64_t *ridp) in userquota_propname_decode() argument 3184 *typep = type; in userquota_propname_decode() 3278 uint64_t *propvalue, zfs_userquota_prop_t *typep) in zfs_prop_get_userquota_common() argument 3287 typep, zc.zc_value, sizeof (zc.zc_value), &zc.zc_guid); in zfs_prop_get_userquota_common() 3288 zc.zc_objset_type = *typep; in zfs_prop_get_userquota_common()
|
| /freebsd-14.2/contrib/tzcode/ |
| H A D | zic.c | 201 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-14.2/sys/dev/qat_c2xxx/ |
| H A D | qat_ae.c | 2092 #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()
|
| /freebsd-14.2/sys/netgraph/ |
| H A D | netgraph.h | 1137 int ng_make_node_common(struct ng_type *typep, node_p *nodep);
|
| /freebsd-14.2/contrib/unbound/contrib/ |
| H A D | fastrpz.patch | 878 + * @param[out] typep: optional host byte order record type or ns_t_invalid (0) 889 +typedef bool (librpz_rsp_rr_t)(librpz_emsg_t *emsg, uint16_t *typep,
|