Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_output.c7379 ssize_t left, willcpy, cancpy, error; local
7390 willcpy = min(cancpy, left);
7394 error = uiomove(mtod(at, caddr_t), (int)willcpy, uio);
7400 SCTP_BUF_LEN(at) = (int)willcpy;
7402 left -= willcpy;
7411 willcpy = min(cancpy, left);
13210 int left, cancpy, willcpy;
13230 willcpy = min(cancpy, left);
13231 *error = uiomove(mtod(head, caddr_t), willcpy, uio);
13236 *sndout += willcpy;
[all …]