/titanic_51/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | ldi.c | 211 ldi_ident_header(int start, int refs) in ldi_ident_header() argument 219 if (refs) in ldi_ident_header() 226 ldi_ident_print(uintptr_t addr, int refs) in ldi_ident_print() argument 240 if (refs) in ldi_ident_print() 267 int refs = 1; in ldi_ident() local 281 ldi_ident_header(start, refs); in ldi_ident() 284 if (ldi_ident_print(addr, refs)) in ldi_ident() 291 ldi_handle_header(int refs, int ident) { in ldi_handle_header() argument 294 if (refs) in ldi_handle_header() 307 ldi_handle_print(uintptr_t addr, int ident, int refs) in ldi_handle_print() argument 367 int refs = 1; ldi_handle() local [all...] |
/titanic_51/usr/src/lib/fm/topo/maps/i86pc/ |
H A D | fan-hc-topology.xmlgen | 318 my @refs = split(/\,/, $level->{fm_service_indctr}); 319 foreach my $ref (@refs) { 353 my @refs = split(/\,/, $level->{fm_ok2rm_indctr}); 354 foreach my $ref (@refs) { 410 my @refs = split(/\,/, $val); 411 foreach my $ref (@refs) { 427 my @refs = split(/\,/, $val); 428 foreach my $ref (@refs) {
|
/titanic_51/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | referral.c | 128 char **refs; in nsldapi_parse_reference() local 151 if ( ber_scanf( &ber, "{v", &refs ) == LBER_ERROR ) { in nsldapi_parse_reference() 163 ldap_value_free( refs ); in nsldapi_parse_reference() 165 *referralsp = refs; in nsldapi_parse_reference()
|
H A D | ldap-int.h | 739 int nsldapi_chase_v3_refs( LDAP *ld, LDAPRequest *lr, char **refs,
|
/titanic_51/usr/src/cmd/sgs/libconv/common/ |
H A D | deftag.c | 37 static const Msg refs[] = { in conv_def_tag() local 44 return (MSG_ORIG(refs[ref])); in conv_def_tag()
|
/titanic_51/usr/src/cmd/ldap/common/ |
H A D | ldapsearch.c | 612 char **refs = NULL, filter[ BUFSIZ ], *filterp = NULL; local 843 if ( ldap_parse_result( ld, res, &rc, NULL, NULL, &refs, 930 if ( refs != NULL ) { 931 ldaptool_print_referrals( refs ); 932 ldap_value_free( refs ); 1188 char **refs; in parse_and_display_reference() local 1190 if ( ldap_parse_reference( ld, ref, &refs, NULL, 0 ) != LDAP_SUCCESS ) { in parse_and_display_reference() 1193 } else if ( refs != NULL && refs[ 0 ] != NULL ) { in parse_and_display_reference() 1195 for ( i = 0; refs[ in parse_and_display_reference() [all...] |
H A D | common.c | 1358 ldaptool_print_referrals( char **refs ) argument 1362 if ( refs != NULL ) { 1363 for ( i = 0; refs[ i ] != NULL; ++i ) { 1364 fprintf( stderr, gettext("Referral: %s\n"), refs[ i ] ); 1609 char **refs = NULL; local 1612 if (( rc = ldap_parse_result( ld, res, &lderr, NULL, NULL, &refs, 1689 if ( refs != NULL ) { 1690 ldaptool_print_referrals( refs ); 1691 ldap_value_free( refs );
|
H A D | ldaptool.h | 167 void ldaptool_print_referrals( char **refs );
|
/titanic_51/usr/src/boot/sys/sys/ |
H A D | linker.h | 72 int refs; /* reference count */ member 305 int refs; member 315 int refs; member
|
H A D | module.h | 250 int refs; member
|
/titanic_51/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_xprt.c | 1842 uint_t refs; in fmd_xprt_subscribe() local 1854 refs = fmd_xprt_class_hash_insert(xip, &xip->xi_rsub, class); in fmd_xprt_subscribe() 1857 if (refs > 1) in fmd_xprt_subscribe() 1880 uint_t refs; in fmd_xprt_unsubscribe() local 1897 if ((refs = fmd_xprt_class_hash_delete(xip, &xip->xi_rsub, class)) == 0) in fmd_xprt_unsubscribe() 1902 if (refs != 0) in fmd_xprt_unsubscribe()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | reglib.h | 546 int refs; /* regcomp()+regdup() references*/ member
|
H A D | regcomp.c | 3409 p->env->refs = 1; in regcomp() 3561 p->env->refs++; in regdup()
|
H A D | regnexec.c | 2034 if (--env->refs <= 0 && !(env->disc->re_flags & REG_NOFREE)) in regfree()
|
/titanic_51/usr/src/lib/libast/common/regex/ |
H A D | reglib.h | 546 int refs; /* regcomp()+regdup() references*/ member
|
H A D | regcomp.c | 3364 p->env->refs = 1; in regcomp() 3516 p->env->refs++; in regdup()
|
H A D | regnexec.c | 2034 if (--env->refs <= 0 && !(env->disc->re_flags & REG_NOFREE)) in regfree()
|
/titanic_51/usr/src/cmd/localedef/ |
H A D | collate.c | 1025 add_weights(int32_t *refs) in add_weights() argument 1029 add_weight(refs[i], i); in add_weights()
|
/titanic_51/usr/src/uts/common/fs/zfs/ |
H A D | dnode.c | 1232 uint64_t refs; in dnode_rele_and_unlock() local 1237 refs = refcount_remove(&dn->dn_holds, tag); in dnode_rele_and_unlock() 1249 ASSERT(refs > 0 || dnh->dnh_zrlock.zr_owner != curthread); in dnode_rele_and_unlock() 1252 if (refs == 0 && db != NULL) { in dnode_rele_and_unlock()
|
/titanic_51/usr/src/tools/scripts/ |
H A D | webrev.sh | 2357 --format='%(refname:short) %(upstream:short)' refs/heads/ | \
|
/titanic_51/usr/src/common/ficl/softcore/ |
H A D | oo.fr | 53 \ refs to vtable classes
|
/titanic_51/usr/src/lib/libast/common/ |
H A D | RELEASE | 22 10-01-01 include: change some <ast.h> refs to less intrusive <ast_*.h> 287 06-09-07 misc/optget.c,tm/tmfix.c: fix uninitialzed var refs 1287 dtopen.c: __hppa dll needs Dtset Dtlist Dttree refs here 1569 fix conf.sh to allow refs to previously defined limits
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/ |
H A D | RELEASE | 210 10-01-01 include: change some <ast.h> refs to less intrusive <ast_*.h> 475 06-09-07 misc/optget.c,tm/tmfix.c: fix uninitialzed var refs 1475 dtopen.c: __hppa dll needs Dtset Dtlist Dttree refs here 1757 fix conf.sh to allow refs to previously defined limits
|
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | RELEASE | 724 package.mk: list refs to top-level licenses only
|
/titanic_51/usr/src/data/zoneinfo/ |
H A D | northamerica | 2010 # Mathew Englander (1996-10-07) gives the following refs:
|