Home
last modified time | relevance | path

Searched refs:references (Results 1 – 25 of 76) sorted by relevance

1234

/illumos-gate/usr/src/contrib/ast/src/lib/libast/aso/
H A Daso-fcntl.c68 references = 0;
69 else if (read(apl->fd, &references, sizeof(references)) != sizeof(references))
70 references = 0;
73 references--;
76 else if (write(apl->fd, &references, sizeof(references)) != sizeof(references))
81 if (!references)
124 references = 1;
125 if (write(fd, &references, sizeof(references)) != sizeof(references))
141 if (read(fd, &references, sizeof(references)) != sizeof(references))
143 references++;
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Davl.c71 avl->references = 1; in avl_new()
80 assert((*avl)->references > 0); in free_stree()
82 (*avl)->references--; in free_stree()
83 if ((*avl)->references != 0) { in free_stree()
140 if ((*avl)->references > 1) { in avl_insert()
141 (*avl)->references--; in avl_insert()
159 if ((*avl)->references > 1) { in avl_remove()
160 (*avl)->references--; in avl_remove()
507 orig->references++; in clone_stree()
H A Davl.h40 int references; member
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c500 chan->references++; in log_add_channel()
588 chan->references = 0; in log_new_syslog_channel()
633 chan->references = 0; in log_new_file_channel()
660 chan->references = 0; in log_new_null_channel()
670 chan->references++; in log_inc_references()
676 if (chan == NULL || chan->references <= 0) { in log_dec_references()
680 chan->references--; in log_dec_references()
693 if (chan == NULL || chan->references <= 0) { in log_free_channel()
697 chan->references--; in log_free_channel()
698 if (chan->references == 0) { in log_free_channel()
H A Dlogging_p.h41 int references; member
/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/
H A Dhashfree.c109 if ((tp = tab->root->references) != tab) in hashfree()
118 else if (!(tab->root->references = tp->next)) in hashfree()
132 if (!(tab->root->references)) in hashfree()
H A Dhashalloc.c186 tab->next = tab->root->references; in hashalloc()
187 tab->root->references = tab; in hashalloc()
H A Dhashlib.h68 Hash_table_t* references; /* referencing table list */
H A Dhashdump.c153 for (tab = root->references; tab; tab = tab->next) in dumproot()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkerberos.ldif166 ##### A set of forward references to the KDC Service objects.
179 ##### A set of forward references to the Password Service objects.
245 ##### A set of forward references to the Administration Service objects.
582 ##### This attributes holds references to the set of directory objects.
595 ##### This attribute holds references to a Container object where
638 ##### references to the realm objects. These references is used to further read
705 ###### The principal references auxiliary class. Holds all principals referred
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dlibld.sparc.msg48 @ MSG_REL_SMALLGOT "too many symbols require 'small' PIC references:\n\
52 (both 'small' and 'large') PIC references:\n\
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dnameref.sh382 …[[ $container == *foo=bar* ]] || err_exit 'name references to static compound variables in parent …
400 …[[ $container == *foo=bar* ]] || err_exit 'name references to static type variables in parent scop…
438 …-c 'nameref foo=bar; typeset -A foo; (( (x=foo[a])==0 ))' || err_exit 'references inside arithmeti…
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c218 fullPathName->references++; in sanityCheckSize()
263 fullPathName->references++; in noteUsage()
324 pathCopy->references = 0; in storeInfoAboutEntry()
362 if ((pathCopy != NULL) && (pathCopy->references == 0)) { in storeInfoAboutEntry()
H A Dfsck_pcfs.h88 int references; member
H A Dclusters.c89 if (InUse[clusterNum - FIRST_CLUSTER]->path->references > 1) { in freeNameInfo()
90 InUse[clusterNum - FIRST_CLUSTER]->path->references--; in freeNameInfo()
440 newCl->path->references++; in cloneClusterInfo()
461 if (old->path && --old->path->references <= 0) { in freeClusterInfo()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DREADME29 (see documentation references above), the following code in the Apache Perl
/illumos-gate/usr/src/tools/scripts/
H A Dits.reg30 # systems. Its intended use is to facilitate resolving references to
95 # are different on- and off-SWAN. The off-SWAN URL actually references a
/illumos-gate/usr/src/cmd/sgs/messages/
H A Dsgs.ident26 # Each utilities message file references one of the `MSGID' identifiers. Its
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A DNOTES24 undefined references to { USAGE_LICENSE ERROR_CATALOG } are hard
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/frudr/
H A Dfru_PS0.info83 /* and then add /frutree node and cross-references */
H A Dfru_PS1.info83 /* and then add /frutree node and cross-references */
H A Dfru_PS2.info83 /* and then add /frutree node and cross-references */
H A Dfru_PS3.info83 /* and then add /frutree node and cross-references */
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/seattle/frudr/
H A Dfru_PS0.info87 /* and then add /frutree node and cross-references */
H A Dfru_PS1.info87 /* and then add /frutree node and cross-references */

1234