OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tosend
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/lib/libc/sys/
t_sigqueue.c
125
* given a array of signals to be delivered in
tosend
of size len
130
sigorder(int *ordered, const int *
tosend
, size_t len)
132
memcpy(ordered,
tosend
, len * sizeof(*
tosend
));
/src/sys/external/bsd/drm2/dist/drm/
drm_dp_mst_topology.c
2674
int
tosend
, total, offset;
local
2681
tosend
= min3(mgr->max_dpcd_transaction_bytes, 16, total);
2685
tosend
);
2686
if (ret !=
tosend
) {
2691
DRM_DEBUG_KMS("failed to dpcd write %d %d\n",
tosend
, ret);
2695
offset +=
tosend
;
2696
total -=
tosend
;
2746
int len, space, idx,
tosend
;
local
2768
tosend
= min(len, space);
2775
hdr.msg_len =
tosend
+ 1
[
all
...]
Completed in 18 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026