Searched defs:user_rd (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dauditwrite.c331 static int user_rd; /* descriptor passed by user */ variable
531 if ((retval = aw_chk_rd(user_rd)) == AW_ERR_RTN)
534 aw_rec_dealloc(user_rd);
535 if (user_rd == save_rd) {
543 if (user_rd == dflt_rd) {
552 if (user_rd == cur_rd)
1990 user_rd = (int)(uintptr_t)ad[0];
1995 if (user_rd == -1)
1996 user_rd = dflt_rd;
2501 user_rd
[all...]

Completed in 16 milliseconds