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

/osnet-11/usr/src/lib/libbrand/common/
H A Dlibbrand.c1189 const char *curr_iptype)
1203 assert(curr_iptype != NULL);
1230 (strcmp((char *)iptype, curr_iptype) != 0))
1187 brand_platform_iter_devices(brand_handle_t bh, const char *zonename, int (*func)(void *, const char *, const char *), void *data, const char *curr_iptype) argument
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c6321 const char *curr_iptype)
6343 plp->pl_iptype = curr_iptype;
6449 zonecfg_default_privset(priv_set_t *privs, const char *curr_iptype) argument
6457 if ((ret = priv_lists_create(NULL, buf, &plp, curr_iptype)) != Z_OK)
6607 const char *curr_iptype; local
6622 curr_iptype = "shared";
6625 curr_iptype = "exclusive";
6629 if ((err = priv_lists_create(handle, NULL, &plp, curr_iptype)) != Z_OK)
6320 priv_lists_create(zone_dochandle_t handle, char *brand, priv_lists_t **plpp, const char *curr_iptype) argument

Completed in 47 milliseconds