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

/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c3475 * 'hostidp' is NULL, Z_TOO_BIG if 'hostidp' refers to a string buffer
3480 zonecfg_valid_hostid(const char *hostidp) argument
3486 if (hostidp == NULL)
3490 if (*hostidp == '\0')
3492 for (currentp = (char *)hostidp; *currentp != '\0'; ++currentp) {
3496 len = (size_t)(currentp - hostidp);
3505 currentp = (char *)hostidp;
3506 if (strncmp(hostidp, "0x", 2) == 0 || strncmp(hostidp, "
3543 zonecfg_set_hostid(zone_dochandle_t handle, const char *hostidp) argument
[all...]

Completed in 49 milliseconds