Lines Matching refs:HostInfo
81 static int walk_one(int (*fun )(DBT *, HostInfo *, void *), DBT *, DBT *, void *);
82 static int walk_db(int (*fun )(DBT *, HostInfo *, void *), void *);
83 static int reset_host(DBT *, HostInfo *, void *);
84 static int check_work(DBT *, HostInfo *, void *);
85 static int unmon_host(DBT *, HostInfo *, void *);
86 static int notify_one(DBT *, HostInfo *, void *);
238 change_host(char *hostnamep, HostInfo *hp)
243 HostInfo h;
276 HostInfo *
277 find_host(char *hostname, HostInfo *hp)
313 walk_one(int (*fun)(DBT *, HostInfo *, void *), DBT *key, DBT *data, void *ptr)
315 HostInfo h;
319 if (data->size != sizeof(HostInfo)) {
334 walk_db(int (*fun)(DBT *, HostInfo *, void *), void *ptr)
388 reset_host(DBT *key, HostInfo *hi, void *ptr)
407 check_work(DBT *key, HostInfo *hi, void *ptr)
419 unmon_host(DBT *key, HostInfo *hi, void *ptr)
435 notify_one(DBT *key, HostInfo *hi, void *ptr)