OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isns_buffer_s
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libisns/
isns_pdu.h
67
* ISNS_INIT_BUFFER - initialize buffer (pointer) provided as an
isns_buffer_s
,
73
((struct
isns_buffer_s
*)(_bufp))->cur_len = 0; \
74
((struct
isns_buffer_s
*)(_bufp))->alloc_len = (_len); \
75
((struct
isns_buffer_s
*)(_bufp))->alloc_len &= ~0x03; \
76
((struct
isns_buffer_s
*)(_bufp))->buf_type = (_type); \
77
((struct
isns_buffer_s
*)(_bufp))->next = NULL; \
84
struct
isns_buffer_s
{
struct
89
struct
isns_buffer_s
*next;
98
struct
isns_buffer_s
*isns_new_buffer(int);
99
void isns_free_buffer(struct
isns_buffer_s
*);
[
all
...]
Completed in 1887 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025