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

/macosx-10.10.1/Libc-1044.1.2/sys/
H A Dmsgctl.c43 #define _UP_CVT(x) ds_new-> x = ds_old-> x macro
48 _UP_CVT(msg_perm.uid);
49 _UP_CVT(msg_perm.gid);
50 _UP_CVT(msg_perm.cuid);
51 _UP_CVT(msg_perm.cgid);
52 _UP_CVT(msg_perm.mode);
55 _UP_CVT(msg_first);
56 _UP_CVT(msg_last);
57 _UP_CVT(msg_cbytes);
58 _UP_CVT(msg_qnu
[all...]
H A Dshmctl.c42 #define _UP_CVT(x) ds_new-> x = ds_old-> x macro
47 _UP_CVT(shm_perm.uid);
48 _UP_CVT(shm_perm.gid);
49 _UP_CVT(shm_perm.cuid);
50 _UP_CVT(shm_perm.cgid);
51 _UP_CVT(shm_perm.mode);
54 _UP_CVT(shm_segsz);
55 _UP_CVT(shm_lpid);
56 _UP_CVT(shm_cpid);
57 _UP_CVT(shm_nattc
[all...]
H A Dsemctl.c58 #define _UP_CVT(x) ds_new-> x = ds_old-> x macro
68 _UP_CVT(sem_perm.uid);
69 _UP_CVT(sem_perm.gid);
70 _UP_CVT(sem_perm.cuid);
71 _UP_CVT(sem_perm.cgid);
72 _UP_CVT(sem_perm.mode);
75 _UP_CVT(sem_base);
76 _UP_CVT(sem_nsems);
77 _UP_CVT(sem_otime);
78 _UP_CVT(sem_pad
[all...]

Completed in 83 milliseconds