Home
last modified time | relevance | path

Searched refs:ipd_stathdl_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libipd/common/
H A Dlibipd.h52 typedef struct ipd_stat *ipd_stathdl_t; typedef
62 extern int ipd_status_read(int, ipd_stathdl_t *);
63 extern void ipd_status_foreach_zone(const ipd_stathdl_t,
65 extern int ipd_status_get_config(const ipd_stathdl_t,
67 extern void ipd_status_free(ipd_stathdl_t);
H A Dlibipd.c128 ipd_status_read(int fd, ipd_stathdl_t *ispp) in ipd_status_read()
209 ipd_status_foreach_zone(const ipd_stathdl_t hdl, ipd_status_cb_f f, void *arg) in ipd_status_foreach_zone()
219 ipd_status_get_config(const ipd_stathdl_t hdl, zoneid_t z, ipd_config_t **icpp) in ipd_status_get_config()
236 ipd_status_free(ipd_stathdl_t hdl) in ipd_status_free()
/illumos-gate/usr/src/cmd/ipdadm/
H A Dipdadm.c109 ipd_stathdl_t hdl; in ipdadm_list()
147 ipd_stathdl_t hdl; in ipdadm_info()