OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_state
(Results
1 - 10
of
10
) sorted by relevancy
/src/usr.sbin/installboot/
ext2fs.c
375
ext2fs_findstage2_blocks(ib_params *params, void *
_state
,
378
struct findblks_state *state =
_state
;
382
assert(
_state
!= NULL);
ffs.c
442
ffs_findstage2_blocks(ib_params *params, void *
_state
,
445
struct findblks_state *state =
_state
;
449
assert(
_state
!= NULL);
/src/sys/sys/
aio.h
65
int
_state
; /* State of the job */
member in struct:aiocb
/src/sys/kern/
sys_aio.c
1025
job->aiocbp.
_state
= JOB_DONE;
1059
job->aiocbp.
_state
= JOB_DONE;
1097
job->aiocbp.
_state
= JOB_DONE;
1179
if (job->aiocbp.
_state
== JOB_NONE) {
1212
if (job->aiocbp.
_state
!= JOB_DONE) {
1229
job->aiocbp.
_state
= JOB_NONE;
1641
aiocb.
_state
= JOB_WIP;
2203
job->aio_op, job->aiocbp._errno, job->aiocbp.
_state
,
2224
j->aiocbp.
_state
, j->aiocb_uptr);
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_openbsd.h
73
u32
_state
;
member in struct:__sanitizer::__sanitizer_iocb
sanitizer_platform_limits_netbsd.h
108
int
_state
;
member in struct:__sanitizer::__sanitizer_aiocb
/src/lib/libc/citrus/
citrus_ctype_template.h
477
_ENCODING_STATE
_state
; \
485
_pse_ = &
_state
; \
/src/sys/dev/ic/
athvar.h
402
#define ath_hal_setledstate(_ah,
_state
) \
403
((*(_ah)->ah_setLedState)((_ah), (
_state
)))
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dp_mst.c
276
struct drm_atomic_state *
_state
)
278
struct intel_atomic_state *state = to_intel_atomic_state(
_state
);
intel_display.c
14581
* @
_state
: state to validate
14584
struct drm_atomic_state *
_state
)
14587
struct intel_atomic_state *state = to_intel_atomic_state(
_state
);
15555
struct drm_atomic_state *
_state
,
15558
struct intel_atomic_state *state = to_intel_atomic_state(
_state
);
Completed in 42 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025