Searched refs:hast_resource (Results 1 - 21 of 21) sorted by relevance

/freebsd-9.3-release/sbin/hastd/
H A Dcontrol.h39 struct hast_resource;
41 void child_cleanup(struct hast_resource *res);
43 void control_set_role(struct hast_resource *res, uint8_t role);
H A Dmetadata.h45 int metadata_read(struct hast_resource *res, bool openrw);
46 int metadata_write(struct hast_resource *res);
H A Dhastd.h46 void descriptors_cleanup(struct hast_resource *res);
47 void descriptors_assert(const struct hast_resource *res, int pjdlogmode);
49 void hastd_primary(struct hast_resource *res);
50 void hastd_secondary(struct hast_resource *res, struct nv *nvin);
52 void primary_config_reload(struct hast_resource *res, struct nv *nv);
H A Devent.h43 void event_send(const struct hast_resource *res, int event);
44 int event_recv(const struct hast_resource *res);
H A Dhast_checksum.h39 int checksum_send(const struct hast_resource *res, struct nv *nv,
41 int checksum_recv(const struct hast_resource *res, struct nv *nv,
H A Dhast_compression.h39 int compression_send(const struct hast_resource *res, struct nv *nv,
41 int compression_recv(const struct hast_resource *res, struct nv *nv,
H A Dhast_proto.h40 int hast_proto_send(const struct hast_resource *res, struct proto_conn *conn,
43 int hast_proto_recv_data(const struct hast_resource *res,
H A Dsubr.h52 int provinfo(struct hast_resource *res, bool dowrite);
54 int drop_privs(const struct hast_resource *res);
H A Dhast.h125 TAILQ_HEAD(, hast_resource) hc_resources;
145 struct hast_resource { struct
263 TAILQ_ENTRY(hast_resource) hr_next;
H A Dhast_proto.c58 typedef int hps_send_t(const struct hast_resource *, struct nv *nv, void **,
60 typedef int hps_recv_t(const struct hast_resource *, struct nv *nv, void **,
82 hast_proto_send(const struct hast_resource *res, struct proto_conn *conn,
176 hast_proto_recv_data(const struct hast_resource *res, struct proto_conn *conn,
H A Devent.c43 event_send(const struct hast_resource *res, int event)
84 event_recv(const struct hast_resource *res)
H A Dhast_checksum.c93 checksum_send(const struct hast_resource *res, struct nv *nv, void **datap,
123 checksum_recv(const struct hast_resource *res __unused, struct nv *nv,
H A Dcontrol.c57 child_cleanup(struct hast_resource *res)
75 uint8_t role, struct hast_resource *res, const char *name, unsigned int no)
143 control_set_role(struct hast_resource *res, uint8_t role)
150 control_status_worker(struct hast_resource *res, struct nv *nvout,
239 struct hast_resource *res, const char *name, unsigned int no)
366 struct hast_resource *res;
434 struct hast_resource *res = arg;
H A Dhastd.c102 descriptors_cleanup(struct hast_resource *res)
104 struct hast_resource *tres, *tmres;
166 descriptors_assert(const struct hast_resource *res, int pjdlogmode)
326 struct hast_resource *res;
371 resource_needs_restart(const struct hast_resource *res0,
372 const struct hast_resource *res1)
408 resource_needs_reload(const struct hast_resource *res0,
409 const struct hast_resource *res1)
439 resource_reload(const struct hast_resource *res)
485 struct hast_resource *nre
[all...]
H A Dprimary.c245 static struct hast_resource *gres;
281 cleanup(struct hast_resource *res)
335 hast_activemap_flush(struct hast_resource *res)
371 real_remote(const struct hast_resource *res)
378 init_environment(struct hast_resource *res __unused)
506 init_resuid(struct hast_resource *res)
524 init_local(struct hast_resource *res)
571 primary_connect(struct hast_resource *res, struct proto_conn **connp)
614 enable_direct_reads(struct hast_resource *res)
632 init_remote(struct hast_resource *re
[all...]
H A Dhast_compression.c203 compression_send(const struct hast_resource *res, struct nv *nv, void **datap,
251 compression_recv(const struct hast_resource *res __unused, struct nv *nv,
H A Dmetadata.c47 metadata_read(struct hast_resource *res, bool openrw)
169 metadata_write(struct hast_resource *res)
H A Dsecondary.c78 static struct hast_resource *gres;
210 init_local(struct hast_resource *res)
218 init_remote(struct hast_resource *res, struct nv *nvin)
412 hastd_secondary(struct hast_resource *res, struct nv *nvin)
555 requnpack(struct hast_resource *res, struct hio *hio, struct nv *nv)
655 struct hast_resource *res = arg;
748 struct hast_resource *res = arg;
862 struct hast_resource *res = arg;
H A Dsubr.c79 provinfo(struct hast_resource *res, bool dowrite)
152 drop_privs(const struct hast_resource *res)
H A Dparse.y59 static struct hast_resource *curres;
376 struct hast_resource *res;
/freebsd-9.3-release/sbin/hastctl/
H A Dhastctl.c91 create_one(struct hast_resource *res, intmax_t mediasize, intmax_t extentsize,
174 struct hast_resource *res;
200 dump_one(struct hast_resource *res)
226 struct hast_resource *res;

Completed in 206 milliseconds