HomeSort by: relevance | last modified time | path
    Searched refs:lstate (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/modules/lua/
Makefile 15 llex.c lmem.c lobject.c lopcodes.c lparser.c lstate.c \
  /src/sys/dev/ic/
aic7xxx.c 241 struct ahc_tmode_lstate *lstate,
3359 struct ahc_tmode_lstate* lstate; local in function:ahc_parse_msg
3361 lstate = tstate->enabled_luns[devinfo->lun];
3362 if (lstate != NULL) {
3363 ahc_queue_lstate_event(ahc, lstate,
3367 ahc_send_lstate_events(ahc, lstate);
3749 struct ahc_tmode_lstate* lstate; local in function:ahc_handle_devreset
3751 lstate = tstate->enabled_luns[lun];
3752 if (lstate == NULL)
3755 ahc_queue_lstate_event(ahc, lstate, devinfo->our_scsiid
3938 struct ahc_tmode_lstate *lstate; local in function:ahc_free
6029 struct ahc_tmode_lstate* lstate; local in function:ahc_reset_channel
6828 struct ahc_tmode_lstate *lstate; local in function:ahc_handle_en_lun
7266 struct ahc_tmode_lstate *lstate; local in function:ahc_handle_target_cmd
    [all...]
aic79xx.c 239 struct ahd_tmode_lstate *lstate,
4526 struct ahd_tmode_lstate* lstate; local in function:ahd_parse_msg
4528 lstate = tstate->enabled_luns[devinfo->lun];
4529 if (lstate != NULL) {
4530 ahd_queue_lstate_event(ahd, lstate,
4534 ahd_send_lstate_events(ahd, lstate);
5024 struct ahd_tmode_lstate* lstate; local in function:ahd_handle_devreset
5026 lstate = tstate->enabled_luns[cur_lun];
5027 if (lstate == NULL)
5030 ahd_queue_lstate_event(ahd, lstate, devinfo->our_scsiid
5193 struct ahd_tmode_lstate *lstate; local in function:ahd_free
7702 struct ahd_tmode_lstate* lstate; local in function:ahd_reset_channel
9223 struct ahd_tmode_lstate *lstate; local in function:ahd_handle_en_lun
9625 struct ahd_tmode_lstate *lstate; local in function:ahd_handle_target_cmd
    [all...]
  /src/usr.bin/scmdctl/
common.c 425 common_get_lock_state(struct function_block *fb, int fd, bool debug, int ltype, uint8_t *lstate)
452 *lstate = b;
459 common_set_lock_state(struct function_block *fb, int fd, bool debug, int ltype, uint8_t lstate)
482 switch (lstate) {
  /src/bin/ps/
extern.h 67 void lstate(struct pinfo *, VARENT *, enum mode);
keyword.c 149 VAR4("lstate", "STAT", LJUST|LWP, lstate),
print.c 572 lstate(struct pinfo *pi, VARENT *ve, enum mode mode) function in typeref:typename:void
  /src/sys/net/
if_l2tp.c 1356 int lstate; local in function:l2tp_set_state
1359 lstate = LINK_STATE_UP;
1361 lstate = LINK_STATE_DOWN;
1363 if_link_state_change(ifp, lstate);

Completed in 20 milliseconds