Searched refs:h_buf (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/
H A Dcharcnv.c842 const char *h_buf = h; local
843 if (atalk_iconv(descriptor_cap, &h_buf, &hlen, &outbuf, &o_len) == (size_t)-1) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_sli.c11201 struct lpfc_dmabuf *h_buf; local
11205 h_buf = list_get_first(&vport->rcv_buffer_list,
11207 if (!h_buf)
11209 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
11224 struct lpfc_dmabuf *h_buf, *hnext; local
11229 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) {
11230 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
11256 struct lpfc_dmabuf *h_buf, *hnext; local
11268 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) {
11269 dmabuf = container_of(h_buf, struc
11305 struct lpfc_dmabuf *h_buf; local
11389 struct lpfc_dmabuf *d_buf, *n_buf, *h_buf; local
[all...]

Completed in 179 milliseconds