Searched defs: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; local
438 rlw = mdb_zalloc(sizeof (*rlw), UM_SLEEP);
439 rlw->rlw_max = size;
440 rlw->rlw_count = pos;
441 rlw->rlw_cur = 0;
442 rlw->rlw_list = list;
444 wsp->walk_data = rlw;
452 struct request_log_walk *rlw = wsp->walk_data; local
456 if (rlw
471 struct request_log_walk *rlw = wsp->walk_data; local
[all...]

Completed in 58 milliseconds