search for: share_mode_record

Displaying 1 result from an estimated 1 matches for "share_mode_record".

2000 Jun 12
0
smbstatus getting a SIGBUS error
...****************** call the specified function on each entry under management by the share mode system ********************************************************************/ static int shm_share_forall(void (*fn)(share_mode_entry *, char *)) { int i, count=0; int *mode_array; share_mode_record *file_scanner_p; shm_share_mode_entry *entry_scanner_p; mode_array = (int *)shmops->offset2addr(shmops->get_userdef_off()); for( i = 0; i < shmops->hash_size(); i++) { shmops->lock_hash_entry(i); if(mode_array[i] == 0) {...