HomeSort by: relevance | last modified time | path
    Searched defs:buf_p (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libisns/
isns_task.c 199 struct isns_buffer_s *buf_p; local in function:isns_task_send_pdu
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-
402 struct isns_buffer_s *buf_p; local in function:isns_new_task
436 struct isns_buffer_s *buf_p; local in function:isns_free_task
    [all...]
isns_pdu.h 154 struct isns_buffer_s *buf_p; member in struct:isns_get_tlv_info_s
isns_pdu.c 149 struct isns_buffer_s *buf_p; local in function:isns_add_buffer_pool
207 buf_p = (struct isns_buffer_s *)
209 if (buf_p == NULL)
211 buf_p->next = list_p->head;
212 list_p->head = buf_p;
231 struct isns_buffer_s *buf_p; local in function:isns_destroy_buffer_pool
244 buf_p = list_p->head;
245 list_p->head = buf_p->next;
247 isns_free(buf_p);
283 struct isns_buffer_s *buf_p; local in function:isns_new_buffer
365 struct isns_buffer_s *buf_p; local in function:isns_new_trans
432 struct isns_buffer_s *buf_p, *free_buf_p; local in function:isns_free_trans
777 struct isns_buffer_s *buf_p; local in function:isns_new_pdu
801 struct isns_buffer_s *buf_p, *free_buf_p; local in function:isns_free_pdu
929 struct isns_buffer_s *buf_p, *new_buf_p; local in function:isns_add_pdu_payload_data
1235 struct isns_buffer_s *buf_p; local in function:isns_get_pdu_active_buffer
1266 struct isns_buffer_s *buf_p; local in function:isns_dump_pdu
    [all...]
  /src/sys/lib/libsa/
minixfs3.c 339 char **buf_p = v; local in function:buf_read_file
377 *buf_p = fp->f_buf + off;
  /src/sys/dev/ic/
cy.c 1080 u_char *buf_p; local in function:cy_intr
1094 buf_p = cy->cy_ibuf_wr_ptr;
1116 *buf_p++ = line_stat;
1117 *buf_p++ = recv_data;
1118 if (buf_p == cy->cy_ibuf_end)
1119 buf_p = cy->cy_ibuf;
1121 if (buf_p == cy->cy_ibuf_rd_ptr) {
1122 if (buf_p == cy->cy_ibuf)
1123 buf_p = cy->cy_ibuf_end;
1124 buf_p -= 2
    [all...]
hd64570.c 627 u_int32_t buf_p; local in function:sca_dmac_init
643 buf_p = scp->sp_txbuf_p;
652 if ((buf_p & 0xff000000) !=
653 ((buf_p + SCA_BSIZE * scp->sp_ntxdesc) & 0xff000000))
664 sca_desc_write_bufp(sc, desc, buf_p);
669 buf_p += SCA_BSIZE;
705 buf_p = scp->sp_rxbuf_p;
712 if ((buf_p & 0xff000000) !=
713 ((buf_p + SCA_BSIZE * scp->sp_nrxdesc) & 0xff000000))
724 sca_desc_write_bufp(sc, desc, buf_p);
1005 u_int32_t buf_p; local in function:sca_start
    [all...]

Completed in 18 milliseconds