Searched refs:octp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c1583 * Convert octet `octp' to a phyint name and store in `ifname'
1586 oct2ifname(const Octet_t *octp, char *ifname, size_t ifsize) argument
1589 size_t len = MIN(octp->o_length, ifsize - 1);
1591 (void) strncpy(ifname, octp->o_bytes, len);

Completed in 48 milliseconds