Home
last modified time | relevance | path

Searched refs:r_head (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/expr/
H A Dcompile.c90 char r_head[2]; /* Header for DL encoding for vi */ member
221 reg_comp.r_head[0] = 1; /* set special flag */ in dhl_compile()
223 reg_comp.r_head[0] = 0; /* clear special flag */ in dhl_compile()
228 reg_comp.r_head[1] = 1; /* set special flag */ in dhl_compile()
/illumos-gate/usr/src/uts/common/io/elxl/
H A Delxl.c325 r->r_head = NULL; in elxl_reset_ring()
338 r->r_head = &r->r_desc[0]; in elxl_reset_ring()
1122 txd = r->r_head; in elxl_m_tx()
1129 r->r_head = NULL; in elxl_m_tx()
1135 r->r_head = txd->ed_next; in elxl_m_tx()
1238 r->r_head = first; in elxl_m_tx()
1253 if (sc->ex_txring.r_head) { in elxl_m_tx()
1254 PUT32(REG_DNLISTPTR, sc->ex_txring.r_head->ed_descaddr); in elxl_m_tx()
1779 rxd = r->r_head; in elxl_intr()
1792 r->r_head = r->r_head->ed_next; in elxl_intr()
H A Delxl.h440 ex_desc_t *r_head; member
/illumos-gate/usr/src/cmd/lp/lib/requests/
H A DMakefile36 r_head.o \