Home
last modified time | relevance | path

Searched defs:pbuf (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/lwip/src/include/lwip/
Dicmp.h88 #define icmp_port_unreach(isipv6, pbuf) ((isipv6) ? \ argument
92 #define icmp_port_unreach(isipv6, pbuf) do{ if(!(isipv6)) { icmp_dest_unreach(pbuf, ICMP_DUR_PORT);… argument
94 #define icmp_port_unreach(isipv6, pbuf) do{ if(isipv6) { icmp6_dest_unreach(pbuf, ICMP6_DUR_PORT);}… argument
96 #define icmp_port_unreach(isipv6, pbuf) argument
99 #define icmp_port_unreach(isipv6, pbuf) icmp6_dest_unreach(pbuf, ICMP6_DUR_PORT) argument
101 #define icmp_port_unreach(isipv6, pbuf) icmp_dest_unreach(pbuf, ICMP_DUR_PORT) argument
103 #define icmp_port_unreach(isipv6, pbuf) argument
Dpbuf.h186 struct pbuf { struct
188 struct pbuf *next; argument
205 /** a bit field indicating pbuf type and allocation sources argument
215 * that refer to this pbuf. This can be pointers from an application, argument
230 /** next pbuf in singly linked pbuf chain */ argument
244 struct pbuf pbuf; member
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsesink.c250 gst_pulseringbuffer_init (GstPulseRingBuffer * pbuf) in gst_pulseringbuffer_init()
291 gst_pulsering_destroy_stream (GstPulseRingBuffer * pbuf) in gst_pulsering_destroy_stream()
335 gst_pulsering_destroy_context (GstPulseRingBuffer * pbuf) in gst_pulsering_destroy_context()
397 gst_pulsering_is_dead (GstPulseSink * psink, GstPulseRingBuffer * pbuf, in gst_pulsering_is_dead()
457 GstPulseRingBuffer *pbuf = (GstPulseRingBuffer *) walk->data; in gst_pulsering_context_subscribe_cb() local
505 GstPulseRingBuffer *pbuf; in gst_pulseringbuffer_open_device() local
631 GstPulseRingBuffer *pbuf; in gst_pulseringbuffer_close_device() local
651 GstPulseRingBuffer *pbuf; in gst_pulsering_stream_state_cb() local
678 GstPulseRingBuffer *pbuf; in gst_pulsering_stream_request_cb() local
697 GstPulseRingBuffer *pbuf; in gst_pulsering_stream_underflow_cb() local
[all …]
/third_party/openssl/crypto/asn1/
Dbio_ndef.c129 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg) in ndef_prefix()
160 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, in ndef_prefix_free()
178 static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen, in ndef_suffix_free()
189 static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg) in ndef_suffix()
/third_party/uboot/u-boot-2020.01/drivers/crypto/
Dace_sha.c27 int ace_sha_hash_digest(const unsigned char *pbuf, unsigned int buf_len, in ace_sha_hash_digest()
102 void hw_sha256(const unsigned char *pbuf, unsigned int buf_len, in hw_sha256()
109 void hw_sha1(const unsigned char *pbuf, unsigned int buf_len, in hw_sha1()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/
Ddriver_nl80211_hisi.c285 char *pbuf; in wpa_driver_set_p2p_noa() local
316 char *pbuf; in wpa_driver_set_p2p_ps() local
344 char *pbuf; in wpa_driver_set_ap_wps_p2p_ie() local
435 char *pbuf; in wpa_driver_set_power_on() local
453 char *pbuf; in wpa_driver_set_powermgmt_on() local
472 char *pbuf; in wpa_driver_set_qos_map() local
542 char *pbuf; in wpa_driver_nl80211_sta_assoc() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
Ddriver_nl80211_hisi.c285 char *pbuf; in wpa_driver_set_p2p_noa() local
316 char *pbuf; in wpa_driver_set_p2p_ps() local
344 char *pbuf; in wpa_driver_set_ap_wps_p2p_ie() local
435 char *pbuf; in wpa_driver_set_power_on() local
453 char *pbuf; in wpa_driver_set_powermgmt_on() local
472 char *pbuf; in wpa_driver_set_qos_map() local
542 char *pbuf; in wpa_driver_nl80211_sta_assoc() local
/third_party/uboot/u-boot-2020.01/fs/ext4/
Dunsparse.c49 int get_unspare_header_info(const u8 *pbuf,sparse_header_t *sparse_header, in get_unspare_header_info()
66 int ext4_unsparse(struct mmc *mmc, u32 dev, u8 *pbuf, u32 blk, u32 cnt) in ext4_unsparse()
254 int ufs_ext4_unsparse(const u8 *pbuf, u32 blk, u32 cnt) in ufs_ext4_unsparse()
/third_party/uboot/u-boot-2020.01/drivers/crypto/fsl/
Dfsl_hash.c162 int caam_hash(const unsigned char *pbuf, unsigned int buf_len, in caam_hash()
202 void hw_sha256(const unsigned char *pbuf, unsigned int buf_len, in hw_sha256()
209 void hw_sha1(const unsigned char *pbuf, unsigned int buf_len, in hw_sha1()
/third_party/lwip/src/apps/snmp/
Dsnmp_pbuf_stream.h53 struct pbuf *pbuf; member
Dsnmp_pbuf_stream.c115 struct pbuf *pbuf = pbuf_skip(pbuf_stream->pbuf, pbuf_stream->offset, &target_offset); in snmp_pbuf_stream_writeto() local
/third_party/uboot/u-boot-2020.01/drivers/block/
Dide.c135 volatile ushort *pbuf; in ide_output_data_shorts() local
152 volatile ushort *pbuf; in ide_input_data_shorts() local
854 volatile ushort *pbuf = in ide_input_swap_data() local
878 volatile ushort *pbuf; in ide_output_data() local
904 volatile ushort *pbuf; in ide_input_data() local
/third_party/ltp/testcases/kernel/syscalls/open/
Dopen09.c47 char pbuf[BUFSIZ]; in main() local
/third_party/uboot/u-boot-2020.01/product/hiupdate/
Dauto_update_adaptation.c205 unsigned char *pbuf = buf; in spi_flash_write_op() local
289 unsigned char *pbuf = buf; in nand_flash_write() local
563 int get_buffer_chunk_layout(unsigned long offset, unsigned char *pbuf, in get_buffer_chunk_layout()
659 int write_yaffs2_fs(int idx, unsigned int sz, unsigned char *pbuf) in write_yaffs2_fs()
697 unsigned int write_len, unsigned int chunk_len, unsigned char *pbuf) in chunk_write()
735 unsigned char *pbuf) in write_ext4_fs()
785 int write_ubi_fs(int idx, unsigned int sz, unsigned char *pbuf) in write_ubi_fs()
824 int write_other_files(int idx, unsigned int sz, unsigned char *pbuf) in write_other_files()
886 void *pbuf; in au_do_update() local
940 unsigned char *pbuf; in au_do_update() local
/third_party/ltp/testcases/kernel/syscalls/fork/
Dfork08.c53 static char pbuf[10]; variable
Dfork07.c57 static char pbuf[10]; variable
/third_party/ffmpeg/libavfilter/
Df_sendcmd.c63 static inline char *make_command_flags_str(AVBPrint *pbuf, int flags) in make_command_flags_str()
226 AVBPrint pbuf; in parse_commands() local
445 AVBPrint pbuf; in init() local
511 AVBPrint pbuf; in filter_frame() local
/third_party/curl/tests/libtest/
Dlib1948.c54 put_buffer pbuf; in test() local
/third_party/ltp/testcases/kernel/syscalls/fsync/
Dfsync02.c28 char pbuf[BUF_SIZE]; variable
/third_party/ffmpeg/libavutil/
Dbuffer.c151 int av_buffer_make_writable(AVBufferRef **pbuf) in av_buffer_make_writable()
169 int av_buffer_realloc(AVBufferRef **pbuf, int size) in av_buffer_realloc()
/third_party/openssl/crypto/ec/
Dec_print.c81 unsigned char *buf = NULL, *pbuf; in EC_POINT_point2hex() local
Dec_oct.c131 unsigned char **pbuf, BN_CTX *ctx) in EC_POINT_point2buf()
/third_party/ejdb/src/jbr/
Djbr.c769 char pbuf[_WS_KEYPREFIX_BUFSZ]; in _jbr_ws_add_document() local
793 char pbuf[_WS_KEYPREFIX_BUFSZ]; in _jbr_ws_set_document() local
815 char pbuf[_WS_KEYPREFIX_BUFSZ]; in _jbr_ws_get_document() local
840 char pbuf[_WS_KEYPREFIX_BUFSZ]; in _jbr_ws_del_document() local
855 char pbuf[_WS_KEYPREFIX_BUFSZ]; in _jbr_ws_patch_document() local
987 char pbuf[_WS_KEYPREFIX_BUFSZ]; in _jbr_ws_query() local
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpmp4vdepay.c167 GstBuffer *pbuf, *outbuf = NULL; in gst_rtp_mp4v_depay_process() local
/third_party/uboot/u-boot-2020.01/drivers/i2c/
Drk_i2c.c167 uchar *pbuf = buf; in rk_i2c_read() local
266 uchar *pbuf = buf; in rk_i2c_write() local

1234