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

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dauditwrite.c366 static int aw_rec_append(int to_rd, int from_rd);
369 static int aw_rec_prepend(int to_rd, int from_rd);
2302 aw_rec_append(int to_rd, int from_rd) argument
2307 if (aw_chk_rd(from_rd) == AW_ERR_RTN)
2310 if (aw_recs[from_rd]->event_id) {
2311 aw_recs[to_rd]->event_id = aw_recs[from_rd]->event_id;
2312 aw_recs[to_rd]->class = aw_recs[from_rd]->class;
2315 aw_recs[to_rd]->aflags |= aw_recs[from_rd]->aflags;
2318 aw_recs[from_rd]->len) > AW_MAX_REC_SIZE)
2323 aw_recs[from_rd]
2358 aw_rec_prepend(int to_rd, int from_rd) argument
[all...]

Completed in 10 milliseconds