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

/illumos-gate/usr/src/cmd/lp/lib/requests/
H A DMakefile36 r_head.o \
/illumos-gate/usr/src/cmd/expr/
H A Dcompile.c91 char r_head[2]; /* Header for DL encoding for vi */ member in struct:regex_comp
223 reg_comp.r_head[0] = 1; /* set special flag */
225 reg_comp.r_head[0] = 0; /* clear special flag */
230 reg_comp.r_head[1] = 1; /* set special flag */
/illumos-gate/usr/src/uts/common/io/elxl/
H A Delxl.c324 r->r_head = NULL;
337 r->r_head = &r->r_desc[0];
1121 txd = r->r_head;
1128 r->r_head = NULL;
1134 r->r_head = txd->ed_next;
1238 r->r_head = first;
1253 if (sc->ex_txring.r_head) {
1254 PUT32(REG_DNLISTPTR, sc->ex_txring.r_head->ed_descaddr);
1779 rxd = r->r_head;
1792 r->r_head
[all...]
H A Delxl.h440 ex_desc_t *r_head; member in struct:ex_ring

Completed in 358 milliseconds