Searched refs:qcount (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_netbios.c | 260 int headerflags, qcount, acount, nscount, arcount; local 274 qcount = getshort(data); data += 2; 299 sprintf(get_line(0, 0), "Question count = %d", qcount); 310 if (qcount) { 329 (qcount+acount+nscount+arcount == 0)) {
|
/illumos-gate/usr/src/lib/libadutils/common/ |
H A D | adutils_impl.h | 142 uint32_t qcount; /* Number of items queued */ member in struct:adutils_query_state
|
H A D | adutils.c | 978 new_state->qcount = 0; 1011 for (i = 0; i < p->qcount; i++) { 1512 for (i = 0; i < (*state)->qcount; i++) { 1591 qid = atomic_inc_32_nv(&state->qcount) - 1;
|
/illumos-gate/usr/src/lib/nsswitch/ad/common/ |
H A D | ad_common.h | 106 uint32_t qcount; member in struct:nssad_state
|
H A D | ad_common.c | 346 state.qcount++; 357 if (state.qcount >= CFG_QUEUE_MAX_SIZE) { 367 state.qcount--;
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_subr.c | 558 int qcount(); 570 Outchar = qcount; 616 Outchar = qcount; 648 qcount(c) function 855 Outchar = qcount;
|
H A D | ex_vis.h | 305 int qcount();
|
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | adutils.c | 107 uint32_t qcount; /* Number of queued requests */ member in struct:idmap_query_state 535 for (i = 0; i < batch->qcount; i++) { 574 for (i = 0; i < id_qs->qcount; i++) { 601 qid = atomic_inc_32_nv(&state->qcount) - 1;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | uds_daemon.c | 3039 int qcount, scount; local 3041 qcount = CountLabels(domain); 3047 if (qcount >= scount) 3049 // Note: When qcount == scount, we do a complete match of the domain 3051 const domainname *d = SkipLeadingLabels(domain, (qcount - scount));
|
H A D | mDNS.c | 8332 int qcount = CountLabels(&q.qname); local 8334 if (qcount - 1 > scount) 8335 if (SameDomainName(SkipLeadingLabels(&q.qname, qcount - scount), m->rec.r.resrec.name)) 8336 repeat = qcount - 1 - scount;
|
Completed in 372 milliseconds