Home
last modified time | relevance | path

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

/freebsd/usr.sbin/dumpcis/
H A Dcardinfo.h170 enum cardstate laststate; /* Previous state of slot */ member
/freebsd/contrib/nvi/regex/
H A Dregex2.h146 sopno laststate; /* the final OEND */ member
H A Dengine.c141 const sopno gl = g->laststate; in matcher()
H A Dregcomp.c261 g->laststate = THERE(); in regcomp()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregex2.h143 sopno laststate; /* the final OEND */ member
H A Dregcomp.c366 g->laststate = THERE(); in llvm_regcomp()
H A Dregengine.inc144 const sopno gl = g->laststate;
/freebsd/lib/libc/regex/
H A Dregex2.h181 sopno laststate; /* the final OEND */ member
H A Dengine.c198 const sopno gl = g->laststate; in matcher()
H A Dregcomp.c312 g->laststate = THERE(); in regcomp_internal()
/freebsd/lib/libc/regex/grot/
H A Ddebug.c31 (long)g->laststate);
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c63 (long)g->laststate); in regprint()
/freebsd/sbin/ipf/iplang/
H A Diplang_l.l28 int lineNum = 0, ipproto = 0, oldipproto = 0, next = -1, laststate = 0; variable
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_fm.c1458 zfs_post_state_change(spa_t *spa, vdev_t *vd, uint64_t laststate) in zfs_post_state_change() argument
1480 FM_EREPORT_PAYLOAD_ZFS_VDEV_LASTSTATE, laststate); in zfs_post_state_change()
1489 (void) spa, (void) vd, (void) laststate; in zfs_post_state_change()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa.h1187 extern void zfs_post_state_change(spa_t *spa, vdev_t *vd, uint64_t laststate);