| /netbsd-src/external/mit/lua/dist/src/ |
| H A D | Makefile | 36 …ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable… 161 lapi.o: lapi.c lprefix.h lua.h luaconf.h lapi.h llimits.h lstate.h \ 167 llimits.h lzio.h lmem.h lopcodes.h lparser.h ldebug.h lstate.h ltm.h \ 172 ldebug.o: ldebug.c lprefix.h lua.h luaconf.h lapi.h llimits.h lstate.h \ 175 ldo.o: ldo.c lprefix.h lua.h luaconf.h lapi.h llimits.h lstate.h \ 178 ldump.o: ldump.c lprefix.h lua.h luaconf.h lobject.h llimits.h lstate.h \ 180 lfunc.o: lfunc.c lprefix.h lua.h luaconf.h ldebug.h lstate.h lobject.h \ 182 lgc.o: lgc.c lprefix.h lua.h luaconf.h ldebug.h lstate.h lobject.h \ 187 lstate.h lobject.h ltm.h lzio.h lmem.h ldo.h lgc.h llex.h lparser.h \ 190 lmem.o: lmem.c lprefix.h lua.h luaconf.h ldebug.h lstate.h lobject.h \ [all …]
|
| /netbsd-src/sys/dev/ic/ |
| H A D | aic7xxx.c | 241 struct ahc_tmode_lstate *lstate, 3359 struct ahc_tmode_lstate* lstate; in ahc_parse_msg() local 3361 lstate = tstate->enabled_luns[devinfo->lun]; in ahc_parse_msg() 3362 if (lstate != NULL) { in ahc_parse_msg() 3363 ahc_queue_lstate_event(ahc, lstate, in ahc_parse_msg() 3367 ahc_send_lstate_events(ahc, lstate); in ahc_parse_msg() 3749 struct ahc_tmode_lstate* lstate; in ahc_handle_devreset() local 3751 lstate = tstate->enabled_luns[lun]; in ahc_handle_devreset() 3752 if (lstate == NULL) in ahc_handle_devreset() 3755 ahc_queue_lstate_event(ahc, lstate, devinfo->our_scsiid, in ahc_handle_devreset() [all …]
|
| H A D | aic79xx.c | 239 struct ahd_tmode_lstate *lstate, 4526 struct ahd_tmode_lstate* lstate; in ahd_parse_msg() local 4528 lstate = tstate->enabled_luns[devinfo->lun]; in ahd_parse_msg() 4529 if (lstate != NULL) { in ahd_parse_msg() 4530 ahd_queue_lstate_event(ahd, lstate, in ahd_parse_msg() 4534 ahd_send_lstate_events(ahd, lstate); in ahd_parse_msg() 5024 struct ahd_tmode_lstate* lstate; in ahd_handle_devreset() local 5026 lstate = tstate->enabled_luns[cur_lun]; in ahd_handle_devreset() 5027 if (lstate == NULL) in ahd_handle_devreset() 5030 ahd_queue_lstate_event(ahd, lstate, devinfo->our_scsiid, in ahd_handle_devreset() [all …]
|
| /netbsd-src/usr.bin/scmdctl/ |
| H A D | common.c | 425 common_get_lock_state(struct function_block *fb, int fd, bool debug, int ltype, uint8_t *lstate) in common_get_lock_state() argument 452 *lstate = b; in common_get_lock_state() 459 common_set_lock_state(struct function_block *fb, int fd, bool debug, int ltype, uint8_t lstate) in common_set_lock_state() argument 482 switch (lstate) { in common_set_lock_state()
|
| /netbsd-src/external/gpl3/gcc/dist/libbacktrace/ |
| H A D | elf.c | 3063 uint32_t lstate; in elf_uncompress_lzma_block() local 3193 lstate = 0; in elf_uncompress_lzma_block() 3340 lstate = 0; in elf_uncompress_lzma_block() 3385 probs + LZMA_IS_MATCH (lstate, pos_state), in elf_uncompress_lzma_block() 3391 probs + LZMA_IS_REP (lstate), in elf_uncompress_lzma_block() 3401 probs + LZMA_IS_REP0 (lstate), in elf_uncompress_lzma_block() 3405 probs + LZMA_IS_REP1 (lstate), in elf_uncompress_lzma_block() 3409 probs + LZMA_IS_REP2 (lstate), in elf_uncompress_lzma_block() 3433 + LZMA_IS_REP0_LONG (lstate, in elf_uncompress_lzma_block() 3439 if (lstate < 7) in elf_uncompress_lzma_block() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | PthreadLockChecker.cpp | 289 const LockState *lstate = state->get<LockMap>(lockR); in resolvePossiblyDestroyedMutex() local 293 assert(lstate->isUntouchedAndPossiblyDestroyed() || in resolvePossiblyDestroyedMutex() 294 lstate->isUnlockedAndPossiblyDestroyed()); in resolvePossiblyDestroyedMutex() 299 if (lstate->isUntouchedAndPossiblyDestroyed()) in resolvePossiblyDestroyedMutex() 301 else if (lstate->isUnlockedAndPossiblyDestroyed()) in resolvePossiblyDestroyedMutex()
|
| /netbsd-src/sys/modules/lua/ |
| H A D | Makefile | 15 llex.c lmem.c lobject.c lopcodes.c lparser.c lstate.c \
|
| /netbsd-src/external/mit/lua/lib/liblua/ |
| H A D | Makefile | 5 llex.c lmem.c lobject.c lopcodes.c lparser.c lstate.c \
|
| /netbsd-src/bin/ps/ |
| H A D | extern.h | 67 void lstate(struct pinfo *, VARENT *, enum mode);
|
| H A D | keyword.c | 149 VAR4("lstate", "STAT", LJUST|LWP, lstate),
|
| H A D | print.c | 572 lstate(struct pinfo *pi, VARENT *ve, enum mode mode) in lstate() function
|
| /netbsd-src/tests/bin/ps/ |
| H A D | t_ps.sh | 97 s_keywords='uid pid ppid cpu lid nlwp pri nice vsz rss wchan lstate tt ltime command'
|
| H A D | keywords | 58 lstate STAT LJUST
|
| /netbsd-src/sys/net/ |
| H A D | if_l2tp.c | 1356 int lstate; in l2tp_set_state() local 1359 lstate = LINK_STATE_UP; in l2tp_set_state() 1361 lstate = LINK_STATE_DOWN; in l2tp_set_state() 1363 if_link_state_change(ifp, lstate); in l2tp_set_state()
|