Home
last modified time | relevance | path

Searched refs:preply (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c2499 xListInstalledColormapsReply *preply; in ProcListInstalledColormaps() local
2515 preply = malloc(sizeof(xListInstalledColormapsReply) + in ProcListInstalledColormaps()
2518 if (!preply) in ProcListInstalledColormaps()
2521 preply->type = X_Reply; in ProcListInstalledColormaps()
2522 preply->sequenceNumber = client->sequence; in ProcListInstalledColormaps()
2524 (pWin->drawable.pScreen, (Colormap *) &preply[1]); in ProcListInstalledColormaps()
2525 preply->nColormaps = nummaps; in ProcListInstalledColormaps()
2526 preply->length = nummaps; in ProcListInstalledColormaps()
2527 WriteReplyToClient(client, sizeof(xListInstalledColormapsReply), preply); in ProcListInstalledColormaps()
2529 WriteSwappedDataToClient(client, nummaps * sizeof(Colormap), &preply[1]); in ProcListInstalledColormaps()
[all …]
/OK3568_Linux_fs/kernel/drivers/message/fusion/
H A Dmptbase.c3582 FWUploadReply_t *preply; in mpt_do_upload() local
3608 preply = (FWUploadReply_t *)&reply; in mpt_do_upload()
3611 memset(preply, 0, reply_sz); in mpt_do_upload()
3632 reply_sz, (u16 *)preply, 65 /*seconds*/, sleepFlag); in mpt_do_upload()
3643 status = le16_to_cpu(preply->IOCStatus) & in mpt_do_upload()
3647 le32_to_cpu(preply->ActualImageSize)) in mpt_do_upload()