Searched refs:laststate (Results 1 – 15 of 15) sorted by relevance
/freebsd/usr.sbin/dumpcis/ |
H A D | cardinfo.h | 170 enum cardstate laststate; /* Previous state of slot */ member
|
/freebsd/contrib/nvi/regex/ |
H A D | regex2.h | 146 sopno laststate; /* the final OEND */ member
|
H A D | engine.c | 141 const sopno gl = g->laststate; in matcher()
|
H A D | regcomp.c | 261 g->laststate = THERE(); in regcomp()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | regex2.h | 143 sopno laststate; /* the final OEND */ member
|
H A D | regcomp.c | 366 g->laststate = THERE(); in llvm_regcomp()
|
H A D | regengine.inc | 144 const sopno gl = g->laststate;
|
/freebsd/lib/libc/regex/ |
H A D | regex2.h | 181 sopno laststate; /* the final OEND */ member
|
H A D | engine.c | 198 const sopno gl = g->laststate; in matcher()
|
H A D | regcomp.c | 312 g->laststate = THERE(); in regcomp_internal()
|
/freebsd/lib/libc/regex/grot/ |
H A D | debug.c | 31 (long)g->laststate);
|
/freebsd/contrib/netbsd-tests/lib/libc/regex/ |
H A D | debug.c | 63 (long)g->laststate); in regprint()
|
/freebsd/sbin/ipf/iplang/ |
H A D | iplang_l.l | 28 int lineNum = 0, ipproto = 0, oldipproto = 0, next = -1, laststate = 0; variable
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_fm.c | 1458 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 D | spa.h | 1187 extern void zfs_post_state_change(spa_t *spa, vdev_t *vd, uint64_t laststate);
|