Searched defs:ref (Results 26 - 32 of 32) sorted by relevance

12

/osnet-11/usr/src/lib/libsldap/common/
H A Dns_common.c1413 * INPUT: pointer to the referral list, pointer to ref URLs,
1423 ns_ref_info_t *ref = NULL, *tmp_ref; local
1464 ref = (ns_ref_info_t *)calloc(1, sizeof (ns_ref_info_t));
1465 if (ref == NULL)
1483 free(ref);
1484 ref = NULL;
1500 free(ref);
1501 ref = NULL;
1504 ref->refHost = strdup(ld_defhost);
1505 if (ref
1636 ns_ref_info_t *ref = head; local
[all...]
H A Dns_internal.h603 * A referral can have many ref values. Each ref is a URL
605 * If a referral contains more than one ref then any
606 * ref can be used to continue the LDAP operation.
613 struct ns_ref_info *ref; member in struct:ns_referral
/osnet-11/usr/src/lib/libdladm/common/
H A Dusage.c693 update_stats(net_stat_t *ns1, net_entry_t *ne, net_stat_t *ref) argument
697 ns1->net_stat_ibytes -= (ref->net_stat_ibytes + ref->net_stat_tibytes);
698 ns1->net_stat_obytes -= (ref->net_stat_obytes + ref->net_stat_tobytes);
699 ns1->net_stat_ipackets -= (ref->net_stat_ipackets +
700 ref->net_stat_tipackets);
701 ns1->net_stat_opackets -= (ref->net_stat_opackets +
702 ref->net_stat_topackets);
703 ns1->net_stat_ierrors -= (ref
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c2958 * @ref in the $O index root of the mft record @m (which must be the mft record
2964 const leMFT_REF ref)
2988 oi->mft_reference = ref;
2963 index_obj_id_insert(MFT_RECORD *m, const GUID *guid, const leMFT_REF ref) argument
/osnet-11/usr/src/lib/libast/common/regex/
H A Dreglib.h460 struct Rex_s* ref; member in struct:Rep_catch_s
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpmtok_int.h285 void *ref; /* reference ptr for the union */ member in union:_DIGEST_CONTEXT::__anon2825
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dembed.h853 #define ref Perl_ref macro
3379 #define ref(a,b) Perl_ref(aTHX_ a,b) macro

Completed in 64 milliseconds

12