Home | History | Annotate | Download | only in rpc.statd

Lines Matching refs:DBT

74 static DBT undefkey = {
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 *);
211 DBT data;
240 DBT key, data;
279 DBT key, data;
313 walk_one(int (*fun)(DBT *, HostInfo *, void *), DBT *key, DBT *data, void *ptr)
334 walk_db(int (*fun)(DBT *, HostInfo *, void *), void *ptr)
336 DBT key, data;
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)
494 DBT data;