Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/dumpcis/
H A Dcardinfo.h170 enum cardstate laststate; /* Previous state of slot */ member
/freebsd-14.2/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-14.2/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-14.2/lib/libc/regex/
H A Dregex2.h183 sopno laststate; /* the final OEND */ member
H A Dengine.c200 const sopno gl = g->laststate; in matcher()
H A Dregcomp.c317 g->laststate = THERE(); in regcomp_internal()
/freebsd-14.2/lib/libc/regex/grot/
H A Ddebug.c31 (long)g->laststate);
/freebsd-14.2/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c63 (long)g->laststate); in regprint()
/freebsd-14.2/sbin/ipf/iplang/
H A Diplang_l.l28 int lineNum = 0, ipproto = 0, oldipproto = 0, next = -1, laststate = 0; variable
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dzfs_fm.c1459 zfs_post_state_change(spa_t *spa, vdev_t *vd, uint64_t laststate) in zfs_post_state_change() argument
1481 FM_EREPORT_PAYLOAD_ZFS_VDEV_LASTSTATE, laststate); in zfs_post_state_change()
1490 (void) spa, (void) vd, (void) laststate; in zfs_post_state_change()
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dspa.h1154 extern void zfs_post_state_change(spa_t *spa, vdev_t *vd, uint64_t laststate);