Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dschg_mgr.c262 hotplug_state_t firststate; in disk_state_change_first_time() local
272 firststate = disk_ap_state_to_hotplug_state(diskp); in disk_state_change_first_time()
273 if (firststate != HPS_UNKNOWN) in disk_state_change_first_time()
274 dm_state_change_nolock(diskp, firststate); in disk_state_change_first_time()
/titanic_41/usr/src/lib/libc/port/locale/
H A Dregex2.h172 sopno firststate; /* the initial OEND (normally 0) */ member
H A Dengine.c161 const sopno gf = g->firststate+1; /* +1 for OEND */ in matcher()
H A Dregcomp.c232 g->firststate = THERE(); in regcomp()