Home
last modified time | relevance | path

Searched refs:child_info_t (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/svc/configd/
H A Dfile_object.c51 } child_info_t; typedef
86 int (*obj_setup_child_info)(rc_node_t *, uint32_t, child_info_t *);
530 child_info_t *cp = data; in fill_child_callback()
561 child_info_t *cp = data; in fill_snapshot_callback()
598 child_info_t *cip = data; in fill_pg_callback()
706 child_info_t *cp = data; in fill_property_callback()
826 scope_setup_child_info(rc_node_t *np, uint32_t type, child_info_t *cip) in scope_setup_child_info()
839 service_setup_child_info(rc_node_t *np, uint32_t type, child_info_t *cip) in service_setup_child_info()
859 instance_setup_child_info(rc_node_t *np, uint32_t type, child_info_t *cip) in instance_setup_child_info()
880 snaplevel_setup_child_info(rc_node_t *np, uint32_t type, child_info_t *cip) in snaplevel_setup_child_info()
[all …]
/titanic_50/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h958 typedef void *child_info_t; typedef
960 #define CIP(child) ((child_info_t *)(child))
994 child_info_t *lun_cip;
1162 child_info_t *cip;
/titanic_50/usr/src/uts/sun4u/lw8/sys/
H A Dsgfrutree.h67 typedef frup_info_t child_info_t; typedef
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c467 static int fcp_trigger_lun(struct fcp_lun *plun, child_info_t *cip,
525 static child_info_t *fcp_get_cip(struct fcp_lun *plun, child_info_t *cip,
528 static int fcp_is_child_present(struct fcp_lun *plun, child_info_t *cip);
533 static int fcp_online_child(struct fcp_lun *plun, child_info_t *cip,
535 static int fcp_offline_child(struct fcp_lun *plun, child_info_t *cip,
551 child_info_t *cip);
553 struct fcp_lun *plun, child_info_t *cip, int what, int link_cnt,
556 struct fcp_lun *plun, child_info_t *cip, int what, int link_cnt,
609 static int fcp_update_mpxio_path(struct fcp_lun *plun, child_info_t *cip,
3841 child_info_t *cip = CIP(cdip); in fcp_port_ioctl()
[all …]
/titanic_50/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c1750 child_info_t child_info; in get_node_children()