Home
last modified time | relevance | path

Searched refs:envoff (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c654 off_t envoff; in preadenvs() local
696 if ((envoff = envp[nenv++]) == 0) in preadenvs()
698 if (envoff != nextenvoff && in preadenvs()
699 (i = pread(pfd, psa+1, bsize, envoff)) <= 0) { in preadenvs()
708 nextenvoff = envoff + len + 1; in preadenvs()
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dconfig.c60 size_t diroff = 0, fileoff = 0, envoff = 0; in genconfig() local
134 envoff = size; in genconfig()
232 head->ch_env = envoff; in genconfig()
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab.c3513 uintptr_t envoff; in Penv_iter() local
3538 if ((envoff = envp[nenv++]) == (uintptr_t)NULL) in Penv_iter()
3545 ret = Pread_string(P, buf, buflen, envoff); in Penv_iter()
3563 if ((ret = func(data, P, envoff, nameval)) != 0) in Penv_iter()