Home
last modified time | relevance | path

Searched refs:m_append (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupOutputFile.h34 const OptionValueBoolean &GetAppend() { return m_append; } in GetAppend()
37 return m_file.OptionWasSet() || m_append.OptionWasSet(); in AnyOptionWasSet()
42 OptionValueBoolean m_append; variable
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupOutputFile.cpp16 OptionGroupOutputFile::OptionGroupOutputFile() : m_append(false, false) {} in OptionGroupOutputFile()
46 m_append.SetCurrentValue(true); in SetOptionValue()
59 m_append.Clear(); in OptionParsingStarting()
/freebsd/sys/kgssapi/
H A Dgss_verify_mic.c59 m_append(m, message_buffer->length, message_buffer->value); in gss_verify_mic()
64 m_append(mic, token_buffer->length, token_buffer->value); in gss_verify_mic()
H A Dgss_unwrap.c60 m_append(m, input_message_buffer->length, input_message_buffer->value); in gss_unwrap()
H A Dgss_get_mic.c59 m_append(m, message_buffer->length, message_buffer->value); in gss_get_mic()
H A Dgss_wrap.c61 m_append(m, input_message_buffer->length, input_message_buffer->value); in gss_wrap()
/freebsd/sys/netgraph/netflow/
H A Dnetflow_v9.c182 if (m_append(m, 4 - (len % 4), (void *)&zero) != 1) in close_flowset()
345 if (m_append(m, sizeof(fsh), (void *)&fsh) != 1) in export9_add()
350 if (m_append(m, len, (void *)&rg.rec) != 1) in export9_add()
423 m_append(m, ntohs(fl->length), (void *)fl); in get_export9_dgram()
/freebsd/sys/rpc/rpcsec_gss/
H A Drpcsec_gss_prot.c155 m_append(mic, RNDUP(len) - len, zpad); in xdr_rpc_gss_wrap_data()
178 m_append(args, RNDUP(len) - len, zpad); in xdr_rpc_gss_wrap_data()
/freebsd/usr.sbin/ppp/
H A Dmbuf.h114 extern struct mbuf *m_append(struct mbuf *, const void *, size_t);
H A Dnat_cmd.c507 bp = m_pullup(m_append(bp, NULL, NAT_EXTRABUF)); in nat_LayerPush()
529 bp = m_pullup(m_append(bp, NULL, NAT_EXTRABUF)); in nat_LayerPull()
H A Dmbuf.c423 m_append(struct mbuf *bp, const void *v, size_t sz) in m_append() function
H A Dfsm.c1001 bp = m_pullup(m_append(bp, "", 1)); in FsmRecvIdent()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp311 m_append = true; in SetOptionValue()
322 m_append = false; in OptionParsingStarting()
331 bool m_append = false; member in CommandObjectSettingsWrite::CommandOptions
340 if (m_options.m_append) in DoExecute()
H A DCommandObjectBreakpoint.cpp2296 m_append = true; in SetOptionValue()
2307 m_append = false; in OptionParsingStarting()
2317 bool m_append = false; member in CommandObjectBreakpointWrite::CommandOptions
2341 m_options.m_append); in DoExecute()
/freebsd/sys/netinet6/
H A Dmld6.c2463 if (!m_append(m, sizeof(struct mldv2_record), (void *)&mr)) { in mld_v2_enqueue_group_record()
2516 if (!m_append(m, sizeof(struct in6_addr), in mld_v2_enqueue_group_record()
2578 if (!m_append(m, sizeof(struct mldv2_record), (void *)&mr)) { in mld_v2_enqueue_group_record()
2607 if (!m_append(m, sizeof(struct in6_addr), in mld_v2_enqueue_group_record()
2751 if (!m_append(m, sizeof(mr), (void *)&mr)) { in mld_v2_enqueue_filter_change()
2812 if (!m_append(m, sizeof(struct in6_addr), in mld_v2_enqueue_filter_change()
/freebsd/sys/netinet/
H A Digmp.c2850 if (!m_append(m, sizeof(struct igmp_grouprec), (void *)&ig)) { in igmp_v3_enqueue_group_record()
2899 if (!m_append(m, sizeof(in_addr_t), (void *)&naddr)) { in igmp_v3_enqueue_group_record()
2965 if (!m_append(m, sizeof(struct igmp_grouprec), (void *)&ig)) { in igmp_v3_enqueue_group_record()
2994 if (!m_append(m, sizeof(in_addr_t), (void *)&naddr)) { in igmp_v3_enqueue_group_record()
3141 if (!m_append(m, sizeof(ig), (void *)&ig)) { in igmp_v3_enqueue_filter_change()
3201 if (!m_append(m, sizeof(in_addr_t), in igmp_v3_enqueue_filter_change()
H A Dip_carp.c1419 if (m_append(m, sizeof(in->sin_addr), in vrrp_send_ad_locked()
1498 if (m_append(m, sizeof(in6->sin6_addr), in vrrp_send_ad_locked()
/freebsd/sys/dev/wg/
H A Dwg_crypto.c221 if (!m_append(m, POLY1305_HASH_LEN, blank_tag)) in chacha20poly1305_encrypt_mbuf()
/freebsd/sys/dev/iscsi/
H A Dicl_soft.c835 ok = m_append(request->ip_bhs_mbuf, sizeof(digest), in icl_pdu_finalize()
846 ok = m_append(request->ip_data_mbuf, padding, in icl_pdu_finalize()
858 ok = m_append(request->ip_data_mbuf, sizeof(digest), in icl_pdu_finalize()
/freebsd/sys/net80211/
H A Dieee80211_crypto_tkip.c268 return m_append(m, tkip.ic_miclen, mic); in tkip_enmic()
1020 (void) m_append(m, IEEE80211_WEP_CRCLEN, icv); /* XXX check return */ in tkip_encrypt()
H A Dieee80211_crypto_wep.c423 return m_append(m0, IEEE80211_WEP_CRCLEN, icv); in wep_encrypt()
H A Dieee80211_crypto_gcmp.c564 ret = m_append(m0, gcmp_get_trailer_len(key), T); in gcmp_encrypt()
H A Dieee80211_crypto_ccmp.c584 return m_append(m0, ccmp.ic_trailer, b); in ccmp_encrypt()
/freebsd/sys/dev/ena/
H A Dena_datapath.c500 if (unlikely(m_append(mbuf, len, rx_info->mbuf->m_data) == 0)) { in ena_rx_mbuf()
/freebsd/sys/net/
H A Dif_ethersubr.c1427 if (!m_append(*mp, min(n, sizeof(pad)), pad)) in ether_8021q_frame()

12