Searched refs:status_info (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.sbin/rpc.statd/
H A Dfile.c51 FileLayout *status_info; /* Pointer to the mmap()ed status file */ variable
63 if (msync((void *)status_info, 0, 0) < 0)
87 for (i = 0, hp = status_info->hosts; i < status_info->noOfHosts; i++, hp++)
132 spare_slot = &status_info->hosts[status_info->noOfHosts];
133 desired_size = ((char*)spare_slot - (char*)status_info) + sizeof(HostInfo);
146 status_info->noOfHosts++;
188 status_info = (FileLayout *)
191 if (status_info
[all...]
H A Dstatd.h101 extern FileLayout *status_info; /* The mmap()ed status file */
H A Dprocs.c139 res.state = status_info->ourState;
177 res.state = status_info->ourState;
285 res.state = status_info->ourState;
310 for (i = status_info->noOfHosts, hp = status_info->hosts; i; i--, hp++)
316 res.state = status_info->ourState;
349 for (i = status_info->noOfHosts, hp = status_info->hosts; i ; i--, hp++)
357 status_info->ourState += 2; /* always even numbers if not crashed */

Completed in 54 milliseconds