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

/osnet-11/usr/src/lib/libpower/common/
H A Dpm_kernel.c225 pm_config_t pconf; local
348 pconf.buf = NULL;
349 pconf.size = 0;
350 errno = nvlist_pack(outl, &pconf.buf, &pconf.size, NV_ENCODE_XDR, 0);
353 if (pconf.buf != NULL) {
354 free(pconf.buf);
375 while (ioctl(fd, PM_SET_PROPS, &pconf) == -1 && errno == EINTR) {
386 if (pconf.buf != NULL) {
387 free(pconf
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dcrypt.c372 FILE *pconf; local
376 if ((pconf = fopen(POLICY_CONF_FILE, "rF")) == NULL) {
388 while (!feof(pconf) &&
389 (fgets(line, sizeof (line), pconf) != NULL)) {
421 (void) fclose(pconf);
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4989 create_tmp_pset(char *pool_err, int err_size, pool_conf_t *pconf, pool_t *pool, argument
4996 if ((res = pool_resource_create(pconf, "pset", name)) == NULL)
4999 if (pool_associate(pconf, pool, res) != PO_SUCCESS)
5002 if ((elem = pool_resource_to_elem(pconf, res)) == NULL)
5011 if (pool_put_property(pconf, elem, "pset.max", val) != PO_SUCCESS) {
5019 if (pool_put_property(pconf, elem, "pset.min", val) != PO_SUCCESS) {
5030 create_tmp_pool(char *pool_err, int err_size, pool_conf_t *pconf, char *name, argument
5037 if (pool_conf_open(pconf, NULL, PO_TEMP) != PO_SUCCESS) {
5042 if ((pool = pool_create(pconf, name)) == NULL) {
5052 if ((elem = pool_to_elem(pconf, poo
5108 get_running_tmp_pset(pool_conf_t *pconf, pool_t *pool, pool_resource_t *pset, struct zone_psettab *pset_tab) argument
5162 verify_del_tmp_pool(pool_conf_t *pconf, char *tmp_name, char *pool_err, int err_size, struct zone_psettab *pset_tab, boolean_t *exists) argument
5236 pool_conf_t *pconf; local
5309 pool_conf_t *pconf; local
[all...]

Completed in 43 milliseconds