Home
last modified time | relevance | path

Searched refs:nmore (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_wait.c73 OUT DAT_COUNT *nmore) in dapl_evd_wait() argument
88 nmore); in dapl_evd_wait()
106 if (!nmore) { in dapl_evd_wait()
182 *nmore = dapls_rbuf_count(&evd_ptr->pending_event_queue); in dapl_evd_wait()
/illumos-gate/usr/src/lib/libtecla/common/
H A Dioutil.c319 int nmore = n - ndone; in GL_WRITE_FN() local
320 nnew = fwrite(s, sizeof(char), nmore, fp); in GL_WRITE_FN()
321 if(nnew < nmore) { in GL_WRITE_FN()
/illumos-gate/usr/src/lib/udapl/libdat/include/dat/
H A Dudat_redirection.h83 #define DAT_EVD_WAIT(evd, timeout, threshold, event, nmore) \ argument
89 (nmore))
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c128 krb5int_grow_addrlist (struct addrlist *lp, int nmore) in krb5int_grow_addrlist() argument
131 int newspace = lp->space + nmore; in krb5int_grow_addrlist()