Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/svc.configd/
H A Dconfigd.c379 struct request_log_walk *rlw; in request_log_walk_init() local
438 rlw = mdb_zalloc(sizeof (*rlw), UM_SLEEP); in request_log_walk_init()
439 rlw->rlw_max = size; in request_log_walk_init()
440 rlw->rlw_count = pos; in request_log_walk_init()
441 rlw->rlw_cur = 0; in request_log_walk_init()
442 rlw->rlw_list = list; in request_log_walk_init()
444 wsp->walk_data = rlw; in request_log_walk_init()
452 struct request_log_walk *rlw = wsp->walk_data; in request_log_walk_step() local
456 if (rlw->rlw_cur >= rlw->rlw_count) in request_log_walk_step()
459 addr = rlw->rlw_list[rlw->rlw_cur++].addr; in request_log_walk_step()
[all …]