HomeSort by: relevance | last modified time | path
    Searched defs:CVT (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/compat/sys/
ipc.h 78 #define CVT(x) perm->x = operm->x
79 CVT(uid);
80 CVT(gid);
81 CVT(cuid);
82 CVT(cgid);
83 CVT(mode);
84 #undef CVT
92 #define CVT(x) operm->x = perm->x
93 CVT(uid);
94 CVT(gid)
    [all...]
sem.h 67 #define CVT(x) sembuf->x = osembuf->x
68 CVT(sem_nsems);
69 CVT(sem_otime);
70 CVT(sem_ctime);
71 #undef CVT
81 #define CVT(x) osembuf->x = sembuf->x
83 CVT(sem_nsems);
86 #undef CVT
96 #define CVT(x) sembuf->x = osembuf->x
97 CVT(sem_nsems)
    [all...]
shm.h 99 #define CVT(x) shmbuf->x = oshmbuf->x
100 CVT(shm_segsz);
101 CVT(shm_lpid);
102 CVT(shm_cpid);
103 CVT(shm_nattch);
104 CVT(shm_atime);
105 CVT(shm_dtime);
106 CVT(shm_ctime);
107 #undef CVT
117 #define CVT(x) oshmbuf->x = shmbuf->
    [all...]
msg.h 97 #define CVT(x) msqbuf->x = omsqbuf->x
98 CVT(msg_qnum);
99 CVT(msg_qbytes);
100 CVT(msg_lspid);
101 CVT(msg_lrpid);
102 CVT(msg_stime);
103 CVT(msg_rtime);
104 CVT(msg_ctime);
105 #undef CVT
115 #define CVT(x) omsqbuf->x = msqbuf->
    [all...]
  /src/sys/compat/netbsd32/
netbsd32_compat_14_sysv.c 66 #define CVT(x) perm->x = operm->x
67 CVT(uid);
68 CVT(gid);
69 CVT(cuid);
70 CVT(cgid);
71 CVT(mode);
72 #undef CVT
80 #define CVT(x) operm->x = perm->x
81 CVT(uid);
82 CVT(gid)
    [all...]
  /src/usr.bin/xlint/lint1/
op.h 119 CVT,

Completed in 12 milliseconds