Searched defs:already (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/tip/aculib/
H A Dbiz31.c207 int already = 0; local
218 if (already > MAXRETRY)
222 already++;
H A Dventel.c173 int already = 0, nread; local
188 while (already < MAXRETRY) {
218 already++;
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_init.c130 static int already = 0; local
133 if (! already) {
137 already = 1;
/illumos-gate/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_init.c149 static int already = 0; local
152 if (! already) {
156 already = 1;
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_setup.c158 /* check for already open */
784 static int already = 0; local
789 if (! already) {
792 already = 1;
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/smf/
H A Dsmf_response.c135 * Garbage-collect the uuid cache. Any cases that are already resolved
221 * If we somehow already have an entry for this uuid then
268 * an entry that matched on uuid was already marked, otherwise (entry
339 * maintenane defect we diagnose. Close the case (the resource was already
430 int already; local
450 already = swrp_smf_cache_mark(hdl, uuid, fmristr);
454 * If the cache already had a marked entry for this UUID then
463 if (already) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ldap.c854 int already = 0; local
892 * already have the real TLV length.
1140 already = 1;
1146 (!already && ASNDESC->son[ai].sondef &&
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_callback.c850 * This server structure may already have a program number
1473 * Check to see if the delegation has already been
1574 * NFS4_DR_DID_OP - calling function already did nfs4_start_op
1603 * Caller had already done start_op, which means the
1604 * r_deleg_recall_lock is already held in READ mode
1650 * If R4RECOVERRP is already set, then skip re-opening
1936 * recovery has already been started inside of nfs4_reopen.
1993 * We have already taken the 'r_deleg_recall_lock' as WRITER, which
2150 * already called nfs4_start_op().
2159 bool_t already local
[all...]

Completed in 79 milliseconds