HomeSort by relevance Sort by last modified time
    Searched defs:aux (Results 1 - 25 of 25) sorted by null

  /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/
rsa.c 129 BIGNUM *aux; local
132 if ((aux = BN_new()) == NULL)
137 BN_sub(aux, rsa->q, BN_value_one());
138 BN_mod(rsa->dmq1, rsa->d, aux, ctx);
140 BN_sub(aux, rsa->p, BN_value_one());
141 BN_mod(rsa->dmp1, rsa->d, aux, ctx);
143 BN_clear_free(aux);
  /onnv/onnv-gate/usr/src/cmd/sgs/liblddbg/common/
statistics.c 75 Ar_aux *aux; local
95 aux = adp->ad_aux;
104 if (aux->au_mem == FLG_ARMEM_PROC)
107 aux++, arsym++;
  /onnv/onnv-gate/usr/src/common/openssl/crypto/asn1/
tasn_fre.c 84 const ASN1_AUX *aux = it->funcs; local
91 if (aux && aux->asn1_cb)
92 asn1_cb = aux->asn1_cb;
tasn_new.c 94 const ASN1_AUX *aux = it->funcs; local
98 if (aux && aux->asn1_cb)
99 asn1_cb = aux->asn1_cb;
tasn_utl.c 103 const ASN1_AUX *aux; local
108 aux = it->funcs;
109 if (!aux || !(aux->flags & ASN1_AFLG_REFCOUNT))
111 lck = offset2ptr(*pval, aux->ref_offset);
117 ret = CRYPTO_add(lck, op, aux->ref_lock);
130 const ASN1_AUX *aux; local
133 aux = it->funcs;
134 if (!aux || !(aux->flags & ASN1_AFLG_ENCODING)
    [all...]
tasn_enc.c 138 const ASN1_AUX *aux = it->funcs; local
144 if (aux && aux->asn1_cb)
145 asn1_cb = aux->asn1_cb;
tasn_dec.c 159 const ASN1_AUX *aux = it->funcs; local
172 if (aux && aux->asn1_cb)
173 asn1_cb = aux->asn1_cb;
379 if (aux && (aux->flags & ASN1_AFLG_BROKEN))
  /onnv/onnv-gate/usr/src/lib/libldap4/common/
charset.c 1628 Byte *s, *oo, *o, *aux; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libldap5/sources/ldap/common/
charset.c 1600 Byte *s, *oo, *o, *aux; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/svc/startd/
method.c 1028 const char *aux; local
1149 aux = "restarting_too_quickly";
1151 aux = "fault_threshold_reached";
1153 aux = "method_failed";
1157 (char *)aux);
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
vdev_label.c 323 const char *aux = NULL; local
346 aux = "err_exceeded";
350 aux = "external";
354 if (aux != NULL)
356 aux) == 0);
    [all...]
vdev.c 541 char *aux; local
546 ZPOOL_CONFIG_AUX_STATE, &aux) == 0 &&
547 strcmp(aux, "external") == 0)
2662 nvlist_t **aux; local
    [all...]
