Home
last modified time | relevance | path

Searched refs:lstate (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/dev/firewire/
H A Dsbp_targ.c104 struct sbp_targ_lstate *lstate; member
139 struct sbp_targ_lstate *lstate[MAX_LUN]; member
279 STAILQ_REMOVE(&login->lstate->logins, login, sbp_targ_login, link); in sbp_targ_dealloc_login()
280 login->lstate->sc->logins[login->id] = NULL; in sbp_targ_dealloc_login()
309 struct sbp_targ_lstate *lstate; in sbp_targ_post_busreset() local
338 lstate = sc->lstate[i]; in sbp_targ_post_busreset()
339 if (lstate == NULL) in sbp_targ_post_busreset()
344 crom_add_simple_text(src, unit, &lstate->model, "TargetMode"); in sbp_targ_post_busreset()
375 struct sbp_targ_lstate **lstate, int notfound_failure) in sbp_targ_find_devs() argument
382 *lstate = sc->black_hole; in sbp_targ_find_devs()
[all …]
/freebsd/contrib/lua/src/
H A DMakefile36 …ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable…
159 lapi.o: lapi.c lprefix.h lua.h luaconf.h lapi.h llimits.h lstate.h \
165 llimits.h lzio.h lmem.h lopcodes.h lparser.h ldebug.h lstate.h ltm.h \
170 ldebug.o: ldebug.c lprefix.h lua.h luaconf.h lapi.h llimits.h lstate.h \
173 ldo.o: ldo.c lprefix.h lua.h luaconf.h lapi.h llimits.h lstate.h \
176 ldump.o: ldump.c lprefix.h lua.h luaconf.h lobject.h llimits.h lstate.h \
178 lfunc.o: lfunc.c lprefix.h lua.h luaconf.h ldebug.h lstate.h lobject.h \
180 lgc.o: lgc.c lprefix.h lua.h luaconf.h ldebug.h lstate.h lobject.h \
185 lstate.h lobject.h ltm.h lzio.h lmem.h ldo.h lgc.h llex.h lparser.h \
188 lmem.o: lmem.c lprefix.h lua.h luaconf.h ldebug.h lstate.h lobject.h \
[all …]
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.c232 struct ahd_tmode_lstate *lstate,
4620 struct ahd_tmode_lstate* lstate; in ahd_parse_msg() local
4622 lstate = tstate->enabled_luns[devinfo->lun]; in ahd_parse_msg()
4623 if (lstate != NULL) { in ahd_parse_msg()
4624 ahd_queue_lstate_event(ahd, lstate, in ahd_parse_msg()
4628 ahd_send_lstate_events(ahd, lstate); in ahd_parse_msg()
5092 struct ahd_tmode_lstate* lstate; in ahd_handle_devreset() local
5094 lstate = tstate->enabled_luns[cur_lun]; in ahd_handle_devreset()
5095 if (lstate == NULL) in ahd_handle_devreset()
5098 ahd_queue_lstate_event(ahd, lstate, devinfo->our_scsiid, in ahd_handle_devreset()
[all …]
H A Daic79xx_osm.c466 struct ahd_tmode_lstate *lstate; in ahd_action()
488 &lstate, TRUE); in ahd_action()
494 lstate = ahd->black_hole; in ahd_action()
502 SLIST_INSERT_HEAD(&lstate->accept_tios, &ccb->ccb_h, in ahd_action()
586 if (ahd->pending_device == lstate) in ahd_action()
615 struct ahd_tmode_lstate *lstate; in ahd_action()
619 &lstate, TRUE); in ahd_action()
626 SLIST_INSERT_HEAD(&lstate->immed_notifies, &ccb->ccb_h, in ahd_action()
629 ahd_send_lstate_events(ahd, lstate); in ahd_action()
1147 struct ahd_tmode_lstate *lstate; in ahd_abort_ccb()
454 struct ahd_tmode_lstate *lstate; ahd_action() local
603 struct ahd_tmode_lstate *lstate; ahd_action() local
1141 struct ahd_tmode_lstate *lstate; ahd_abort_ccb() local
[all...]
H A Daic7xxx_osm.c450 struct ahc_tmode_lstate *lstate; in ahc_action()
470 &lstate, TRUE); in ahc_action()
476 lstate = ahc->black_hole; in ahc_action()
484 SLIST_INSERT_HEAD(&lstate->accept_tios, &ccb->ccb_h, in ahc_action()
552 if (ahc->pending_device == lstate) in ahc_action()
578 struct ahc_tmode_lstate *lstate; in ahc_action()
582 &lstate, TRUE); in ahc_action()
589 SLIST_INSERT_HEAD(&lstate->immed_notifies, &ccb->ccb_h, in ahc_action()
592 ahc_send_lstate_events(ahc, lstate); in ahc_action()
1206 struct ahc_tmode_lstate *lstate; in ahc_abort_ccb()
438 struct ahc_tmode_lstate *lstate; ahc_action() local
566 struct ahc_tmode_lstate *lstate; ahc_action() local
1200 struct ahc_tmode_lstate *lstate; ahc_abort_ccb() local
[all...]
H A Daic7xxx.h1336 struct ahc_tmode_lstate **lstate,
H A Daic79xx.h1545 struct ahd_tmode_lstate **lstate,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp319 const LockState *lstate = state->get<LockMap>(lockR); in resolvePossiblyDestroyedMutex() local
323 assert(lstate); in resolvePossiblyDestroyedMutex()
324 assert(lstate->isUntouchedAndPossiblyDestroyed() || in resolvePossiblyDestroyedMutex()
325 lstate->isUnlockedAndPossiblyDestroyed()); in resolvePossiblyDestroyedMutex()
330 if (lstate->isUntouchedAndPossiblyDestroyed()) in resolvePossiblyDestroyedMutex()
332 else if (lstate->isUnlockedAndPossiblyDestroyed()) in resolvePossiblyDestroyedMutex()
/freebsd/lib/liblua/
H A DMakefile15 llex.c lmem.c lobject.c lopcodes.c lparser.c lstate.c lstring.c \
/freebsd/stand/liblua/
H A DMakefile13 lmem.c lobject.c lopcodes.c lparser.c lstate.c lstring.c ltable.c \
/freebsd/contrib/ntp/ntpd/
H A Drefclock_parse.c1550 u_long lstate in clear_err() argument
1553 if (lstate == ERR_ALL) in clear_err()
1568 parse->errors[lstate].err_stage = err_tbl[lstate]; in clear_err()
1569 parse->errors[lstate].err_cnt = 0; in clear_err()
1570 parse->errors[lstate].err_last = 0; in clear_err()
1571 parse->errors[lstate].err_started = 0; in clear_err()
1572 parse->errors[lstate].err_suppressed = 0; in clear_err()
1579 u_long lstate in list_err() argument
1583 struct errorinfo *err = &parse->errors[lstate]; in list_err()
2510 u_long lstate, in parsestate() argument
[all …]
/freebsd/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh97 s_keywords='uid pid ppid cpu lid nlwp pri nice vsz rss wchan lstate tt ltime command'
H A Dkeywords58 lstate STAT LJUST
/freebsd/sys/cddl/contrib/opensolaris/uts/common/
H A DMakefile.files46 lstate.o \
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A DMakefile.am40 module/lua/lstate.c \
/freebsd/cddl/lib/libzpool/
H A DMakefile242 lstate.c \
/freebsd/sys/contrib/openzfs/module/
H A DMakefile.bsd150 lstate.c \
H A DKbuild.in204 lstate.o \
/freebsd/sys/modules/zfs/
H A DMakefile135 lstate.c \
/freebsd/sys/conf/
H A Dfiles185 contrib/openzfs/module/lua/lstate.c optional zfs compile-with "${ZFS_C}"