Searched defs:hc_info (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libilb/common/
H A Dilb_hc.c146 ilb_hc_info_t hc_info; local
167 rc = ilb_get_hc_info(h, hc_names->ilbl_name[i], &hc_info);
179 rc = func(h, &hc_info, arg);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_hc.c125 ilbadm_print_hc(ilb_handle_t h, ilb_hc_info_t *hc_info, void *arg) argument
129 ofmt_print(ofmt_h, hc_info);
161 ilb_hc_info_t hc_info; local
165 rclib = ilb_get_hc_info(h, argv[i], &hc_info);
167 ofmt_print(ofmt_h, &hc_info);
354 ilb_hc_info_t hc_info; local
360 hc_info.hci_def_ping = B_TRUE;
363 ret = ilbadm_hc_parse_arg(optarg, &hc_info);
367 hc_info.hci_def_ping = B_FALSE;
389 if (((strcasecmp(hc_info
455 ilbadm_export_hcinfo(ilb_handle_t h, ilb_hc_info_t *hc_info, void *arg) argument
[all...]
H A Dilbadm_subr.c838 ilb_hc_info_t *hc_info = NULL; local
873 hc_info = (ilb_hc_info_t *)store;
1041 (void) strlcpy(hc_info->hci_test, (char *)val,
1042 sizeof (hc_info->hci_test));
1046 hc_info->hci_count = atoi(val);
1052 hc_info->hci_interval = atoi(val);
1058 hc_info->hci_timeout = atoi(val);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_hc.c203 ilbd_create_hc(const ilb_hc_info_t *hc_info, int ev_port, argument
216 ilbd_audit_hc_event(NULL, hc_info, ILBD_CREATE_HC,
222 if (hc_info->hci_name[0] == '\0') {
224 ilbd_audit_hc_event(NULL, hc_info, ILBD_CREATE_HC,
229 hc = ilbd_get_hc(hc_info->hci_name);
232 " exists", hc_info->hci_name);
233 ilbd_audit_hc_event(NULL, hc_info, ILBD_CREATE_HC,
243 if (strcasecmp(hc_info->hci_test, ILB_HC_STR_TCP) != 0 &&
244 strcasecmp(hc_info->hci_test, ILB_HC_STR_UDP) != 0 &&
245 strcasecmp(hc_info
363 ilb_hc_info_t *hc_info; local
[all...]
H A Dilbd_scf.c997 ilb_hc_info_t *hc_info; member in union:ilbd_data::__anon164
1002 #define hc_data data.hc_info
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c137 static const topo_modinfo_t hc_info = variable
217 if (topo_mod_register(mod, &hc_info, TOPO_VERSION) != 0) {

Completed in 78 milliseconds