spa_misc.c 641 spa_aux_t *aux; local
644 if ((aux = avl_find(avl, &search, &where)) != NULL) {
645 aux->aux_count++;
647 aux = kmem_zalloc(sizeof (spa_aux_t), KM_SLEEP);
648 aux->aux_guid = vd->vdev_guid;
649 aux->aux_count = 1;
650 avl_insert(avl, aux, where);
658 spa_aux_t *aux; local
662 aux = avl_find(avl, &search, &where);
664 ASSERT(aux != NULL)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/sockmods/
sockmod_pfp.c 480 struct tpacket_auxdata *aux; local
489 aux = (struct tpacket_auxdata *)
500 aux->tp_vlan_vci = hdr.mhi_tci;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/zfs-retire/
zfs_retire.c 371 vdev_aux_t aux; local
481 aux = VDEV_AUX_EXTERNAL;
512 aux = VDEV_AUX_ERR_EXCEEDED;
539 (void) zpool_vdev_fault(zhp, vdev_guid, aux);
541 (void) zpool_vdev_degrade(zhp, vdev_guid, aux);
  /onnv/onnv-gate/usr/src/uts/common/io/bge/
bge_mii.c 108 bge_phydump(bge_t *bgep, uint16_t mii_status, uint16_t aux)
126 regs[i] = aux;
878 uint16_t aux; local
906 * Step 11: read AUX STATUS register to find speed/duplex
908 aux = bge_mii_get16(bgep, MII_AUX_STATUS);
909 BGE_CDB(bge_phydump, (bgep, mii_status, aux));
915 mode = aux & MII_AUX_STATUS_MODE_MASK;
918 linkup = BIS(aux, MII_AUX_STATUS_LINKUP);
924 linkup &= BIS(aux, MII_AUX_STATUS_LINKUP);
928 BGE_DEBUG(("bge_check_copper: MII status 0x%x aux 0x%x
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
pp_sort.c 267 * pass base aux
298 * mgsort2(0, $runs, $base, $aux, $base);
311 * copy runs 1 and 2 from base to aux
312 * merge runs 1 and 2 from aux to base
314 * merge runs 12 and 3 from base to aux
316 * merge runs 4 and 5 from base to aux
317 * merge runs 123 and 45 from aux to base
345 gptr *aux, *list1, *list2; local
352 if (nmemb <= SMALLSORT) aux = small; /* use stack for aux array *
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ptools/pargs/
pargs.c 664 * The following at_* routines are used to decode data from the aux vector.
802 * Return the aux_id entry for the given aux type; returns NULL if not found.
824 * Fetch the aux vector from the target process.
838 struct aux_id *aux = aux_find(datap->pd_auxv[i].a_type); local
843 if ((aux != NULL) && (aux->aux_decode == at_str)) {
1219 * Print the names and values of all the aux vector entries.
1224 struct aux_id *aux; local
1228 aux = aux_find(pa->a_type);
1231 if (aux != NULL)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/exec/elf/
elf.c 250 aux_entry_t *aux; local
354 * Determine aux size now so that stack can be built
355 * in one shot (except actual copyout of aux image),
411 * If a AUX vector is being built - the base AUX
458 * AT_SUN_EMULATOR aux entry.
466 * We will be adding 4 entries to the aux vectors. One for
467 * the the brandname and 3 for the brand specific aux vectors.
497 aux = bigwad->elfargs;
501 if ((error = exec_args(uap, args, idatap, (void **)&aux)) != 0)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
inetd.c 345 char *aux = "none"; local
372 aux = "service_request";
374 aux = "administrative_request";
377 if (strcmp(aux, "service_request") == 0) {
399 err, aux)) != 0)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libscf/common/
scf_tmpl.c 590 void *aux; local
593 if ((aux = calloc(cursz, sizeof (char *))) == NULL) {
597 (void) memcpy(aux, vals->values.v_astring,
600 vals->values.v_astring = aux;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/zfs/
zfs.c 923 * ADDR STATE AUX DESC
938 const char *state, *aux; local
970 "ADDR", "STATE", "AUX",
1005 aux = "-";
1008 aux = "OPEN_FAILED";
1011 aux = "CORRUPT_DATA";
1014 aux = "NO_REPLICAS";
1017 aux = "BAD_GUID_SUM";
1020 aux = "TOO_SMALL";
1023 aux = "BAD_LABEL"
1408 uintptr_t *aux; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/zdb/
zdb.c 1266 char aux[50]; local
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/x509/
x509.h 294 X509_CERT_AUX *aux; member in struct:x509_st
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ztest/
ztest.c 636 make_vdev_file(char *path, char *aux, size_t size, uint64_t ashift)
648 if (aux != NULL) {
651 zopt_dir, zopt_pool, aux, vdev);
677 make_vdev_raidz(char *path, char *aux, size_t size, uint64_t ashift, int r)
683 return (make_vdev_file(path, aux, size, ashift));
687 child[c] = make_vdev_file(path, aux, size, ashift);
706 make_vdev_mirror(char *path, char *aux, size_t size, uint64_t ashift,
713 return (make_vdev_raidz(path, aux, size, ashift, r));
718 child[c] = make_vdev_raidz(path, aux, size, ashift, r);
735 make_vdev_root(char *path, char *aux, size_t size, uint64_t ashift
2205 char *aux; local
    [all...]

Completed in 1321 milliseconds