Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/sys/
H A Dshm.h118 #define CVTI(x) oshmbuf->x = (int)shmbuf->x in __native_to_shmid_ds14() macro
119 CVTI(shm_segsz); in __native_to_shmid_ds14()
123 CVTI(shm_atime); in __native_to_shmid_ds14()
124 CVTI(shm_dtime); in __native_to_shmid_ds14()
125 CVTI(shm_ctime); in __native_to_shmid_ds14()
127 #undef CVTI in __native_to_shmid_ds14()
155 #define CVTI(x) oshmbuf->x = (int)shmbuf->x in __native_to_shmid_ds13() macro
160 CVTI(shm_atime); in __native_to_shmid_ds13()
161 CVTI(shm_dtime); in __native_to_shmid_ds13()
162 CVTI(shm_ctime); in __native_to_shmid_ds13()
[all …]
H A Dmsg.h116 #define CVTI(x) omsqbuf->x = (int)msqbuf->x in __native_to_msqid_ds13() macro
121 CVTI(msg_stime); in __native_to_msqid_ds13()
122 CVTI(msg_rtime); in __native_to_msqid_ds13()
123 CVTI(msg_ctime); in __native_to_msqid_ds13()
125 #undef CVTI in __native_to_msqid_ds13()
159 #define CVTI(x) omsqbuf->x = (int)msqbuf->x in __native_to_msqid_ds14() macro
164 CVTI(msg_stime); in __native_to_msqid_ds14()
165 CVTI(msg_rtime); in __native_to_msqid_ds14()
166 CVTI(msg_ctime); in __native_to_msqid_ds14()
168 #undef CVTI in __native_to_msqid_ds14()
H A Dsem.h82 #define CVTI(x) osembuf->x = (int)sembuf->x in __native_to_semid_ds13() macro
84 CVTI(sem_otime); in __native_to_semid_ds13()
85 CVTI(sem_ctime); in __native_to_semid_ds13()
87 #undef CVTI in __native_to_semid_ds13()
111 #define CVTI(x) osembuf->x = (int)sembuf->x in __native_to_semid_ds14() macro
113 CVTI(sem_otime); in __native_to_semid_ds14()
114 CVTI(sem_ctime); in __native_to_semid_ds14()
116 #undef CVTI in __native_to_semid_ds14()