Searched defs:maxcnt (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libadutils/common/
H A Dsrv_query.c175 int len, scnt, maxcnt; local
231 cds_res = srv_parse(msg, len, &scnt, &maxcnt);
236 add_preferred(cds_res, prefer, &scnt, maxcnt);
254 srv_parse(uchar_t *msg, int len, int *scnt, int *maxcnt) argument
293 *maxcnt = ancount + 2;
294 cds_res = calloc(*maxcnt, sizeof (*cds_res));
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_browser.c597 smb_browser_load_transact_header(unsigned char *buffer, int maxcnt, argument
618 bzero(buffer, maxcnt);
619 smb_msgbuf_init(&mb, buffer, maxcnt, 0);
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c4999 * If maxcnt is not -1 it assumes that caller has "maxcnt" claim(s) on the
5000 * sync queue and waits until sq_count reaches maxcnt.
5002 * If maxcnt is -1 there's no need to grab sq_putlocks since the caller
5009 blocksq(syncq_t *sq, ushort_t flag, int maxcnt) argument
5021 if (maxcnt != -1) {
5031 (maxcnt != -1 && count > (unsigned)maxcnt)) {
5033 if (maxcnt != -1) {
5037 if (maxcnt !
6048 uint_t maxcnt = (sq == osq) ? 1 : 0; local
[all...]

Completed in 78 milliseconds