Searched refs:lret (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/i386/i386/
H A Dbioscall.s127 lret /* ...continue below */
160 lret /* reload %cs on the way out */
H A Dswtch.s463 lret
H A Dsupport.s288 lret
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c3141 int lret; local
3164 lret = skip_base_block(a);
3165 switch(lret) {
3176 return lret;
3186 lret = skip_base_block(a);
3187 if(lret == ARCHIVE_FATAL || lret == ARCHIVE_FAILED)
3188 return lret;
3195 if(lret != ARCHIVE_RETRY) {
3200 return lret;
[all...]
/freebsd-13-stable/crypto/heimdal/lib/kadm5/
H A Dad.c315 int lret, version = LDAP_VERSION3; local
333 lret = ldap_tsasl_bind_s(lp, NULL, NULL, NULL, servers[i].server);
336 lret = ldap_sasl_interactive_bind_s(lp, NULL, NULL, NULL, NULL,
340 if (lret != LDAP_SUCCESS) {
343 ldap_err2string(lret));
/freebsd-13-stable/stand/i386/boot2/
H A Dboot1.S110 lret # To far caller

Completed in 138 milliseconds