OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isns_buffer_s
(Results
1 - 4
of
4
) 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
...]
isns_pdu.c
57
static struct isns_pdu_s *isns_init_pdu(struct
isns_buffer_s
*,
65
static struct
isns_buffer_s
*isns_get_pdu_head_buffer(struct isns_pdu_s *);
67
static struct
isns_buffer_s
*isns_get_pdu_tail_buffer(struct isns_pdu_s *);
69
static struct
isns_buffer_s
*isns_get_pdu_active_buffer(struct isns_pdu_s *);
79
struct
isns_buffer_s
*head;
149
struct
isns_buffer_s
*buf_p;
207
buf_p = (struct
isns_buffer_s
*)
208
isns_malloc(buf_size + sizeof(struct
isns_buffer_s
));
231
struct
isns_buffer_s
*buf_p;
279
struct
isns_buffer_s
*
[
all
...]
isns_task.c
199
struct
isns_buffer_s
*buf_p;
245
buf_p = ((struct
isns_buffer_s
*)(void *)pdu_p) - 1;
402
struct
isns_buffer_s
*buf_p;
436
struct
isns_buffer_s
*buf_p;
453
buf_p = ((struct
isns_buffer_s
*)(void *)(task_p))-1;
isns_thread.c
262
struct
isns_buffer_s
*curbuf_p, *newbuf_p;
Completed in 12 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025