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

/freebsd-current/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
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
[all...]
/freebsd-current/sys/dev/firewire/
H A Dsbp_targ.c104 struct sbp_targ_lstate *lstate; member in struct:sbp_targ_login
139 struct sbp_targ_lstate *lstate[MAX_LUN]; member in struct:sbp_targ_softc
279 STAILQ_REMOVE(&login->lstate->logins, login, sbp_targ_login, link);
280 login->lstate->sc->logins[login->id] = NULL;
309 struct sbp_targ_lstate *lstate; local
338 lstate = sc->lstate[i];
339 if (lstate == NULL)
344 crom_add_simple_text(src, unit, &lstate->model, "TargetMode");
375 struct sbp_targ_lstate **lstate, in
374 sbp_targ_find_devs(struct sbp_targ_softc *sc, union ccb *ccb, struct sbp_targ_lstate **lstate, int notfound_failure) argument
411 struct sbp_targ_lstate *lstate; local
524 sbp_targ_send_lstate_events(struct sbp_targ_softc *sc, struct sbp_targ_lstate *lstate) argument
564 sbp_targ_get_orb_info(struct sbp_targ_lstate *lstate, u_int tag_id, u_int init_id) argument
886 struct sbp_targ_lstate *lstate; local
1174 struct sbp_targ_lstate *lstate; local
1530 struct sbp_targ_lstate *lstate; local
1571 struct sbp_targ_lstate *lstate; local
2001 struct sbp_targ_lstate *lstate; local
[all...]
/freebsd-current/lib/liblua/
H A DMakefile16 llex.c lmem.c lobject.c lopcodes.c lparser.c lstate.c lstring.c \
/freebsd-current/stand/liblua/
H A DMakefile14 lmem.c lobject.c lopcodes.c lparser.c lstate.c lstring.c ltable.c \
/freebsd-current/sys/dev/aic7xxx/
H A Daic7xxx.c232 struct ahc_tmode_lstate *lstate,
3435 struct ahc_tmode_lstate* lstate; local
3437 lstate = tstate->enabled_luns[devinfo->lun];
3438 if (lstate != NULL) {
3439 ahc_queue_lstate_event(ahc, lstate,
3443 ahc_send_lstate_events(ahc, lstate);
3806 struct ahc_tmode_lstate* lstate; local
3808 lstate = tstate->enabled_luns[lun];
3809 if (lstate == NULL)
3812 ahc_queue_lstate_event(ahc, lstate, devinf
4041 struct ahc_tmode_lstate *lstate; local
6122 struct ahc_tmode_lstate* lstate; local
6261 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
6312 ahc_send_lstate_events(struct ahc_softc *ahc, struct ahc_tmode_lstate *lstate) argument
7227 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
7271 struct ahc_tmode_lstate *lstate; local
7730 struct ahc_tmode_lstate *lstate; local
[all...]
H A Daic7xxx_osm.c450 struct ahc_tmode_lstate *lstate; local
470 &lstate, TRUE);
476 lstate = ahc->black_hole;
484 SLIST_INSERT_HEAD(&lstate->accept_tios, &ccb->ccb_h,
552 if (ahc->pending_device == lstate)
578 struct ahc_tmode_lstate *lstate; local
582 &lstate, TRUE);
589 SLIST_INSERT_HEAD(&lstate->immed_notifies, &ccb->ccb_h,
592 ahc_send_lstate_events(ahc, lstate);
1206 struct ahc_tmode_lstate *lstate; local
[all...]
H A Daic79xx_osm.c466 struct ahd_tmode_lstate *lstate; local
488 &lstate, TRUE);
494 lstate = ahd->black_hole;
502 SLIST_INSERT_HEAD(&lstate->accept_tios, &ccb->ccb_h,
586 if (ahd->pending_device == lstate)
615 struct ahd_tmode_lstate *lstate; local
619 &lstate, TRUE);
626 SLIST_INSERT_HEAD(&lstate->immed_notifies, &ccb->ccb_h,
629 ahd_send_lstate_events(ahd, lstate);
1147 struct ahd_tmode_lstate *lstate; local
[all...]
H A Daic79xx.c232 struct ahd_tmode_lstate *lstate,
4620 struct ahd_tmode_lstate* lstate; local
4622 lstate = tstate->enabled_luns[devinfo->lun];
4623 if (lstate != NULL) {
4624 ahd_queue_lstate_event(ahd, lstate,
4628 ahd_send_lstate_events(ahd, lstate);
5092 struct ahd_tmode_lstate* lstate; local
5094 lstate = tstate->enabled_luns[cur_lun];
5095 if (lstate == NULL)
5098 ahd_queue_lstate_event(ahd, lstate, devinf
5377 struct ahd_tmode_lstate *lstate; local
7996 struct ahd_tmode_lstate* lstate; local
8432 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
8483 ahd_send_lstate_events(struct ahd_softc *ahd, struct ahd_tmode_lstate *lstate) argument
9776 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
9821 struct ahd_tmode_lstate *lstate; local
10209 struct ahd_tmode_lstate *lstate; local
[all...]
H A Daic7xxx.h1336 struct ahc_tmode_lstate **lstate,
H A Daic79xx.h1545 struct ahd_tmode_lstate **lstate,
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/
H A DMakefile.files46 lstate.o \
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp290 const LockState *lstate = state->get<LockMap>(lockR); local
294 assert(lstate);
295 assert(lstate->isUntouchedAndPossiblyDestroyed() ||
296 lstate->isUnlockedAndPossiblyDestroyed());
301 if (lstate->isUntouchedAndPossiblyDestroyed())
303 else if (lstate->isUnlockedAndPossiblyDestroyed())
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_parse.c1550 u_long lstate
1553 if (lstate == ERR_ALL)
1568 parse->errors[lstate].err_stage = err_tbl[lstate];
1569 parse->errors[lstate].err_cnt = 0;
1570 parse->errors[lstate].err_last = 0;
1571 parse->errors[lstate].err_started = 0;
1572 parse->errors[lstate].err_suppressed = 0;
1579 u_long lstate
1583 struct errorinfo *err = &parse->errors[lstate];
2509 parsestate( u_long lstate, char *buffer, int size ) argument
2602 parsestatus( u_long lstate, char *buffer, int size ) argument
[all...]
/freebsd-current/cddl/lib/libzpool/
H A DMakefile240 lstate.c \
/freebsd-current/sys/contrib/openzfs/lib/libzpool/
H A DMakefile.am33 module/lua/lstate.c \
/freebsd-current/sys/contrib/openzfs/module/
H A DMakefile.bsd150 lstate.c \
/freebsd-current/sys/modules/zfs/
H A DMakefile136 lstate.c \

Completed in 233 milliseconds