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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Denv.c109 nenv_size = mthd_ctxt->env_sz + 3 + 1;
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.h285 size_t env_sz; /* size of env array */ member in struct:method_context
H A Dlibrestart.c2710 mcp->env_sz = 10;
2712 if ((mcp->env = uu_zalloc(sizeof (*mcp->env) * mcp->env_sz)) == NULL) {
2729 if (++i == mcp->env_sz) {
2731 mcp->env_sz *= 2;
2732 env = uu_zalloc(sizeof (*mcp->env) * mcp->env_sz);
2738 sizeof (*mcp->env) * (mcp->env_sz / 2));
3799 for (i = 0; i < mcp->env_sz; i++)
/illumos-gate/usr/src/cmd/svc/startd/
H A Denv.c257 set_smf_env(char **env, size_t env_sz, const char *path, argument
269 nenv_size = glob_env_n + env_sz + 4 + 1 + 1;
H A Dmethod.c592 nenv = set_smf_env(mcp->env, mcp->env_sz, NULL, inst,

Completed in 129 milliseconds