Displaying 1 result from an estimated 1 matches for "mode_array".
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(...