Home
last modified time | relevance | path

Searched refs:refs (Results 1 – 21 of 21) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dldi.c211 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
[all …]
/titanic_41/usr/src/lib/fm/topo/maps/i86pc/
H A Dfan-hc-topology.xmlgen318 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_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dreferral.c128 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 Dldap-int.h739 int nsldapi_chase_v3_refs( LDAP *ld, LDAPRequest *lr, char **refs,
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Ddeftag.c37 static const Msg refs[] = { in conv_def_tag() local
44 return (MSG_ORIG(refs[ref])); in conv_def_tag()
/titanic_41/usr/src/cmd/ldap/common/
H A Dldapsearch.c612 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[ i ] != NULL; ++i ) { in parse_and_display_reference()
1196 fprintf( stderr, " %s\n", refs[ i ] ); in parse_and_display_reference()
[all …]
H A Dcommon.c1358 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 Dldaptool.h167 void ldaptool_print_referrals( char **refs );
/titanic_41/usr/src/uts/common/io/drm/
H A Ddrm_fops.c93 priv->refs++; in drm_open_helper()
105 priv->refs = 1; in drm_open_helper()
H A Ddrm_drv.c468 if (--fpriv->refs != 0) in drm_close()
H A DdrmP.h496 int refs; member
/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.c1847 uint_t refs; in fmd_xprt_subscribe() local
1859 refs = fmd_xprt_class_hash_insert(xip, &xip->xi_rsub, class); in fmd_xprt_subscribe()
1862 if (refs > 1) in fmd_xprt_subscribe()
1885 uint_t refs; in fmd_xprt_unsubscribe() local
1902 if ((refs = fmd_xprt_class_hash_delete(xip, &xip->xi_rsub, class)) == 0) in fmd_xprt_unsubscribe()
1907 if (refs != 0) in fmd_xprt_unsubscribe()
/titanic_41/usr/src/lib/libast/common/regex/
H A Dreglib.h546 int refs; /* regcomp()+regdup() references*/ member
H A Dregcomp.c3364 p->env->refs = 1; in regcomp()
3516 p->env->refs++; in regdup()
H A Dregnexec.c2034 if (--env->refs <= 0 && !(env->disc->re_flags & REG_NOFREE)) in regfree()
/titanic_41/usr/src/cmd/localedef/
H A Dcollate.c1025 add_weights(int32_t *refs) in add_weights() argument
1029 add_weight(refs[i], i); in add_weights()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddnode.c1233 uint64_t refs; in dnode_rele_and_unlock() local
1238 refs = refcount_remove(&dn->dn_holds, tag); in dnode_rele_and_unlock()
1250 ASSERT(refs > 0 || dnh->dnh_zrlock.zr_owner != curthread); in dnode_rele_and_unlock()
1253 if (refs == 0 && db != NULL) { in dnode_rele_and_unlock()
/titanic_41/usr/src/tools/scripts/
H A Dwebrev.sh2591 --format='%(refname:short) %(upstream:short)' refs/heads/ | \
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE22 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_41/usr/src/data/zoneinfo/
H A Dnorthamerica2017 # Mathew Englander (1996-10-07) gives the following refs:
/titanic_41/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex5862 % @node Help-Cross, , , Cross-refs