OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sent_len
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/usermode/usermode/
thunk.c
1093
ssize_t
sent_len
;
local in function:safe_send
1098
sent_len
= send(s, p, len, MSG_NOSIGNAL);
1099
if (
sent_len
== -1) {
1105
p +=
sent_len
;
1106
len -=
sent_len
;
thunk.c
1093
ssize_t
sent_len
;
local in function:safe_send
1098
sent_len
= send(s, p, len, MSG_NOSIGNAL);
1099
if (
sent_len
== -1) {
1105
p +=
sent_len
;
1106
len -=
sent_len
;
Completed in 227 milliseconds
Indexes created Tue Oct 14 11:09:46 GMT 2025