Searched refs:dset (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Ddispatch.h522 dns_dispatchset_get(dns_dispatchset_t *dset);
524 * Retrieve the next dispatch from dispatch set 'dset', and increment
528 *\li dset != NULL
546 dns_dispatchset_cancelall(dns_dispatchset_t *dset, isc_task_t *task);
548 * Cancel socket operations for the dispatches in 'dset'.
558 *\li dset is valid
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddispatch.c3732 dns_dispatchset_get(dns_dispatchset_t *dset) { argument
3736 if (dset == NULL || dset->ndisp == 0)
3739 LOCK(&dset->lock);
3740 disp = dset->dispatches[dset->cur];
3741 dset->cur++;
3742 if (dset->cur == dset->ndisp)
3743 dset
3755 dns_dispatchset_t *dset; local
3823 dns_dispatchset_cancelall(dns_dispatchset_t *dset, isc_task_t *task) argument
3837 dns_dispatchset_t *dset; local
[all...]
/freebsd-9.3-release/usr.bin/lex/
H A Ddfa.c155 int *dset = dss[ds]; local
160 int rule_num = rule_linenum[assoc_rule[dset[i]]];
402 int *nset, *dset; local
604 dset = dss[ds];
610 sympartition( dset, dsize, symlist, duplist );
621 numstates = symfollowset( dset, dsize,
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.dir.c49 static void dset (Char *);
178 dset(Char *dp) function
322 dset(dcwd->di_name);
1206 dset(dcwd->di_name);
/freebsd-9.3-release/contrib/gdb/include/
H A Dhp-symtab.h1341 struct dntt_type_set dset; member in union:dnttentry
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dhpread.c4531 TYPE_LENGTH (type) = dn_bufp->dset.bitlength / 8;
4533 TYPE_TARGET_TYPE (type) = hpread_type_lookup (dn_bufp->dset.subtype,

Completed in 200 milliseconds