Searched refs:references (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dlogging_p.h41 int references; member in struct:log_channel
H A Dlogging.c504 chan->references++;
592 chan->references = 0;
637 chan->references = 0;
664 chan->references = 0;
674 chan->references++;
680 if (chan == NULL || chan->references <= 0) {
684 chan->references--;
697 if (chan == NULL || chan->references <= 0) {
701 chan->references--;
702 if (chan->references
[all...]
/illumos-gate/usr/src/lib/libast/common/hash/
H A Dhashfree.c109 if ((tp = tab->root->references) != tab)
118 else if (!(tab->root->references = tp->next))
132 if (!(tab->root->references))
H A Dhashlib.h68 Hash_table_t* references; /* referencing table list */
H A Dhashalloc.c186 tab->next = tab->root->references;
187 tab->root->references = tab;
H A Dhashdump.c153 for (tab = root->references; tab; tab = tab->next)
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfsck_pcfs.h90 int references; member in struct:nameinfo
H A Dclusters.c90 if (InUse[clusterNum - FIRST_CLUSTER]->path->references > 1) {
91 InUse[clusterNum - FIRST_CLUSTER]->path->references--;
441 newCl->path->references++;
462 if (old->path && --old->path->references <= 0) {
H A Ddir.c220 fullPathName->references++;
265 fullPathName->references++;
326 pathCopy->references = 0;
364 if ((pathCopy != NULL) && (pathCopy->references == 0)) {
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist158 144 Too many references: cannot splice
/illumos-gate/usr/src/lib/libbc/libc/crt/sparc/
H A Dmisalign.s32 ! references. These are called when an in-line test reveals a
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex310 % Do this early so pdf references go to the beginning of the page.
5841 \message{cross references,}
5854 % cross-references. The @node line might or might not have commas, and
5918 % @xref, @pxref, and @ref generate cross-references. For \xrefX, #1 is
5971 % Float references are printed completely differently: "Figure 1.2"
5998 % node/anchor (non-float) references.
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vsin.S58 .word 0x3fc40000,0x00000000 ! references to "thresh" below
H A D__vcos.S58 .word 0x3fc40000,0x00000000 ! references to "thresh" below

Completed in 79 milliseconds