Searched refs:seglist (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_dma.c87 if (dma->bufs[i].seglist[j]) {
88 drm_pci_free(dev, dma->bufs[i].seglist[j]);
91 drm_free(dma->bufs[i].seglist,
93 * sizeof(*dma->bufs[0].seglist), DRM_MEM_SEGS);
H A Ddrm_bufs.c523 if (entry->seglist[i]) {
524 drm_pci_free(dev, entry->seglist[i]);
527 drm_free(entry->seglist,
529 sizeof(*entry->seglist), DRM_MEM_SEGS);
808 entry->seglist = drm_alloc(count * sizeof(*entry->seglist),
810 if (!entry->seglist) {
817 memset(entry->seglist, 0, count * sizeof(*entry->seglist));
827 drm_free(entry->seglist,
[all...]
H A DdrmP.h368 drm_dma_handle_t **seglist; member in struct:drm_buf_entry
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/amiga/
H A Dexpat_lib.c44 struct ExpatBase * libInit(struct ExpatBase *libBase, BPTR seglist, struct ExecIFace *ISys);
125 struct ExpatBase *libInit(struct ExpatBase *libBase, BPTR seglist, struct ExecIFace *ISys) argument
134 libBase->SegList = seglist;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/dhcp6/
H A Dserver6_conf.h96 struct v6addrseg *seglist; member in struct:link_decl
H A Dserver6_parse.y266 link->seglist = NULL;
426 temp_seg = link->seglist;
470 link->seglist = seg;
490 link->seglist = seg;
H A Dserver6_conf.c203 for (seg = link->seglist; seg; seg = seg->next) {
H A Dserver6_addr.c626 for (seg = subnet->seglist; seg; seg = seg->next) {

Completed in 322 milliseconds