Searched refs:pproc (Results 1 - 5 of 5) sorted by relevance
| /illumos-gate/usr/src/lib/libsasl/include/ |
| H A D | saslplug.h | 45 * pproc -- pointer to the callback function (set to NULL on failure) 54 int (**pproc)(),
|
| /illumos-gate/usr/src/lib/libsasl/lib/ |
| H A D | client.c | 693 int (*pproc)(); 702 result = _sasl_getcallback(conn, *prompt, &pproc, &pcontext);
|
| H A D | common.c | 1585 int (**pproc)(), 1590 if (!pproc || !pcontext) 1603 *pproc = &_sasl_conn_getopt; 1606 *pproc = &_sasl_global_getopt; 1618 *pproc = callback->proc; 1636 *pproc = callback->proc; 1651 *pproc = (int (*)()) &_sasl_syslog; 1656 *pproc = (int (*)()) &_sasl_getpath; 1660 *pproc = (int (*)()) &_sasl_getsimple; 1664 *pproc 1583 _sasl_getcallback(sasl_conn_t * conn, unsigned long callbackid, int (**pproc)(), void **pcontext) argument [all...] |
| H A D | saslint.h | 576 int (**pproc)(),
|
| /illumos-gate/usr/src/cmd/zonestat/zonestatd/ |
| H A D | zonestatd.c | 2624 zsd_proc_t *proc, *pproc, *tmp, *next; local 2873 pproc = &(ctl->zsctl_proc_array[ppid]); 2961 } else if (pproc->zspr_zoneid == zone->zsz_id && 2962 pproc->zspr_psetid != ZS_PSET_ERROR) { 2963 prev_psetid = pproc->zspr_psetid; 2965 sched = pproc->zspr_sched; 3027 pproc = &(ctl->zsctl_proc_array[next->zspr_ppid]); 3028 if (pproc->zspr_zoneid != proc->zspr_zoneid) { 3040 if (pproc->zspr_psetid == ZS_PSET_ERROR) { 3041 next = pproc; [all...] |
Completed in 101 milliseconds