Searched refs:lstate (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/contrib/lua/src/
H A DMakefile36 CORE_O= lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o
156 lapi.o: lapi.c lprefix.h lua.h luaconf.h lapi.h llimits.h lstate.h \
162 llimits.h lzio.h lmem.h lopcodes.h lparser.h ldebug.h lstate.h ltm.h \
167 ldebug.o: ldebug.c lprefix.h lua.h luaconf.h lapi.h llimits.h lstate.h \
170 ldo.o: ldo.c lprefix.h lua.h luaconf.h lapi.h llimits.h lstate.h \
173 ldump.o: ldump.c lprefix.h lua.h luaconf.h lobject.h llimits.h lstate.h \
175 lfunc.o: lfunc.c lprefix.h lua.h luaconf.h ldebug.h lstate.h lobject.h \
177 lgc.o: lgc.c lprefix.h lua.h luaconf.h ldebug.h lstate.h lobject.h \
182 lstate.h lobject.h ltm.h lzio.h lmem.h ldo.h lgc.h llex.h lparser.h \
185 lmem.o: lmem.c lprefix.h lua.h luaconf.h ldebug.h lstate
[all...]
/freebsd-13-stable/sys/dev/firewire/
H A Dsbp_targ.c106 struct sbp_targ_lstate *lstate; member in struct:sbp_targ_login
141 struct sbp_targ_lstate *lstate[MAX_LUN]; member in struct:sbp_targ_softc
281 STAILQ_REMOVE(&login->lstate->logins, login, sbp_targ_login, link);
282 login->lstate->sc->logins[login->id] = NULL;
311 struct sbp_targ_lstate *lstate; local
340 lstate = sc->lstate[i];
341 if (lstate == NULL)
346 crom_add_simple_text(src, unit, &lstate->model, "TargetMode");
377 struct sbp_targ_lstate **lstate, in
376 sbp_targ_find_devs(struct sbp_targ_softc *sc, union ccb *ccb, struct sbp_targ_lstate **lstate, int notfound_failure) argument
413 struct sbp_targ_lstate *lstate; local
526 sbp_targ_send_lstate_events(struct sbp_targ_softc *sc, struct sbp_targ_lstate *lstate) argument
566 sbp_targ_get_orb_info(struct sbp_targ_lstate *lstate, u_int tag_id, u_int init_id) argument
888 struct sbp_targ_lstate *lstate; local
1176 struct sbp_targ_lstate *lstate; local
1534 struct sbp_targ_lstate *lstate; local
1575 struct sbp_targ_lstate *lstate; local
2007 struct sbp_targ_lstate *lstate; local
[all...]
/freebsd-13-stable/lib/liblua/
H A DMakefile17 llex.c lmem.c lobject.c lopcodes.c lparser.c lstate.c lstring.c \
/freebsd-13-stable/stand/liblua/
H A DMakefile15 lmem.c lobject.c lopcodes.c lparser.c lstate.c lstring.c ltable.c \
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx.c240 struct ahc_tmode_lstate *lstate,
3445 struct ahc_tmode_lstate* lstate; local
3447 lstate = tstate->enabled_luns[devinfo->lun];
3448 if (lstate != NULL) {
3449 ahc_queue_lstate_event(ahc, lstate,
3453 ahc_send_lstate_events(ahc, lstate);
3822 struct ahc_tmode_lstate* lstate; local
3824 lstate = tstate->enabled_luns[lun];
3825 if (lstate == NULL)
3828 ahc_queue_lstate_event(ahc, lstate, devinf
4073 struct ahc_tmode_lstate *lstate; local
6146 struct ahc_tmode_lstate* lstate; local
6285 ahc_queue_lstate_event(struct ahc_softc *ahc, struct ahc_tmode_lstate *lstate, u_int initiator_id, u_int event_type, u_int event_arg) argument
6336 ahc_send_lstate_events(struct ahc_softc *ahc, struct ahc_tmode_lstate *lstate) argument
7251 ahc_find_tmode_devs(struct ahc_softc *ahc, struct cam_sim *sim, union ccb *ccb, struct ahc_tmode_tstate **tstate, struct ahc_tmode_lstate **lstate, int notfound_failure) argument
7295 struct ahc_tmode_lstate *lstate; local
7745 struct ahc_tmode_lstate *lstate; local
[all...]
H A Daic79xx_osm.c455 struct ahd_tmode_lstate *lstate; local
477 &lstate, TRUE);
483 lstate = ahd->black_hole;
491 SLIST_INSERT_HEAD(&lstate->accept_tios, &ccb->ccb_h,
575 if (ahd->pending_device == lstate)
604 struct ahd_tmode_lstate *lstate; local
608 &lstate, TRUE);
615 SLIST_INSERT_HEAD(&lstate->immed_notifies, &ccb->ccb_h,
618 ahd_send_lstate_events(ahd, lstate);
1142 struct ahd_tmode_lstate *lstate; local
[all...]
H A Daic7xxx_osm.c441 struct ahc_tmode_lstate *lstate; local
461 &lstate, TRUE);
467 lstate = ahc->black_hole;
475 SLIST_INSERT_HEAD(&lstate->accept_tios, &ccb->ccb_h,
543 if (ahc->pending_device == lstate)
569 struct ahc_tmode_lstate *lstate; local
573 &lstate, TRUE);
580 SLIST_INSERT_HEAD(&lstate->immed_notifies, &ccb->ccb_h,
583 ahc_send_lstate_events(ahc, lstate);
1203 struct ahc_tmode_lstate *lstate; local
[all...]
H A Daic79xx.c240 struct ahd_tmode_lstate *lstate,
4630 struct ahd_tmode_lstate* lstate; local
4632 lstate = tstate->enabled_luns[devinfo->lun];
4633 if (lstate != NULL) {
4634 ahd_queue_lstate_event(ahd, lstate,
4638 ahd_send_lstate_events(ahd, lstate);
5111 struct ahd_tmode_lstate* lstate; local
5113 lstate = tstate->enabled_luns[cur_lun];
5114 if (lstate == NULL)
5117 ahd_queue_lstate_event(ahd, lstate, devinf
5412 struct ahd_tmode_lstate *lstate; local
8022 struct ahd_tmode_lstate* lstate; local
8458 ahd_queue_lstate_event(struct ahd_softc *ahd, struct ahd_tmode_lstate *lstate, u_int initiator_id, u_int event_type, u_int event_arg) argument
8509 ahd_send_lstate_events(struct ahd_softc *ahd, struct ahd_tmode_lstate *lstate) argument
9802 ahd_find_tmode_devs(struct ahd_softc *ahd, struct cam_sim *sim, union ccb *ccb, struct ahd_tmode_tstate **tstate, struct ahd_tmode_lstate **lstate, int notfound_failure) argument
9847 struct ahd_tmode_lstate *lstate; local
10226 struct ahd_tmode_lstate *lstate; local
[all...]
H A Daic79xx.h1551 struct ahd_tmode_lstate **lstate,
H A Daic7xxx.h1342 struct ahc_tmode_lstate **lstate,
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A DMakefile.in28 $(MODULE)-objs += lstate.o
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/
H A DMakefile.files46 lstate.o \
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp286 const LockState *lstate = state->get<LockMap>(lockR); local
290 assert(lstate->isUntouchedAndPossiblyDestroyed() ||
291 lstate->isUnlockedAndPossiblyDestroyed());
296 if (lstate->isUntouchedAndPossiblyDestroyed())
298 else if (lstate->isUnlockedAndPossiblyDestroyed())
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_parse.c1549 u_long lstate
1552 if (lstate == ERR_ALL)
1567 parse->errors[lstate].err_stage = err_tbl[lstate];
1568 parse->errors[lstate].err_cnt = 0;
1569 parse->errors[lstate].err_last = 0;
1570 parse->errors[lstate].err_started = 0;
1571 parse->errors[lstate].err_suppressed = 0;
1578 u_long lstate
1582 struct errorinfo *err = &parse->errors[lstate];
2508 parsestate( u_long lstate, char *buffer, int size ) argument
2601 parsestatus( u_long lstate, char *buffer, int size ) argument
[all...]
/freebsd-13-stable/sys/contrib/openzfs/lib/libzpool/
H A DMakefile.am198 lstate.c \
/freebsd-13-stable/cddl/lib/libzpool/
H A DMakefile213 lstate.c \
/freebsd-13-stable/sys/contrib/openzfs/module/
H A DMakefile.bsd93 lstate.c \
/freebsd-13-stable/sys/modules/zfs/
H A DMakefile64 lstate.c \

Completed in 161 milliseconds