Searched refs:envoff (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/ps/ |
H A D | ucbps.c | 652 off_t envoff; in preadenvs() local 694 if ((envoff = envp[nenv++]) == 0) in preadenvs() 696 if (envoff != nextenvoff && in preadenvs() 697 (i = pread(pfd, psa+1, bsize, envoff)) <= 0) { in preadenvs() 706 nextenvoff = envoff + len + 1; in preadenvs()
|
/titanic_41/usr/src/cmd/sgs/crle/common/ |
H A D | config.c | 60 size_t diroff = 0, fileoff = 0, envoff = 0; in genconfig() local 134 envoff = size; in genconfig() 232 head->ch_env = envoff; in genconfig()
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | Psymtab.c | 3092 uintptr_t envoff; in Penv_iter() local 3117 if ((envoff = envp[nenv++]) == NULL) in Penv_iter() 3124 ret = Pread_string(P, buf, buflen, envoff); in Penv_iter() 3142 if ((ret = func(data, P, envoff, nameval)) != 0) in Penv_iter()
|