Home
last modified time | relevance | path

Searched refs:there (Results 1 – 25 of 489) sorted by relevance

12345678910>>...20

/illumos-gate/usr/src/uts/common/disp/
H A Dcmt_policy.c66 cmt_should_migrate(pg_cmt_t *here, pg_cmt_t *there, pg_cmt_policy_t policy, in cmt_should_migrate() argument
72 there_util = there->cmt_utilization; in cmt_should_migrate()
96 (CMT_CAPACITY(there) > CMT_CAPACITY(here)))) { in cmt_should_migrate()
104 there_util < CMT_CAPACITY(there)) in cmt_should_migrate()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dser_sctx.c309 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);
H A Ddelete_sec_context.c178 if (ctx->there)
179 krb5_free_principal(context, ctx->there);
/illumos-gate/usr/src/cmd/lp/crontab/
H A Dlp29 # If there was a 'requests.1' move it to 'requests.2'.
30 # If there was a 'requests.2' then it is lost.
/illumos-gate/usr/src/cmd/smbsrv/fksmbd/
H A DREADME26 Just as with the kernel code, there are mdb modules that know
30 i.e. yourself (not root); but before you can do that, there are
39 Add pam_smb_passwd.so.1 to pam.conf if not already there
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dsparse-README.txt39 use, there are no "partial results". The library completely parses one
63 again. There is no extra state, there are no parser callbacks, there is
/illumos-gate/usr/src/tools/smatch/src/
H A DREADME40 use, there are no "partial results". The library completely parses one
64 again. There is no extra state, there are no parser callbacks, there is
H A DLICENSE6 is normally pretty clear. The one thing I will clarify is that there are some
47 please refer to there for the authoritative and slightly more
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inheritance/
H A DREADME.state27 # For every configX.cfg file there must be a corresponding stateX.cfg
70 # 1) there must be a <property src..> line corresponding to each dataset
75 # there must be at least one, and the effect of each block is cumulative
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dsca1000.esc34 * For Deimos, there is one ASRU that includes both the driver and the card,
35 * and there are two FRUs, the driver and the card.
H A Dsca500.esc34 * For Deimos, there is one ASRU that includes both the driver and the card,
35 * and there are two FRUs, the driver and the card.
/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/cmd/fm/dicts/
H A DSENSOR.po41 msgstr "Check the fan to see if the fan has lost power or there is a\nphysical obstruction. Replac…
73 msgstr "Check the fan to see if the fan has lost power or there is a physical obstruction. Replace…
105 msgstr "Check the fan to see if the fan has lost power or there is a physical obstruction. Replace…
153 msgstr "Check to see if the power cord is connected properly or if there are other conditions that …
/illumos-gate/usr/src/lib/libgss/
H A DREADME.spi49 instead there is a new gss_config_ext structure, which is to be
54 - there is a new libgss function, __gss_get_mechanism_ext(), which
72 Once the Solaris krb5 source is resync'ed with MIT krb5 1.4 there
/illumos-gate/usr/src/lib/libsasl/
H A DREADME35 You will notice that there will be reference to other platforms that Solaris
39 For globalization, it should be noted that there are three classes of strings
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dtcpstate2 # Only allow TCP packets in/out of le0 if there is an outgoing connection setup
H A Dexample.522 # allow packets through which have a non-standard IP header length (ie there
/illumos-gate/usr/src/cmd/filesync/
H A DREADME78 while the other has not). If there are conflicting changes,
132 there is an ordered list of "base" structures
150 in addition there are some fields that are used
163 there is also, built up during analysis, a reconciliation
179 the main trick in this pass is that there may be
403 F_CONFLICT there is a conflict on this node so
434 if there is a conflict or we haven't evaluated
/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, in make_gss_checksum()
554 &ctx->there))) in new_connection()
557 code = get_credentials(context, cred, ctx->there, now, in new_connection()
654 if (ctx_free->there) in new_connection()
655 krb5_free_principal(context, ctx_free->there); in new_connection()
722 if (! krb5_principal_compare(context, ctx->there, in mutual_auth()
728 int kret1 = krb5_unparse_name(context, ctx->there, &s_princ); in mutual_auth()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dio.sh465 print hello there world > $tmp/foobar
468 print hello there world > $tmp/foobar
471 print hello there world > $tmp/foobar
/illumos-gate/usr/src/uts/common/mapfiles/
H A DREADME21 in individual makefiles. Along with this, there has never been any
28 option ensures that there are no unknown definitons at link-edit time.
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME51 Indeed, much of the agent's code is there to manage the complexity of
71 instance, there is a "request.c" which comprises all of
90 DHCP agent implementation. Note that there is of course much more
121 A special kind of "event" is a timeout. Since there are many timers
132 from there, it can use the iu_earliest_timer() routine to find the
148 For each network interface managed by the agent, there is a set of
195 Note that there is nothing that guarantees the pointer passed into
237 structure, which is fine since there can be at most one pending
253 there is no pending asynchronous transaction, the operation succeeds.
274 transactions have a valid `ipc_action' object. Note that since there
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Djoin3_28.test15 # there are a large number of tables involved in the join.
H A Dconflict.test37 # t0 True if there is an error from $cmd
95 # t0 True if there is an error from $cmd
153 # t0 True if there is an error from $cmd
208 # t0 True if there is an error from $cmd
267 # t0 True if there is an error from $cmd
335 # t0 True if there is an error from $cmd

12345678910>>...20