HomeSort by: relevance | last modified time | path
    Searched refs:CVTI (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/compat/sys/
sem.h 82 #define CVTI(x) osembuf->x = (int)sembuf->x
84 CVTI(sem_otime);
85 CVTI(sem_ctime);
87 #undef CVTI
111 #define CVTI(x) osembuf->x = (int)sembuf->x
113 CVTI(sem_otime);
114 CVTI(sem_ctime);
116 #undef CVTI
shm.h 118 #define CVTI(x) oshmbuf->x = (int)shmbuf->x
119 CVTI(shm_segsz);
123 CVTI(shm_atime);
124 CVTI(shm_dtime);
125 CVTI(shm_ctime);
127 #undef CVTI
155 #define CVTI(x) oshmbuf->x = (int)shmbuf->x
160 CVTI(shm_atime);
161 CVTI(shm_dtime);
162 CVTI(shm_ctime)
    [all...]
msg.h 116 #define CVTI(x) omsqbuf->x = (int)msqbuf->x
121 CVTI(msg_stime);
122 CVTI(msg_rtime);
123 CVTI(msg_ctime);
125 #undef CVTI
159 #define CVTI(x) omsqbuf->x = (int)msqbuf->x
164 CVTI(msg_stime);
165 CVTI(msg_rtime);
166 CVTI(msg_ctime);
168 #undef CVTI
    [all...]

Completed in 11 milliseconds