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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libpsres/
H A DPSres.c823 ResourceDirectory rd = NULL; local
837 rd = ParseHeader(f, dir, fullName);
839 if (rd != NULL) {
840 if (resDir == NULL) resDir = rd;
841 else lastResDir->next = rd;
842 lastResDir = rd;
843 if (readFunc != NULL) (*readFunc) (f, rd, data);
848 return rd;
862 ResourceDirectory rd; local
871 rd
1310 ResourceDirectory rd; local
1366 ResourceDirectory rd; local
[all...]
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dauditwrite.c59 #define AW_DEFAULTRD_FLAG ((uint_t)0x0000080) /* Use default rd */
164 int save_rd; /* associated save rd */
333 static int cur_rd = AW_NO_RD; /* the current rd */
344 static int aw_chk_event_id(int rd);
347 static int aw_chk_rd(int rd);
352 static int aw_do_subject(int rd);
358 static int aw_head(int rd);
360 static int aw_preselect(int rd, au_mask_t *pmaskp);
363 static int aw_queue_write(int rd);
368 static void aw_rec_dealloc(int rd);
792 aw_chk_event_id(int rd) argument
850 aw_chk_rd(int rd) argument
979 aw_do_subject(int rd) argument
1854 aw_head(int rd) argument
2130 aw_preselect(int rd, au_mask_t *pmaskp) argument
2181 aw_queue_write(int rd) argument
2335 aw_rec_dealloc(int rd) argument
2380 aw_return_attrib(int rd) argument
2418 aw_set_event(int rd, au_event_t event_id, uint_t class) argument
2585 aw_audit_write(int rd) argument
2599 aw_auditctl_write(int rd) argument
2692 aw_geterrno(const int rd) argument
2744 aw_perror_r(const int rd, const char *s) argument
[all...]

Completed in 1397 milliseconds