profile_h 806 source3/include/smbprofile.h extern struct profile_header *profile_h;
profile_h 37 source3/profile/profile.c struct profile_header *profile_h;
profile_h 217 source3/profile/profile.c shm_id = shmget(PROF_SHMEM_KEY, sizeof(*profile_h),
profile_h 228 source3/profile/profile.c profile_h = (struct profile_header *)shmat(shm_id, 0,
profile_h 230 source3/profile/profile.c if ((long)profile_h == -1) {
profile_h 252 source3/profile/profile.c if (shm_ds.shm_segsz != sizeof(*profile_h)) {
profile_h 254 source3/profile/profile.c (int)shm_ds.shm_segsz, (int)sizeof(*profile_h)));
profile_h 263 source3/profile/profile.c memset((char *)profile_h, 0, sizeof(*profile_h));
profile_h 264 source3/profile/profile.c profile_h->prof_shm_magic = PROF_SHM_MAGIC;
profile_h 265 source3/profile/profile.c profile_h->prof_shm_version = PROF_SHM_VERSION;
profile_h 269 source3/profile/profile.c profile_p = &profile_h->stats;