OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:status_size
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/raidframe/
rf_reconmap.c
98
p->
status_size
= RF_RECONMAP_SIZE;
99
p->high_ru = p->
status_size
- 1;
102
p->status = RF_Malloc(p->
status_size
* sizeof(*p->status));
186
if (mapPtr->head >= mapPtr->
status_size
)
192
if (ru >= mapPtr->
status_size
)
193
ru = ru - mapPtr->
status_size
;
195
if ((ru < 0) || (ru >= mapPtr->
status_size
)) {
326
for (i = 0; i < mapPtr->
status_size
; i++) {
339
RF_Free(mapPtr->status, mapPtr->
status_size
*
363
if (i >= mapPtr->
status_size
)
[
all
...]
rf_reconmap.h
61
RF_ReconUnitCount_t
status_size
; /* number of recon units in status */
member in struct:RF_ReconMap_s
/src/external/gpl3/gdb/dist/gdb/tui/
tui-status.c
60
int
status_size
;
84
status_size
= width;
113
proc_width = (
status_size
198
if (len <
status_size
)
199
string_val.append (
status_size
- len, ' ');
200
else if (len >
status_size
)
201
string_val.erase (
status_size
, len);
203
gdb_assert (string_val.size () ==
status_size
);
59
int
status_size
;
local
/src/external/gpl3/gdb.old/dist/gdb/tui/
tui-status.c
64
int
status_size
;
88
status_size
= width;
117
proc_width = (
status_size
202
if (len <
status_size
)
203
string_val.append (
status_size
- len, ' ');
204
else if (len >
status_size
)
205
string_val.erase (
status_size
, len);
207
gdb_assert (string_val.size () ==
status_size
);
63
int
status_size
;
local
/src/external/bsd/tmux/dist/
screen-redraw.c
363
right = wp->xoff + 2 + wp->
status_size
- 1;
473
wp->
status_size
= width = 0;
475
wp->
status_size
= width = wp->sx + sb_w - 2;
528
size = wp->
status_size
;
tmux.h
1233
size_t
status_size
;
member in struct:window_pane
Completed in 39 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026