Searched refs:internal (Results 76 - 100 of 122) sorted by relevance

12345

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_put.c75 t = dbp->internal;
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs278 # lgrp_latency_cookie calls our internal wrapper _lgrp_latency_cookie() which
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dpiclsmc.c91 uint8_t internal; /* internal use area */ member in struct:__anon1227
250 offset->internal = data[1] * 8;
/illumos-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt130 EPERM - internal or other unexpected error.
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_put.c98 t = dbp->internal;
672 rp = ((BTREE *)dbp->internal)->recno;
H A Dbt_split.c87 cp = dbc->internal;
100 * internal key will fit into the parent page. If it will, we're done.
116 t = dbp->internal;
413 * If the root page was a leaf page, change it into an internal page.
582 t = dbp->internal;
612 * of each level, or the search will fail. Applicable ONLY to internal
614 * key between pairs of internal pages loses too much information.
802 * an overflow key. (Overflow keys on internal pages will slow down
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_pr.c169 * Print out the btree internal information.
195 t = dbp->internal;
260 * Print out the hash internal information.
277 hcp = (HASH_CURSOR *)dbc->internal;
402 s = "btree internal";
408 s = "recno internal";
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_hw.c29 lb_property_t lb_mac10g = {internal, "mac10g", hxge_lb_mac10g};
637 if (lb_info->lb_type == internal) {
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_seq.c118 t = dbp->internal;
646 t = dbp->internal;
H A Dbt_delete.c75 t = dbp->internal;
177 * we have to change pages at an internal level, we have to fix the
232 * next page. If we have to change pages at an internal level, we
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Darmada-388-gp.dts64 internal-regs {
H A Darmada-38x.dtsi137 internal-regs {
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_net_utils.c40 #include <slp-internal.h>
H A Dslp_utils.c67 #include <slp-internal.h>
H A DSLPFindAttrs.c31 #include <slp-internal.h>
138 /* internal errors should have been filtered out by the net code */
411 2; /* No SPI string for internal calls */
H A DSLPFindSrvs.c32 #include <slp-internal.h>
131 /* internal errors should have been filtered out by the net code */
442 2; /* No SPI string for internal calls */
H A DSLPUtils.c44 #include <slp-internal.h>
94 /* tag call as internal */
106 /* revert internal call tag */
145 * be NULL. This helps simplify internal memory management.
290 /* tag call as internal; gets all scopes, regardless of maxResults */
H A Dslp_targets.c104 #include <slp-internal.h>
224 /* tag call as internal */
234 /* revert internal call tag */
H A DSLPReg.c66 #include <slp-internal.h>
H A Dslp_auth.c67 #include <slp-internal.h>
/illumos-gate/usr/src/cmd/sh/
H A Dxec.c128 int argn, internal; local
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh64 INTZONE=internal
295 --format=internal)
319 --format=internal)
330 --format=internal)
/illumos-gate/usr/src/common/bignum/i386/
H A Dbignum_i386_asm.s228 / This is strictly for internal use.
487 / This is strictly for internal use.
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h124 #define DB_DBT_INTERNAL 0x01 /* Ignore user's malloc (internal). */
192 * DB_EXCL and DB_TEMPORARY are internal only, and are not documented.
193 * DB_SEQUENTIAL is currently internal, but may be exported some day.
197 #define DB_EXCL 0x002000 /* O_EXCL: exclusive open (internal). */
199 #define DB_SEQUENTIAL 0x008000 /* Sequential access (internal). */
200 #define DB_TEMPORARY 0x010000 /* Remove on last close (internal). */
372 #define DB_WRITELOCK 24 /* cursor() (internal) */
414 void *internal; /* Access method private. */ member in struct:__db
460 #define DB_AM_DUP 0x000002 /* DB_DUP (internal). */
469 #define DB_BT_RECNUM 0x000400 /* DB_RECNUM (internal)
516 void *internal; /* Access method private. */ member in struct:__dbc
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeysUtil.c65 boolean_t internal)
89 * If generating a key is an internal request (i.e. not a C_XXX
92 if (!internal) {
62 soft_gen_keyobject(CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulCount, CK_ULONG *objecthandle_p, soft_session_t *sp, CK_OBJECT_CLASS class, CK_KEY_TYPE key_type, CK_ULONG keylen, CK_ULONG mode, boolean_t internal) argument

Completed in 194 milliseconds

12345