Searched defs:pi_name (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libbrand/common/
H A Dlibbrand.h40 char *pi_name; member in struct:priv_iter_s
/illumos-gate/usr/src/common/zfs/
H A Dzfs_prop.h60 const char *pi_name; member in struct:zfs_index
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbiospci.c52 const char *pi_name; member in struct:pci_progif
305 if (ppi->pi_name != NULL) {
306 strcat(desc, ppi->pi_name);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.h57 char pi_name[LIFNAMSIZ]; /* Used to identify it */ member in struct:phyint
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c272 char pi_name[LIFNAMSIZ + 1]; local
423 (void) strlcpy(pi_name, lifr->lifr_name, sizeof (pi_name));
424 if ((cp = strchr(pi_name, IF_SEPARATOR)) != NULL)
427 if (pii_process(af, pi_name, &pii)) {
609 pii->pii_phyint->pi_name,
813 "failure detection on it\n", pi->pi_name);
835 li->li_addr, abuf, sizeof (abuf)), pi->pi_name);
846 pi->pi_name);
905 pi->pi_name,
[all...]
H A Dmpd_tables.c98 if (strncmp(pi->pi_name, name, sizeof (pi->pi_name)) == 0)
209 retval = dlpi_open(pi->pi_name, &pi->pi_dh, 0);
247 logerr("%s: %s: %s\n", pi->pi_name, errmsg, dlpi_strerror(retval));
316 logdebug("phyint_insert(%s '%s')\n", pi->pi_name, pg->pg_name);
370 phyint_create(char *pi_name, struct phyint_group *pg, uint_t ifindex, argument
384 (void) strlcpy(pi->pi_name, pi_name, sizeof (pi->pi_name));
596 phyint_inst_init_from_k(int af, char *pi_name) argument
[all...]
H A Dmpd_tables.h183 char pi_name[LIFNAMSIZ + 1]; /* Phyint name eg. le0 */ member in struct:phyint
288 #define pii_name pii_phyint->pi_name
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c103 char pi_name[IFNAMSIZ]; /* Used to identify it */ member in struct:phyint
684 logdebug("on interface %s\n", pi->pi_name);
1672 pi->pi_name, pi->pi_state);
1695 if (strcmp(pi->pi_name, name) == 0)
1712 strncpy(pi->pi_name, name, sizeof (pi->pi_name));
1820 logdebug("Deleting physical interface %s\n", pi->pi_name);
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c494 const char *pi_name; /* Name attribute. */ member in struct:ptrn_info
2038 info->pi_name = find_name_specification(pat);
2039 info->pi_name = EMPTY_TO_NULL(info->pi_name);
2137 if ((info->pi_name == NULL) ||
2139 (match->pi_name == NULL) ||
2359 if ((l->pi_name != NULL) && (r->pi_name != NULL))
2360 return (strcmp(l->pi_name, r->pi_name));
[all...]

Completed in 112 milliseconds