/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | ndp.c | 148 len, msgbuf, pi->pi_name); in in_data() 156 msgbuf, pi->pi_name); in in_data() 165 msgbuf, pi->pi_name); in in_data() 176 pi->pi_name); in in_data() 187 hoplimit, msgbuf, pi->pi_name); in in_data() 193 icmp->icmp6_code, msgbuf, pi->pi_name); in in_data() 200 len, msgbuf, pi->pi_name); in in_data() 230 pi->pi_name); in in_data() 241 msgbuf, pi->pi_name); in in_data() 247 hoplimit, msgbuf, pi->pi_name); in in_data() [all …]
|
H A D | tables.c | 69 if (strcmp(pi->pi_name, name) == 0) in phyint_lookup() 104 (void) strncpy(pi->pi_name, name, sizeof (pi->pi_name)); in phyint_create() 105 pi->pi_name[sizeof (pi->pi_name) - 1] = '\0'; in phyint_create() 182 logmsg(LOG_DEBUG, "phyint_init_from_k(%s)\n", pi->pi_name); in phyint_init_from_k() 198 (void) strncpy(lifr.lifr_name, pi->pi_name, sizeof (lifr.lifr_name)); in phyint_init_from_k() 208 "not exist\n", pi->pi_name); in phyint_init_from_k() 247 "IFF_NOLOCAL or not IFF_UP\n", pi->pi_name); in phyint_init_from_k() 275 pi->pi_name); in phyint_init_from_k() 353 (void) strlcpy(lifr.lifr_name, pi->pi_name, LIFNAMSIZ); in phyint_init_from_k() 405 (void) strlcpy(lifr.lifr_name, pi->pi_name, LIFNAMSIZ); in phyint_init_from_k() [all …]
|
H A D | main.c | 491 "present %s\n", pi->pi_name); in if_process() 514 logmsg(LOG_INFO, "No longer a router on %s\n", pi->pi_name); in if_process() 569 pr->pr_attempts, pi->pi_name); in if_process() 717 pi->pi_name, (int)event, (int)old_state); in check_to_advertise() 727 pi->pi_name, (int)event, (int)old_state, in check_to_advertise() 746 pi->pi_name, (int)event, elapsed, (int)pi->pi_adv_state); in advertise_event() 755 pi->pi_name); in advertise_event() 893 pi->pi_name, (int)event, (int)old_state); in check_to_solicit() 903 pi->pi_name, (int)event, (int)old_state, in check_to_solicit() 1005 pi->pi_name, (int)event, elapsed, (int)pi->pi_sol_state); in solicit_event() [all …]
|
H A D | trace.c | 44 len, pi->pi_name); in print_route_sol() 61 len, pi->pi_name); in print_route_adv()
|
H A D | tables.h | 57 char pi_name[LIFNAMSIZ]; /* Used to identify it */ member
|
/titanic_50/usr/src/common/zfs/ |
H A D | zprop_common.c | 98 while (idx_tbl && (idx_tbl++)->pi_name != NULL) in zprop_register_impl() 284 for (i = 0; idx_tbl[i].pi_name != NULL; i++) { in zprop_string_to_index() 285 if (strcmp(string, idx_tbl[i].pi_name) == 0) { in zprop_string_to_index() 310 for (i = 0; idx_tbl[i].pi_name != NULL; i++) { in zprop_index_to_string() 312 *string = idx_tbl[i].pi_name; in zprop_index_to_string() 416 for (i = 0; idx[i].pi_name != NULL; i++) { in zprop_width() 417 if (strlen(idx[i].pi_name) > ret) in zprop_width() 418 ret = strlen(idx[i].pi_name); in zprop_width()
|
H A D | zfs_prop.h | 60 const char *pi_name; member
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_tables.c | 98 if (strncmp(pi->pi_name, name, sizeof (pi->pi_name)) == 0) in phyint_lookup() 209 retval = dlpi_open(pi->pi_name, &pi->pi_dh, 0); in phyint_link_init() 247 logerr("%s: %s: %s\n", pi->pi_name, errmsg, dlpi_strerror(retval)); in phyint_link_init() 316 logdebug("phyint_insert(%s '%s')\n", pi->pi_name, pg->pg_name); in phyint_insert() 370 phyint_create(char *pi_name, struct phyint_group *pg, uint_t ifindex, in phyint_create() argument 384 (void) strlcpy(pi->pi_name, pi_name, sizeof (pi->pi_name)); in phyint_create() 596 phyint_inst_init_from_k(int af, char *pi_name) in phyint_inst_init_from_k() argument 616 AF_STR(af), pi_name); in phyint_inst_init_from_k() 629 (void) strlcpy(lifr.lifr_name, pi_name, sizeof (lifr.lifr_name)); in phyint_inst_init_from_k() 711 pi = phyint_lookup(pi_name); in phyint_inst_init_from_k() [all …]
|
H A D | mpd_main.c | 272 char pi_name[LIFNAMSIZ + 1]; in initifs() local 423 (void) strlcpy(pi_name, lifr->lifr_name, sizeof (pi_name)); in initifs() 424 if ((cp = strchr(pi_name, IF_SEPARATOR)) != NULL) in initifs() 427 if (pii_process(af, pi_name, &pii)) { in initifs() 609 pii->pii_phyint->pi_name, in select_test_ifs() 813 "failure detection on it\n", pi->pi_name); in check_testconfig() 835 li->li_addr, abuf, sizeof (abuf)), pi->pi_name); in check_testconfig() 846 pi->pi_name); in check_testconfig() 905 pi->pi_name, in check_config() 915 pi->pi_name, in check_config() [all …]
|
H A D | mpd_probe.c | 1499 logerr("IP interface repair detected on %s\n", pi->pi_name); in phyint_check_for_repair() 1502 pi->pi_name, pi->pi_group->pg_name); in phyint_check_for_repair() 1757 pii->pii_phyint->pi_name); in phyint_inst_timer() 1925 "address family %s\n", pii->pii_phyint->pi_name, in restart_timer() 1935 logerr("The link has gone down on %s\n", pi->pi_name); in process_link_state_down() 1955 " checking for failure on %s\n", pi->pi_name); in process_link_state_down() 1968 logerr("The link has come up on %s\n", pi->pi_name); in process_link_state_up() 2533 logdebug("phyint_repaired(%s)\n", pi->pi_name); in phyint_repaired() 2555 "stabilizes\n", pi->pi_name, LINK_UP_PERMIN); in phyint_repaired() 2597 pi->pi_name, set, clear); in change_pif_flags() [all …]
|
H A D | mpd_tables.h | 183 char pi_name[LIFNAMSIZ + 1]; /* Phyint name eg. le0 */ member 288 #define pii_name pii_phyint->pi_name
|
/titanic_50/usr/src/lib/libbrand/common/ |
H A D | libbrand.h | 40 char *pi_name; member
|
H A D | libbrand.c | 795 priv_iter.pi_name = (char *)name; in brand_config_iter_privilege()
|
/titanic_50/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_tmpl.c | 494 const char *pi_name; /* Name attribute. */ member 2038 info->pi_name = find_name_specification(pat); in ptrn_info_create() 2039 info->pi_name = EMPTY_TO_NULL(info->pi_name); in ptrn_info_create() 2137 if ((info->pi_name == NULL) || in gather_pattern() 2139 (match->pi_name == NULL) || in gather_pattern() 2359 if ((l->pi_name != NULL) && (r->pi_name != NULL)) in ptrn_info_compare() 2360 return (strcmp(l->pi_name, r->pi_name)); in ptrn_info_compare() 2361 if ((l->pi_name == NULL) && (r->pi_name == NULL)) { in ptrn_info_compare() 2375 if (l->pi_name == NULL) in ptrn_info_compare() 2723 (pinfo->pi_name == NULL)) { in tmpl_required_attr_present()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/ |
H A D | in.rdisc.c | 103 char pi_name[IFNAMSIZ]; /* Used to identify it */ member 684 logdebug("on interface %s\n", pi->pi_name); in advertise() 1672 pi->pi_name, pi->pi_state); in report_interfaces() 1695 if (strcmp(pi->pi_name, name) == 0) in find_phyint() 1712 strncpy(pi->pi_name, name, sizeof (pi->pi_name)); in add_phyint() 1820 logdebug("Deleting physical interface %s\n", pi->pi_name); in deleted_phyint()
|
/titanic_50/usr/src/lib/pyzfs/common/ |
H A D | ioctl.c | 501 for (j = 0; it[j].pi_name; j++) { in py_get_proptable() 503 it[j].pi_name, in py_get_proptable()
|
/titanic_50/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 5057 if ((pnp->pn_priv = strdup(priv_iter->pi_name)) == NULL) { in priv_lists_cb()
|