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

/netbsd-6-1-5-RELEASE/sys/compat/sys/
H A Dsem.h81 #define CVTI(x) osembuf->x = (int)sembuf->x macro
83 CVTI(sem_otime);
84 CVTI(sem_ctime);
86 #undef CVTI macro
109 #define CVTI(x) osembuf->x = (int)sembuf->x macro
111 CVTI(sem_otime);
112 CVTI(sem_ctime);
114 #undef CVTI macro
H A Dshm.h117 #define CVTI(x) oshmbuf->x = (int)shmbuf->x macro
118 CVTI(shm_segsz);
122 CVTI(shm_atime);
123 CVTI(shm_dtime);
124 CVTI(shm_ctime);
126 #undef CVTI macro
153 #define CVTI(x) oshmbuf->x = (int)shmbuf->x macro
158 CVTI(shm_atime);
159 CVTI(shm_dtime);
160 CVTI(shm_ctim
162 #undef CVTI macro
[all...]
H A Dmsg.h114 #define CVTI(x) omsqbuf->x = (int)msqbuf->x macro
119 CVTI(msg_stime);
120 CVTI(msg_rtime);
121 CVTI(msg_ctime);
123 #undef CVTI macro
155 #define CVTI(x) omsqbuf->x = (int)msqbuf->x macro
160 CVTI(msg_stime);
161 CVTI(msg_rtime);
162 CVTI(msg_ctime);
164 #undef CVTI macro
[all...]

Completed in 38 milliseconds