Searched refs:there (Results 1 - 25 of 34) sorted by relevance

12

/illumos-gate/usr/src/uts/common/disp/
H A Dcmt_policy.c53 * coalescence within (and not across) lgroups. This is because there isn't
63 * somewhere "here" to somewhere "there".
66 cmt_should_migrate(pg_cmt_t *here, pg_cmt_t *there, pg_cmt_policy_t policy, argument
72 there_util = there->cmt_utilization;
96 (CMT_CAPACITY(there) > CMT_CAPACITY(here)))) {
104 there_util < CMT_CAPACITY(there))
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Ddelete_sec_context.c178 if (ctx->there)
179 krb5_free_principal(context, ctx->there);
H A Dser_sctx.c274 * ... for there
309 if (!kret && ctx->there)
312 (krb5_pointer) ctx->there,
451 if (!kret && ctx->there)
454 (krb5_pointer) ctx->there,
620 (krb5_pointer *) &ctx->there,
708 if (ctx->there)
709 krb5_free_principal(kcontext, ctx->there);
/illumos-gate/usr/src/ucbcmd/sbcp/
H A Dsbcp.s66 tst %g1 ! is there a handler to register?
75 ! Aside from a value in %g1, there were no arguments explicitly
197 ! symbols referenced between here and there are "static"
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemset.s99 1: stb %o1, [%o5] ! there is at least 1 byte to set
108 cmp %o2, 0x40 ! check if there are 64 bytes to set
131 cmp %o4, 0x100 ! check if there are 256 bytes to set
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinq_context.c142 ctx->initiate?ctx->here:ctx->there,
157 ctx->initiate?ctx->there:ctx->here,
H A Dinit_sec_context.c186 data->cred->princ, data->ctx->there,
554 &ctx->there)))
557 code = get_credentials(context, cred, ctx->there, now,
654 if (ctx_free->there)
655 krb5_free_principal(context, ctx_free->there);
722 if (! krb5_principal_compare(context, ctx->there,
728 int kret1 = krb5_unparse_name(context, ctx->there, &s_princ);
1183 * and copy new_entry there, or free new_entry. Otherwise, it
1255 * if this kvno matches, free the current (will there ever
1661 * there cred
[all...]
H A Daccept_sec_context.c237 /* If there were errors, there might have been a memory leak
446 * If there is no princ associated with the cred then treat it the
750 /* if the checksum length > 24, there are options to process */
877 if ((code = krb5_copy_principal(context, authdat->client, &ctx->there))) {
1053 /* Get the new acceptor subkey. With the code above, there
1105 if ((code = krb5_copy_principal(context, ctx->there, &client_name))) {
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcmp.s93 ! Check to see if there are more bytes to compare
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrncpy.s141 ! here there is a least one more byte to zero out: otherwise we would
154 ! here we know that there at least another 4 bytes to pad, since
155 ! we don't get here unless there were >= 8 bytes to pad to begin
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DRequestHandler.java195 // Set the socket to block until there are bytes to read.
251 boolean there = false;
255 there = (inProgress.get(syncTableKey) != null);
257 if (!there) {
265 if (there) {
354 // returning if it there are no more bytes to read. Note that
386 // If there was a parse error, then break out and close the
514 // If there was an error converting the request, then don't
587 // here, there was a problem parsing the message in and so formulating
760 // If this is a DAAdvert or an SAAdvert, or there'
[all...]
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcmp.s87 ! Check to see if there are more bytes to compare
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrncpy.s159 ! here there is a least one more byte to zero out: otherwise we would
173 ! here we know that there at least another 8 bytes to pad, since
174 ! we don't get here unless there were >= 16 bytes to pad to begin
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dcapacity.notes.txt47 So, I'm sure I'm being naive in expecting there to be a way to
81 >So, I'm sure I'm being naive in expecting there to be a way to
111 An algorithm??? (I hope there aren't any typo's here)...
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Drtldlib.s61 jmpl %g1, %o7 ! go there
H A Ddiv.s130 blu got_result ! if %o3<%o5 already, there's no point in continuing
H A Drem.s129 blu got_result ! if %o3<%o5 already, there's no point in continuing
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.s535 ! done resumes execution there
1245 * These need to be defined somewhere to lint and there is no "hicore.s"...
1618 ! ptl1_panic is likely to be repeatedly called from there.
1626 ! save it in trap_freeze_pc for a debugging hint if there is
H A Dtrap_table.s1422 ldn [%g1 + P_UTRAPS], %g5 ! are there utraps?
1448 ldn [%g1 + P_UTRAPS], %g5 ! are there utraps?
1485 ldn [%g1 + P_UTRAPS], %g5 ! are there utraps?
1514 ldn [%g1 + P_UTRAPS], %g5 ! are there utraps?
1573 ldn [%g5 + P_UTRAPS], %g5 ! are there utraps?
2279 * Note that there is no support for ccr.xcc in the V9 code.
2834 * We get here if there are any pending interrupts.
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.s513 ! done resumes execution there
1133 * These need to be defined somewhere to lint and there is no "hicore.s"...
1539 ! ptl1_panic is likely to be repeatedly called from there.
1547 ! save it in trap_freeze_pc for a debugging hint if there is
H A Dtrap_table.s1618 ldn [%g1 + P_UTRAPS], %g5 ! are there utraps?
1644 ldn [%g1 + P_UTRAPS], %g5 ! are there utraps?
1712 ldn [%g1 + P_UTRAPS], %g5 ! are there utraps?
1741 ldn [%g1 + P_UTRAPS], %g5 ! are there utraps?
1800 ldn [%g5 + P_UTRAPS], %g5 ! are there utraps?
2518 * Note that there is no support for ccr.xcc in the V9 code.
3002 * We get here if there are any pending interrupts.
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex440 % either the null string, or it ends with \^^M---thus there is no danger
732 % forces a page break if there is not space-in-mils remaining.
768 % page at this \penalty, if there are no other feasible breakpoints in
2348 % what follows is an environment such as @example, there will be no
2361 % Do this with kerns and \unhbox so that if there is a footnote in
2463 % other hand, when there is normal text preceding the item (as there
2464 % usually is), we do want to zero parskip, or there would be too much
2678 % we'll always have a period there to be parsed.
3120 % Since there ar
[all...]
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dvariables.sh148 if [[ $( { : ${foo?hi there} ; } 2>&1) != *'hi there' ]]
149 then err_exit '${foo?hi there} with foo unset does not print hi there on 2'
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A DgssapiP_krb5.h187 krb5_principal there; member in struct:_krb5_gss_ctx_id_rec
/illumos-gate/usr/src/cmd/mandoc/
H A Dread.c418 * When there is a carriage return in between,
580 * there does exist data (see tbl_data.c), we're

Completed in 88 milliseconds

12