Home
last modified time | relevance | path

Searched defs:bp (Results 1 – 25 of 259) sorted by relevance

1234567891011

/external/linux-tools-perf/util/include/linux/added/
Dhw_breakpoint.h58 static inline unsigned long hw_breakpoint_addr(struct perf_event *bp) in hw_breakpoint_addr()
63 static inline int hw_breakpoint_type(struct perf_event *bp) in hw_breakpoint_type()
68 static inline unsigned long hw_breakpoint_len(struct perf_event *bp) in hw_breakpoint_len()
106 static inline struct arch_hw_breakpoint *counter_arch_bp(struct perf_event *bp) in counter_arch_bp()
120 modify_user_hw_breakpoint(struct perf_event *bp, in modify_user_hw_breakpoint()
130 register_perf_hw_breakpoint(struct perf_event *bp) { return -ENOSYS; } in register_perf_hw_breakpoint()
132 __register_perf_hw_breakpoint(struct perf_event *bp) { return -ENOSYS; } in __register_perf_hw_breakpoint()
133 static inline void unregister_hw_breakpoint(struct perf_event *bp) { } in unregister_hw_breakpoint()
137 reserve_bp_slot(struct perf_event *bp) {return -ENOSYS; } in reserve_bp_slot()
138 static inline void release_bp_slot(struct perf_event *bp) { } in release_bp_slot()
[all …]
/external/libppp/src/
Dmbuf.c78 m_length(struct mbuf *bp) in m_length()
107 struct mbuf *bp; in m_get() local
165 m_free(struct mbuf *bp) in m_free()
188 m_freem(struct mbuf *bp) in m_freem()
195 mbuf_Read(struct mbuf *bp, void *v, size_t len) in mbuf_Read()
223 mbuf_View(struct mbuf *bp, void *v, size_t len) in mbuf_View()
243 m_prepend(struct mbuf *bp, const void *ptr, size_t len, u_short extra) in m_prepend()
273 m_adj(struct mbuf *bp, ssize_t n) in m_adj()
303 mbuf_Write(struct mbuf *bp, const void *ptr, size_t m_len) in mbuf_Write()
347 struct mbuf *bp; in m_dequeue() local
[all …]
Dfsm.c193 struct mbuf *bp; in fsm_Output() local
466 FsmRecvConfigReq(struct fsm *fp, struct fsmheader *lhp, struct mbuf *bp) in FsmRecvConfigReq()
609 FsmRecvConfigAck(struct fsm *fp, struct fsmheader *lhp, struct mbuf *bp) in FsmRecvConfigAck()
672 FsmRecvConfigNak(struct fsm *fp, struct fsmheader *lhp, struct mbuf *bp) in FsmRecvConfigNak()
738 FsmRecvTermReq(struct fsm *fp, struct fsmheader *lhp, struct mbuf *bp) in FsmRecvTermReq()
774 FsmRecvTermAck(struct fsm *fp, struct fsmheader *lhp __unused, struct mbuf *bp) in FsmRecvTermAck()
802 FsmRecvConfigRej(struct fsm *fp, struct fsmheader *lhp, struct mbuf *bp) in FsmRecvConfigRej()
871 struct mbuf *bp) in FsmRecvCodeRej()
877 FsmRecvProtoRej(struct fsm *fp, struct fsmheader *lhp __unused, struct mbuf *bp) in FsmRecvProtoRej()
949 FsmRecvEchoReq(struct fsm *fp, struct fsmheader *lhp, struct mbuf *bp) in FsmRecvEchoReq()
[all …]
Dproto.c56 proto_Prepend(struct mbuf *bp, u_short proto, unsigned comp, int extra) in proto_Prepend()
72 proto_LayerPush(struct bundle *b __unused, struct link *l, struct mbuf *bp, in proto_LayerPush()
85 proto_LayerPull(struct bundle *b __unused, struct link *l, struct mbuf *bp, in proto_LayerPull()
Dvjcomp.c73 vj_LayerPush(struct bundle *bundle, struct link *l __unused, struct mbuf *bp, in vj_LayerPush()
115 VjUncompressTcp(struct ipcp *ipcp, struct mbuf *bp, u_char type) in VjUncompressTcp()
165 vj_LayerPull(struct bundle *bundle, struct link *l __unused, struct mbuf *bp, in vj_LayerPull()
Dsync.c53 struct mbuf *bp, int pri __unused, u_short *proto __unused) in sync_LayerPush()
62 sync_LayerPull(struct bundle *b __unused, struct link *l, struct mbuf *bp, in sync_LayerPull()
Dtcpmss.c144 tcpmss_Check(struct bundle *bundle, struct mbuf *bp) in tcpmss_Check()
172 struct mbuf *bp, int pri __unused, u_short *proto __unused) in tcpmss_LayerPush()
179 struct mbuf *bp, u_short *proto __unused) in tcpmss_LayerPull()
Dacf.c59 acf_LayerPush(struct bundle *b __unused, struct link *l, struct mbuf *bp, in acf_LayerPush()
73 acf_LayerPull(struct bundle *b __unused, struct link *l, struct mbuf *bp, in acf_LayerPull()
Dpap.c87 struct mbuf *bp; in pap_Req() local
117 struct mbuf *bp; in SendPapCode() local
180 pap_Input(struct bundle *bundle, struct link *l, struct mbuf *bp) in pap_Input()
/external/openssl/crypto/x509/
Dx_all.c148 X509 *d2i_X509_bio(BIO *bp, X509 **x509) in d2i_X509_bio()
153 int i2d_X509_bio(BIO *bp, X509 *x509) in i2d_X509_bio()
170 X509_CRL *d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl) in d2i_X509_CRL_bio()
175 int i2d_X509_CRL_bio(BIO *bp, X509_CRL *crl) in i2d_X509_CRL_bio()
192 PKCS7 *d2i_PKCS7_bio(BIO *bp, PKCS7 **p7) in d2i_PKCS7_bio()
197 int i2d_PKCS7_bio(BIO *bp, PKCS7 *p7) in i2d_PKCS7_bio()
214 X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req) in d2i_X509_REQ_bio()
219 int i2d_X509_REQ_bio(BIO *bp, X509_REQ *req) in i2d_X509_REQ_bio()
261 RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa) in d2i_RSAPrivateKey_bio()
266 int i2d_RSAPrivateKey_bio(BIO *bp, RSA *rsa) in i2d_RSAPrivateKey_bio()
[all …]
/external/tcpdump/
Dprint-dvmrp.c76 dvmrp_print(register const u_char *bp, register u_int len) in dvmrp_print()
169 print_report(register const u_char *bp, register const u_char *ep, in print_report()
226 print_probe(register const u_char *bp, register const u_char *ep, in print_probe()
259 print_neighbors(register const u_char *bp, register const u_char *ep, in print_neighbors()
290 print_neighbors2(register const u_char *bp, register const u_char *ep, in print_neighbors2()
339 print_prune(register const u_char *bp) in print_prune()
352 print_graft(register const u_char *bp) in print_graft()
362 print_graft_ack(register const u_char *bp) in print_graft_ack()
Dprint-rx.c434 rx_print(register const u_char *bp, int length, int sport, int dport, in rx_print()
587 rx_cache_insert(const u_char *bp, const struct ip *ip, int dport) in rx_cache_insert()
771 fs_print(register const u_char *bp, int length) in fs_print()
922 fs_reply_print(register const u_char *bp, int length, int32_t opcode) in fs_reply_print()
1089 cb_print(register const u_char *bp, int length) in cb_print()
1171 cb_reply_print(register const u_char *bp, int length, int32_t opcode) in cb_reply_print()
1220 prot_print(register const u_char *bp, int length) in prot_print()
1362 prot_reply_print(register const u_char *bp, int length, int32_t opcode) in prot_reply_print()
1474 vldb_print(register const u_char *bp, int length) in vldb_print()
1567 vldb_reply_print(register const u_char *bp, int length, int32_t opcode) in vldb_reply_print()
[all …]
Dprint-gre.c92 gre_print(const u_char *bp, u_int length) in gre_print()
119 gre_print_0(const u_char *bp, u_int length) in gre_print_0()
238 gre_print_1(const u_char *bp, u_int length) in gre_print_1()
319 const u_char *bp, u_int len) in gre_sre_print()
337 gre_sre_ip_print(u_int8_t sreoff, u_int8_t srelen, const u_char *bp, u_int len) in gre_sre_ip_print()
371 gre_sre_asn_print(u_int8_t sreoff, u_int8_t srelen, const u_char *bp, u_int len) in gre_sre_asn_print()
Dprint-ip6opts.c74 ip6_sopt_print(const u_char *bp, int len) in ip6_sopt_print()
139 ip6_opt_print(const u_char *bp, int len) in ip6_opt_print()
289 hbhopt_print(register const u_char *bp) in hbhopt_print()
309 dstopt_print(register const u_char *bp) in dstopt_print()
Dprint-pim.c124 pimv1_join_prune_print(register const u_char *bp, register u_int len) in pimv1_join_prune_print()
212 pimv1_print(register const u_char *bp, register u_int len) in pimv1_print()
326 cisco_autorp_print(register const u_char *bp, register u_int len) in cisco_autorp_print()
416 pim_print(register const u_char *bp, register u_int len) in pim_print()
520 pimv2_addr_print(const u_char *bp, enum pimv2_addrtype at, int silent) in pimv2_addr_print()
621 pimv2_print(register const u_char *bp, register u_int len) in pimv2_print()
/external/openssl/crypto/bn/
Dbntest.c317 int test_add(BIO *bp) in test_add()
361 int test_sub(BIO *bp) in test_sub()
412 int test_div(BIO *bp, BN_CTX *ctx) in test_div()
476 static void print_word(BIO *bp,BN_ULONG w) in print_word()
492 int test_div_word(BIO *bp) in test_div_word()
548 int test_div_recp(BIO *bp, BN_CTX *ctx) in test_div_recp()
621 int test_mul(BIO *bp) in test_mul()
677 int test_sqr(BIO *bp, BN_CTX *ctx) in test_sqr()
719 int test_mont(BIO *bp, BN_CTX *ctx) in test_mont()
796 int test_mod(BIO *bp, BN_CTX *ctx) in test_mod()
[all …]
/external/openssl/crypto/bio/
Dbss_log.c235 static int MS_CALLBACK slg_puts(BIO *bp, const char *str) in slg_puts()
246 static void xopenlog(BIO* bp, char* name, int level) in xopenlog()
254 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog()
293 static void xcloselog(BIO* bp) in xcloselog()
304 static void xopenlog(BIO* bp, char* name, int level) in xopenlog()
309 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog()
372 static void xcloselog(BIO* bp) in xcloselog()
378 static void xopenlog(BIO* bp, char* name, int level) in xopenlog()
387 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog()
392 static void xcloselog(BIO* bp) in xcloselog()
/external/openssl/crypto/asn1/
Dt_x509.c100 int X509_print(BIO *bp, X509 *x) in X509_print()
105 int X509_print_ex(BIO *bp, X509 *x, unsigned long nmflags, unsigned long cflag) in X509_print_ex()
246 int X509_ocspid_print (BIO *bp, X509 *x) in X509_ocspid_print()
294 int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent) in X509_signature_dump()
316 int X509_signature_print(BIO *bp, X509_ALGOR *sigalg, ASN1_STRING *sig) in X509_signature_print()
341 int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v) in ASN1_STRING_print()
371 int ASN1_TIME_print(BIO *bp, const ASN1_TIME *tm) in ASN1_TIME_print()
386 int ASN1_GENERALIZEDTIME_print(BIO *bp, const ASN1_GENERALIZEDTIME *tm) in ASN1_GENERALIZEDTIME_print()
434 int ASN1_UTCTIME_print(BIO *bp, const ASN1_UTCTIME *tm) in ASN1_UTCTIME_print()
470 int X509_NAME_print(BIO *bp, X509_NAME *name, int obase) in X509_NAME_print()
Dasn1_par.c69 static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed, in asn1_print_info()
102 int ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent) in ASN1_parse()
107 int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump) in ASN1_parse_dump()
112 static int asn1_parse2(BIO *bp, const unsigned char **pp, long length, int offset, in asn1_parse2()
/external/openssl/crypto/pem/
Dpem_pk8.c84 int PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, EVP_PKEY *x, int nid, in PEM_write_bio_PKCS8PrivateKey_nid()
91 int PEM_write_bio_PKCS8PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, in PEM_write_bio_PKCS8PrivateKey()
98 int i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, in i2d_PKCS8PrivateKey_bio()
105 int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid, in i2d_PKCS8PrivateKey_nid_bio()
112 static int do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc, in do_pk8pkey()
152 EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u) in d2i_PKCS8PrivateKey_bio()
214 BIO *bp; in do_pk8pkey_fp() local
227 BIO *bp; in d2i_PKCS8PrivateKey_fp() local
Dpem_pkey.c75 EVP_PKEY *PEM_read_bio_PrivateKey(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u) in PEM_read_bio_PrivateKey()
140 int PEM_write_bio_PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, in PEM_write_bio_PrivateKey()
155 EVP_PKEY *PEM_read_bio_Parameters(BIO *bp, EVP_PKEY **x) in PEM_read_bio_Parameters()
196 int PEM_write_bio_Parameters(BIO *bp, EVP_PKEY *x) in PEM_write_bio_Parameters()
/external/compiler-rt/lib/asan/
Dasan_stack.h31 #define GET_STACK_TRACE_WITH_PC_AND_BP(max_s, pc, bp, fast) \ argument
43 #define GET_STACK_TRACE_FATAL(pc, bp) \ argument
/external/libmtp/src/
Dutil.c50 unsigned char *bp = (unsigned char *) buf; in data_dump() local
77 unsigned char *bp = (unsigned char *) buf; in data_dump_ascii() local
/external/openssl/crypto/x509v3/
Dv3_ocsp.c158 static int i2r_ocsp_crlid(const X509V3_EXT_METHOD *method, void *in, BIO *bp, in i2r_ocsp_crlid()
186 BIO *bp, int ind) in i2r_ocsp_acutoff()
194 static int i2r_object(const X509V3_EXT_METHOD *method, void *oid, BIO *bp, in i2r_object()
268 BIO *bp, int ind) in i2r_ocsp_serviceloc()
/external/clang/test/CodeGen/
Dext-vector.c76 void test6(float4 *ap, float4 *bp, float c) { in test6()
130 void test7(int4 *ap, int4 *bp, int c) { in test7()
196 void test8(float4 *ap, float4 *bp, int c) { in test8()
252 void test14(uint4 *ap, uint4 *bp, unsigned c) { in test14()

1234567891011