Lines Matching defs:buf_p
199 struct isns_buffer_s *buf_p;
234 buf_p = pdu_p->payload_p;
235 while (buf_p != NULL) {
236 write_buf[iovcnt].iov_base = isns_buffer_data(buf_p,0);
237 write_buf[iovcnt].iov_len = buf_p->cur_len;
240 buf_p = buf_p->next;
245 buf_p = ((struct isns_buffer_s *)(void *)pdu_p) - 1;
268 while (buf_p != NULL) { /* -OR- while (1) */
274 buf_p = pdu_p->
277 buf_p = buf_p->next;
402 struct isns_buffer_s *buf_p;
408 buf_p = isns_new_buffer((int)sizeof(struct isns_task_s));
409 if (buf_p) {
410 task_p = (struct isns_task_s *)isns_buffer_data(buf_p, 0);
436 struct isns_buffer_s *buf_p;
453 buf_p = ((struct isns_buffer_s *)(void *)(task_p))-1;
454 isns_free_buffer(buf_p);