HomeSort by: relevance | last modified time | path
    Searched defs:cur_st (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
if_msk.c 2307 struct msk_status_desc *cur_st; local
2338 cur_st = &sc->sk_status_ring[sc->sk_status_idx];
2340 while (cur_st->sk_opcode & SK_Y2_STOPC_OWN) {
2341 cur_st->sk_opcode &= ~SK_Y2_STOPC_OWN;
2342 switch (cur_st->sk_opcode) {
2344 sc_if = sc->sk_if[cur_st->sk_link & 0x01];
2346 msk_rxeof(sc_if, letoh16(cur_st->sk_len),
2347 letoh32(cur_st->sk_status));
2359 aprint_error("opcode=0x%x\n", cur_st->sk_opcode);
2366 cur_st = &sc->sk_status_ring[sc->sk_status_idx]
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
mdebugread.c 409 struct symtab *cur_st; /* Current symtab. */
574 add_symbol (s, top_stack->cur_st, b);
642 b = top_stack->cur_st->compunit ()->blockvector ()->global_block ();
715 add_symbol (s, top_stack->cur_st, top_stack->cur_block);
725 add_symbol (s, top_stack->cur_st, top_stack->cur_block);
790 = top_stack->cur_st->compunit ()->blockvector ();
803 add_symbol (s, top_stack->cur_st, b);
820 add_block (b, top_stack->cur_st);
1090 add_symbol (enum_sym, top_stack->cur_st, top_stack->cur_block);
1120 add_symbol (s, top_stack->cur_st, top_stack->cur_block)
403 struct symtab *cur_st; \/* Current symtab. *\/ member in struct:parse_stack
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
mdebugread.c 409 struct symtab *cur_st; /* Current symtab. */
574 add_symbol (s, top_stack->cur_st, b);
642 b = top_stack->cur_st->compunit ()->blockvector ()->global_block ();
715 add_symbol (s, top_stack->cur_st, top_stack->cur_block);
725 add_symbol (s, top_stack->cur_st, top_stack->cur_block);
790 = top_stack->cur_st->compunit ()->blockvector ();
803 add_symbol (s, top_stack->cur_st, b);
820 add_block (b, top_stack->cur_st);
1090 add_symbol (enum_sym, top_stack->cur_st, top_stack->cur_block);
1120 add_symbol (s, top_stack->cur_st, top_stack->cur_block)
403 struct symtab *cur_st; \/* Current symtab. *\/ member in struct:parse_stack
    [all...]

Completed in 21 milliseconds