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

/xsrc/external/mit/xfs/dist/difs/
H A Dfontinfo.c285 unsigned long lendata = SIZEOF(fsXCharInfo) * num_extents; local in function:do_query_extents
290 .length = (SIZEOF(fsQueryXExtents8Reply) + lendata) >> 2
295 WriteToClient(pPtr->client, lendata, (char *) extents);
H A Ddispatch.c874 lendata; local in function:ProcQueryXInfo
909 lendata = SIZEOF(fsPropInfo) +
913 reply.length = (SIZEOF(fsQueryXInfoReply) + lendata + 3) >> 2;
918 (void) WriteToClient(client, lendata, (char *) prop_info);

Completed in 4 milliseconds