Searched defs:ckreturnFunc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dquit.c66 static ckreturnFunc_t *ckreturnFunc = (ckreturnFunc_t *)NULL; variable
127 ckreturnFunc = a_ckreturnFunc;
183 * if this is NOT "99" and if a "ckreturnFunc" is
214 if (ckreturnFunc != (ckreturnFunc_t *)NULL) {
215 (ckreturnFunc)(retcode);
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dquit.c71 static ckreturnFunc_t *ckreturnFunc = (ckreturnFunc_t *)NULL; variable
151 ckreturnFunc = a_ckreturnFunc;
224 * if this is NOT "99" and if a "ckreturnFunc" is
255 if (ckreturnFunc != (ckreturnFunc_t *)NULL) {
256 (ckreturnFunc)(a_retcode);

Completed in 279 milliseconds