Home
last modified time | relevance | path

Searched refs:gft (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/package/fbv/
H A D0005-giflib.patch15 -#define grflush { DGifCloseFile(gft); return(FH_ERROR_FORMAT); }
16 -#define mgrflush { free(lb); free(slb); DGifCloseFile(gft); return(FH_ERROR_FORMAT); }
17 +#define grflush { DGifCloseFile(gft, NULL); return(FH_ERROR_FORMAT); }
18 +#define mgrflush { free(lb); free(slb); DGifCloseFile(gft, NULL); return(FH_ERROR_FORMAT); }
20 -#define agrflush { DGifCloseFile(gft); return(FH_ERROR_FORMAT); }
21 +#define agrflush { DGifCloseFile(gft, NULL); return(FH_ERROR_FORMAT); }
29 - gft=DGifOpenFileName(name);
30 + gft=DGifOpenFileName(name, NULL);
31 if(gft==NULL){printf("err5\n"); gflush;} //////////
38 - DGifCloseFile(gft);
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_hw.h177 struct gft { struct
179 } gft; member
203 sizeof(struct gft))
H A Dlpfc_ct.c1223 did = ((struct lpfc_sli_ct_request *)inp->virt)->un.gft.PortId; in lpfc_cmpl_ct_cmd_gft_id()
1714 CtReq->un.gft.PortId = cpu_to_be32(context); in lpfc_ns_cmd()