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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c1061 ip_pif_t *probepif; local
1150 probepif = probe->ip_pif;
1151 if (probepif != NULL) {
1153 probelif = probepif->pi_lifs;
1176 if (probepif == NULL) {
1177 if ((probepif = calloc(1, sizeof (ip_pif_t))) == NULL) {
1187 probe->ip_pif = probepif;
1190 (void) memcpy(&probepif->pi_ifname, &pif.pi_ifname,
1195 (void) strlcpy(probepif->pi_grname, pif.pi_grname,
1217 probelif->li_next = probepif
[all...]

Completed in 62 milliseconds