Searched refs:a_ckreturnFunc (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dquit.h53 extern void quitSetCkreturnFunc(ckreturnFunc_t *a_ckreturnFunc);
H A Dquit.c77 void quitSetCkreturnFunc(ckreturnFunc_t *a_ckreturnFunc);
107 * Arguments: a_ckreturnFunc - pointer to function to call when quit() is
125 quitSetCkreturnFunc(ckreturnFunc_t *a_ckreturnFunc) argument
127 ckreturnFunc = a_ckreturnFunc;
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dquit.h51 extern void quitSetCkreturnFunc(ckreturnFunc_t *a_ckreturnFunc);
H A Dquit.c81 void quitSetCkreturnFunc(ckreturnFunc_t *a_ckreturnFunc);
131 * Arguments: a_ckreturnFunc - pointer to function to call when quit() is
149 quitSetCkreturnFunc(ckreturnFunc_t *a_ckreturnFunc) argument
151 ckreturnFunc = a_ckreturnFunc;

Completed in 44 milliseconds