Searched refs:scookie (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/sparc/stand/common/
H A Dmmu.c43 static int scookie; /* sun4/sun4c MMU segment resource */ variable
74 scookie = 17;
107 setsegmap((va & -NBPSG), ++scookie);
115 printf("%d ", scookie);
116 setsegmap(va, ++scookie);
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dvc.c307 struct berval **scookie,
322 rc = ldap_parse_verify_credentials(ld, res, rcode, diagmsg, scookie, scred, vcoctrls);
296 ldap_verify_credentials_s( LDAP *ld, struct berval *cookie, LDAP_CONST char *dn, LDAP_CONST char *mechanism, struct berval *cred, LDAPControl **vcictrls, LDAPControl **sctrls, LDAPControl **cctrls, int *rcode, char **diagmsg, struct berval **scookie, struct berval **scred, LDAPControl ***vcoctrls) argument
/netbsd-current/external/bsd/openldap/dist/clients/tools/
H A Dldapvc.c285 struct berval *scookie = NULL; local
453 rc = ldap_parse_verify_credentials( ld, res, &rcode, &diag, &scookie, &scred, &vcctrls );
504 ber_bvfree( scookie );
/netbsd-current/sys/arch/sparc/sparc/
H A Dpmap.c3086 int startscookie, scookie; local
3314 startscookie = scookie = getsegmap(p);
3315 mmuseg = &mmusegments[scookie];
3316 zseg += scookie; /* First free segment */
3361 prom_setcontext(i, (void *)p, scookie);
3370 mmuseg->me_cookie = scookie;
3375 sp->sg_pmeg = scookie;
3376 npte = ++scookie < zseg ? NPTESG : lastpage;
3385 if (scookie < zseg) {
3449 for (scookie
[all...]
/netbsd-current/external/bsd/openldap/dist/include/
H A Dldap.h2301 struct berval **scookie,

Completed in 144 milliseconds