Home
last modified time | relevance | path

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

12345678910>>...111

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8712/
H A Dwifi.h43 #define SetToDs(pbuf) ({ \ argument
49 #define ClearToDs(pbuf) ({ \ argument
53 #define SetFrDs(pbuf) ({ \ argument
59 #define ClearFrDs(pbuf) ({ \ argument
68 #define SetMFrag(pbuf) ({ \ argument
74 #define ClearMFrag(pbuf) ({ \ argument
78 #define SetRetry(pbuf) ({ \ argument
84 #define ClearRetry(pbuf) ({ \ argument
88 #define SetPwrMgt(pbuf) ({ \ argument
99 #define SetMData(pbuf) ({ \ argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8712/
H A Dwifi.h43 #define SetToDs(pbuf) ({ \ argument
49 #define ClearToDs(pbuf) ({ \ argument
53 #define SetFrDs(pbuf) ({ \ argument
59 #define ClearFrDs(pbuf) ({ \ argument
68 #define SetMFrag(pbuf) ({ \ argument
74 #define ClearMFrag(pbuf) ({ \ argument
78 #define SetRetry(pbuf) ({ \ argument
84 #define ClearRetry(pbuf) ({ \ argument
88 #define SetPwrMgt(pbuf) ({ \ argument
99 #define SetMData(pbuf) ({ \ argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8712/
H A Dwifi.h43 #define SetToDs(pbuf) ({ \ argument
49 #define ClearToDs(pbuf) ({ \ argument
53 #define SetFrDs(pbuf) ({ \ argument
59 #define ClearFrDs(pbuf) ({ \ argument
68 #define SetMFrag(pbuf) ({ \ argument
74 #define ClearMFrag(pbuf) ({ \ argument
78 #define SetRetry(pbuf) ({ \ argument
84 #define ClearRetry(pbuf) ({ \ argument
88 #define SetPwrMgt(pbuf) ({ \ argument
99 #define SetMData(pbuf) ({ \ argument
[all …]
/dports/net/netwib/netwib-5.38.0-src/src/netwib/dat/
H A Dbuf.h178 #define netwib_buf_init_mallocdefault(pbuf) netwib_buf_init_malloc(1024,pbuf) argument
201 #define netwib_buf_init_ext_arrayempty(array,arraysize,pbuf) netwib_buf_init_ext_array(array,arrays… argument
202 #define netwib_buf_init_ext_arrayfilled(array,arraysize,pbuf) netwib_buf_init_ext_array(array,array… argument
203 #define netwib_buf_init_ext_arraysizeofempty(array,pbuf) netwib_buf_init_ext_arrayempty(array,sizeo… argument
204 #define netwib_buf_init_ext_arraysizeoffilled(array,pbuf) netwib_buf_init_ext_arrayfilled(array,siz… argument
206 #define netwib_buf_init_ext_empty(pbuf) netwib_buf_init_ext_array(NULL,0,0,0,pbuf) argument
229 #define netwib_buf_init_ext_storage(pbuf) netwib_buf_init_ext_storagearray(NULL,0,pbuf) argument
231 #define netwib_buf_init_ext_storagearraysizeof(array,pbuf) netwib_buf_init_ext_storagearray(array,s… argument
474 #define netwib__buf_ref_data_ptr(pbuf) ((pbuf)->totalptr + (pbuf)->beginoffset) argument
475 #define netwib__buf_ref_data_size(pbuf) ((pbuf)->endoffset -(pbuf)->beginoffset) argument
[all …]
H A Dbuf.c42 #define netwib__priv_buf_get_leakid(pbuf) argument
43 #define netwib__priv_buf_set_leakid(pbuf,leakid) argument
126 netwib_buf *pbuf) in netwib_buf_init_malloc()
270 netwib_err netwib_buf_shift(netwib_buf *pbuf, in netwib_buf_shift()
392 netwib_buf *pbuf) in netwib_buf_append_data()
470 netwib_buf *pbuf) in netwib_buf_append_buf()
500 netwib_buf *pbuf) in netwib_buf_append_byte()
591 netwib_err netwib_buf_ref_string(netwib_buf *pbuf, in netwib_buf_ref_string()
710 netwib_err netwib_buf_wantspace(netwib_buf *pbuf, in netwib_buf_wantspace()
769 netwib_err netwib_buf_wishspace(netwib_buf *pbuf, in netwib_buf_wishspace()
[all …]
/dports/japanese/p5-Unicode-Japanese/Unicode-Japanese-0.49/
H A Dstr.h31 #define SV_Buf_init(pbuf,len) \ argument
52 #define SV_Buf_getBegin(pbuf) ((pbuf)->dst_begin) argument
56 #define SV_Buf_getSv(pbuf) (*(pbuf)->dst='\0', (pbuf)->sv) argument
60 #define SV_Buf_append_ch(pbuf,ch) \ argument
67 #define SV_Buf_append_ch2(pbuf,ch) \ argument
76 #define SV_Buf_append_ch3(pbuf,ch) \ argument
85 #define SV_Buf_append_ch4(pbuf,ch) \ argument
94 #define SV_Buf_append_ch5(pbuf,str) \ argument
102 #define SV_Buf_append_mem(pbuf,str,len) \ argument
111 #define SV_Buf_append_entityref(pbuf,ucs) \ argument
[all …]
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/
H A Dpbuf.h66 struct pbuf { struct
68 struct pbuf *next; argument
86 u8_t /*pbuf_type*/ type; argument
93 * that refer to this pbuf. This can be pointers from an application, argument
100 /* Initializes the pbuf module. This call is empty for now, but may not be in future. */ argument
/dports/devel/arduino-core/Arduino-b439a77/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/
H A Dpbuf.h66 struct pbuf { struct
68 struct pbuf *next; argument
86 u8_t /*pbuf_type*/ type; argument
93 * that refer to this pbuf. This can be pointers from an application, argument
100 /* Initializes the pbuf module. This call is empty for now, but may not be in future. */ argument
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/octoclock/include/lwip/
H A Dpbuf.h64 struct pbuf { struct
66 struct pbuf *next; argument
84 u8_t /*pbuf_type*/ type; argument
91 * that refer to this pbuf. This can be pointers from an application, argument
98 /* Initializes the pbuf module. This call is empty for now, but may not be in future. */ argument
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/src/include/lwip/
H A Dpbuf.h64 struct pbuf { struct
66 struct pbuf *next; argument
84 u8_t /*pbuf_type*/ type; argument
91 * that refer to this pbuf. This can be pointers from an application, argument
98 /* Initializes the pbuf module. This call is empty for now, but may not be in future. */ argument
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lwip/lwip-1.3.1/src/include/lwip/
H A Dpbuf.h64 struct pbuf { struct
66 struct pbuf *next; argument
84 u8_t /*pbuf_type*/ type; argument
91 * that refer to this pbuf. This can be pointers from an application, argument
98 /* Initializes the pbuf module. This call is empty for now, but may not be in future. */ argument
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/include/lwip/
H A Dpbuf.h73 struct pbuf { struct
75 struct pbuf *next; argument
93 u8_t /*pbuf_type*/ type; argument
100 * that refer to this pbuf. This can be pointers from an application, argument
107 /** Prototype for a function to free a custom pbuf */ argument
113 struct pbuf pbuf; member
/dports/net/netwib/netwib-5.38.0-src/src/netwib/shw/
H A Darray.h57 #define netwib_show_array_text32(text,pbuf) netwib_show_array_text(32,text,pbuf) argument
58 #define netwib_show_array_text16(text,pbuf) netwib_show_array_text(16,text,pbuf) argument
59 #define netwib_show_array_text8(text,pbuf) netwib_show_array_text(8,text,pbuf) argument
60 #define netwib_show_array_text4(text,pbuf) netwib_show_array_text(4,text,pbuf) argument
61 #define netwib_show_array_text1(text,pbuf) netwib_show_array_text(1,text,pbuf) argument
80 #define netwib_show_array_num32(ui,type,pbuf) netwib_show_array_num(32,ui,type,pbuf) argument
81 #define netwib_show_array_num16(ui,type,pbuf) netwib_show_array_num(16,ui,type,pbuf) argument
82 #define netwib_show_array_num8(ui,type,pbuf) netwib_show_array_num(8,ui,type,pbuf) argument
83 #define netwib_show_array_num4(ui,type,pbuf) netwib_show_array_num(4,ui,type,pbuf) argument
84 #define netwib_show_array_num1(ui,pbuf) netwib_show_array_num(1,ui,NETWIB_SHOW_ARRAY_NUMTYPE_DEC,pb… argument
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8188eu/include/
H A Dwifi.h64 #define SetToDs(pbuf) \ argument
69 #define ClearToDs(pbuf) \ argument
72 #define SetFrDs(pbuf) \ argument
77 #define ClearFrDs(pbuf) \ argument
82 #define SetMFrag(pbuf) \ argument
87 #define ClearMFrag(pbuf) \ argument
90 #define SetRetry(pbuf) \ argument
95 #define ClearRetry(pbuf) \ argument
98 #define SetPwrMgt(pbuf) \ argument
106 #define SetMData(pbuf) \ argument
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8188eu/include/
H A Dwifi.h64 #define SetToDs(pbuf) \ argument
69 #define ClearToDs(pbuf) \ argument
72 #define SetFrDs(pbuf) \ argument
77 #define ClearFrDs(pbuf) \ argument
82 #define SetMFrag(pbuf) \ argument
87 #define ClearMFrag(pbuf) \ argument
90 #define SetRetry(pbuf) \ argument
95 #define ClearRetry(pbuf) \ argument
98 #define SetPwrMgt(pbuf) \ argument
106 #define SetMData(pbuf) \ argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8188eu/include/
H A Dwifi.h64 #define SetToDs(pbuf) \ argument
69 #define ClearToDs(pbuf) \ argument
72 #define SetFrDs(pbuf) \ argument
77 #define ClearFrDs(pbuf) \ argument
82 #define SetMFrag(pbuf) \ argument
87 #define ClearMFrag(pbuf) \ argument
90 #define SetRetry(pbuf) \ argument
95 #define ClearRetry(pbuf) \ argument
98 #define SetPwrMgt(pbuf) \ argument
106 #define SetMData(pbuf) \ argument
[all …]
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/lwbt/
H A Dbtpbuf.h26 struct pbuf { struct
27 struct pbuf *next; argument
36 struct pbuf* btpbuf_alloc(pbuf_layer layer,u16_t len,pbuf_flag flag); argument
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/include/lwip/
H A Dpbuf.h65 struct pbuf { struct
67 struct pbuf *next; argument
84 /** flags telling the type of pbuf, see PBUF_FLAG_ */ argument
89 * that refer to this pbuf. This can be pointers from an application, argument
98 struct pbuf *pbuf_alloc(pbuf_layer l, u16_t size, pbuf_flag flag); argument
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/fidoconf/src/
H A Dfecfg146.c60 unsigned char *pbuf; in read_fe_config() local
196 unsigned char *pbuf; in read_fe_extension_header() local
216 unsigned char *pbuf; in read_fe_address() local
239 unsigned char *pbuf; in read_fe_sysaddress() local
266 unsigned char *pbuf; in read_fe_area() local
325 unsigned char *pbuf; in read_fe_node() local
404 unsigned char *pbuf = buffer; in read_fe_packers() local
423 unsigned char *pbuf = buffer; in read_fe_unpackers() local
440 unsigned char *pbuf = buffer; in read_fe_groupdefaults() local
474 unsigned char *pbuf = buffer; in read_fe_frequest() local
/dports/news/husky-hpt/husky-hpt-1.9.20191207/fidoconf/src/
H A Dfecfg146.c60 unsigned char *pbuf; in read_fe_config() local
196 unsigned char *pbuf; in read_fe_extension_header() local
216 unsigned char *pbuf; in read_fe_address() local
239 unsigned char *pbuf; in read_fe_sysaddress() local
266 unsigned char *pbuf; in read_fe_area() local
325 unsigned char *pbuf; in read_fe_node() local
404 unsigned char *pbuf = buffer; in read_fe_packers() local
423 unsigned char *pbuf = buffer; in read_fe_unpackers() local
440 unsigned char *pbuf = buffer; in read_fe_groupdefaults() local
474 unsigned char *pbuf = buffer; in read_fe_frequest() local
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/fidoconf/src/
H A Dfecfg146.c60 unsigned char *pbuf; in read_fe_config() local
196 unsigned char *pbuf; in read_fe_extension_header() local
216 unsigned char *pbuf; in read_fe_address() local
239 unsigned char *pbuf; in read_fe_sysaddress() local
266 unsigned char *pbuf; in read_fe_area() local
325 unsigned char *pbuf; in read_fe_node() local
404 unsigned char *pbuf = buffer; in read_fe_packers() local
423 unsigned char *pbuf = buffer; in read_fe_unpackers() local
440 unsigned char *pbuf = buffer; in read_fe_groupdefaults() local
474 unsigned char *pbuf = buffer; in read_fe_frequest() local
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/fidoconf/src/
H A Dfecfg146.c60 unsigned char *pbuf; in read_fe_config() local
196 unsigned char *pbuf; in read_fe_extension_header() local
216 unsigned char *pbuf; in read_fe_address() local
239 unsigned char *pbuf; in read_fe_sysaddress() local
266 unsigned char *pbuf; in read_fe_area() local
325 unsigned char *pbuf; in read_fe_node() local
404 unsigned char *pbuf = buffer; in read_fe_packers() local
423 unsigned char *pbuf = buffer; in read_fe_unpackers() local
440 unsigned char *pbuf = buffer; in read_fe_groupdefaults() local
474 unsigned char *pbuf = buffer; in read_fe_frequest() local
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/fidoconf/src/
H A Dfecfg146.c60 unsigned char *pbuf; in read_fe_config() local
196 unsigned char *pbuf; in read_fe_extension_header() local
216 unsigned char *pbuf; in read_fe_address() local
239 unsigned char *pbuf; in read_fe_sysaddress() local
266 unsigned char *pbuf; in read_fe_area() local
325 unsigned char *pbuf; in read_fe_node() local
404 unsigned char *pbuf = buffer; in read_fe_packers() local
423 unsigned char *pbuf = buffer; in read_fe_unpackers() local
440 unsigned char *pbuf = buffer; in read_fe_groupdefaults() local
474 unsigned char *pbuf = buffer; in read_fe_frequest() local
/dports/news/husky-htick/husky-htick-1.9.20191207/fidoconf/src/
H A Dfecfg146.c60 unsigned char *pbuf; in read_fe_config() local
196 unsigned char *pbuf; in read_fe_extension_header() local
216 unsigned char *pbuf; in read_fe_address() local
239 unsigned char *pbuf; in read_fe_sysaddress() local
266 unsigned char *pbuf; in read_fe_area() local
325 unsigned char *pbuf; in read_fe_node() local
404 unsigned char *pbuf = buffer; in read_fe_packers() local
423 unsigned char *pbuf = buffer; in read_fe_unpackers() local
440 unsigned char *pbuf = buffer; in read_fe_groupdefaults() local
474 unsigned char *pbuf = buffer; in read_fe_frequest() local
/dports/news/husky-areafix/husky-areafix-1.9.20191207/fidoconf/src/
H A Dfecfg146.c60 unsigned char *pbuf; in read_fe_config() local
196 unsigned char *pbuf; in read_fe_extension_header() local
216 unsigned char *pbuf; in read_fe_address() local
239 unsigned char *pbuf; in read_fe_sysaddress() local
266 unsigned char *pbuf; in read_fe_area() local
325 unsigned char *pbuf; in read_fe_node() local
404 unsigned char *pbuf = buffer; in read_fe_packers() local
423 unsigned char *pbuf = buffer; in read_fe_unpackers() local
440 unsigned char *pbuf = buffer; in read_fe_groupdefaults() local
474 unsigned char *pbuf = buffer; in read_fe_frequest() local

12345678910>>...111