Lines Matching defs:tbuf
1076 int cmd, struct shmid64_ds *tbuf)
1081 memset(tbuf, 0, sizeof(*tbuf));
1125 kernel_to_ipc64_perm(&shp->shm_perm, &tbuf->shm_perm);
1126 tbuf->shm_segsz = shp->shm_segsz;
1127 tbuf->shm_atime = shp->shm_atim;
1128 tbuf->shm_dtime = shp->shm_dtim;
1129 tbuf->shm_ctime = shp->shm_ctim;
1131 tbuf->shm_atime_high = shp->shm_atim >> 32;
1132 tbuf->shm_dtime_high = shp->shm_dtim >> 32;
1133 tbuf->shm_ctime_high = shp->shm_ctim >> 32;
1135 tbuf->shm_cpid = pid_vnr(shp->shm_cprid);
1136 tbuf->shm_lpid = pid_vnr(shp->shm_lprid);
1137 tbuf->shm_nattch = shp->shm_nattch;