/titanic_44/usr/src/common/net/wanboot/ |
H A D | p12auxutl.c | 143 if (cert->aux != NULL && cert->aux->alias != NULL && in sunw_PKCS12_create() 144 cert->aux->alias->type == V_ASN1_UTF8STRING) { in sunw_PKCS12_create() 145 str = utf82ascstr(cert->aux->alias); in sunw_PKCS12_create() 160 if (cert->aux != NULL && cert->aux->keyid != NULL && in sunw_PKCS12_create() 161 cert->aux->keyid->type == V_ASN1_OCTET_STRING) { in sunw_PKCS12_create() 162 str = cert->aux->keyid->data; in sunw_PKCS12_create() 163 len = cert->aux->keyid->length; in sunw_PKCS12_create() 192 if (cert->aux != NULL && cert->aux->alias != NULL && in sunw_PKCS12_create() 193 cert->aux->alias->type == V_ASN1_UTF8STRING) { in sunw_PKCS12_create() 194 str = utf82ascstr(cert->aux->alias); in sunw_PKCS12_create() [all …]
|
H A D | auxutil.c | 372 if (x->aux == NULL || x->aux->alias == NULL) 374 s = x->aux->alias; 380 if (x->aux == NULL || x->aux->keyid == NULL) 382 s = x->aux->keyid;
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | rsa.c | 129 BIGNUM *aux; in rsa_generate_additional_parameters() local 132 if ((aux = BN_new()) == NULL) in rsa_generate_additional_parameters() 137 BN_sub(aux, rsa->q, BN_value_one()); in rsa_generate_additional_parameters() 138 BN_mod(rsa->dmq1, rsa->d, aux, ctx); in rsa_generate_additional_parameters() 140 BN_sub(aux, rsa->p, BN_value_one()); in rsa_generate_additional_parameters() 141 BN_mod(rsa->dmp1, rsa->d, aux, ctx); in rsa_generate_additional_parameters() 143 BN_clear_free(aux); in rsa_generate_additional_parameters()
|
/titanic_44/usr/src/uts/common/io/bge/ |
H A D | bge_mii.c | 113 bge_phydump(bge_t *bgep, uint16_t mii_status, uint16_t aux) in bge_phydump() argument 131 regs[i] = aux; in bge_phydump() 1136 uint16_t aux; in bge_check_copper() local 1174 aux = bge_mii_get16(bgep, MII_AUX_STATUS); in bge_check_copper() 1176 BGE_CDB(bge_phydump, (bgep, mii_status, aux)); in bge_check_copper() 1182 mode = aux & MII_AUX_STATUS_MODE_MASK; in bge_check_copper() 1185 linkup = BIS(aux, MII_AUX_STATUS_LINKUP); in bge_check_copper() 1191 linkup &= BIS(aux, MII_AUX_STATUS_LINKUP); in bge_check_copper() 1197 mii_status, aux, in bge_check_copper() 1204 bgep->phy_aux_status = aux; in bge_check_copper() [all …]
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_status.c | 76 vdev_missing(uint64_t state, uint64_t aux, uint64_t errs) in vdev_missing() argument 79 aux == VDEV_AUX_OPEN_FAILED); in vdev_missing() 84 vdev_faulted(uint64_t state, uint64_t aux, uint64_t errs) in vdev_faulted() argument 91 vdev_errors(uint64_t state, uint64_t aux, uint64_t errs) in vdev_errors() argument 98 vdev_broken(uint64_t state, uint64_t aux, uint64_t errs) in vdev_broken() argument 105 vdev_offlined(uint64_t state, uint64_t aux, uint64_t errs) in vdev_offlined() argument 112 vdev_removed(uint64_t state, uint64_t aux, uint64_t errs) in vdev_removed() argument
|
/titanic_44/usr/src/lib/libpkg/common/ |
H A D | p12lib.c | 677 if (cert->aux != NULL && cert->aux->alias != NULL && in sunw_PKCS12_create() 678 cert->aux->alias->type == V_ASN1_UTF8STRING) { in sunw_PKCS12_create() 679 str = utf82ascstr(cert->aux->alias); in sunw_PKCS12_create() 694 if (cert->aux != NULL && cert->aux->keyid != NULL && in sunw_PKCS12_create() 695 cert->aux->keyid->type == V_ASN1_OCTET_STRING) { in sunw_PKCS12_create() 696 str = cert->aux->keyid->data; in sunw_PKCS12_create() 697 len = cert->aux->keyid->length; in sunw_PKCS12_create() 726 if (cert->aux != NULL && cert->aux->alias != NULL && in sunw_PKCS12_create() 727 cert->aux->alias->type == V_ASN1_UTF8STRING) { in sunw_PKCS12_create() 728 str = utf82ascstr(cert->aux->alias); in sunw_PKCS12_create() [all …]
|
/titanic_44/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 258 aux_entry_t *aux; in elfexec() local 515 aux = bigwad->elfargs; in elfexec() 520 if ((error = exec_args(uap, args, idatap, (void **)&aux)) != 0) { in elfexec() 657 ADDAUX(aux, AT_PHDR, uphdr->p_vaddr + voffset) in elfexec() 658 ADDAUX(aux, AT_PHENT, ehdrp->e_phentsize) in elfexec() 659 ADDAUX(aux, AT_PHNUM, nphdrs) in elfexec() 660 ADDAUX(aux, AT_ENTRY, ehdrp->e_entry + voffset) in elfexec() 667 ADDAUX(aux, AT_EXECFD, fd) in elfexec() 729 ADDAUX(aux, AT_SUN_LDDATA, voffset + lddata) in elfexec() 739 ADDAUX(aux, AT_BASE, voffset) in elfexec() [all …]
|
/titanic_44/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | k5-platform.h | 237 static void JOIN__2(NAME, aux) (void); \ 239 { K5_ONCE_INIT, 0, 0, JOIN__2(NAME, aux) }; \ 241 static void JOIN__2(NAME, aux) (void) \ 281 static void JOIN__2(NAME, aux)(void) \ 284 static void JOIN__2(NAME, aux)(void) \
|
/titanic_44/usr/src/cmd/sgs/liblddbg/common/ |
H A D | statistics.c | 166 Ar_aux *aux; in Dbg_statistics_ar() local 186 aux = adp->ad_aux; in Dbg_statistics_ar() 195 if (aux->au_mem == FLG_ARMEM_PROC) in Dbg_statistics_ar() 198 aux++, arsym++; in Dbg_statistics_ar()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | spa_misc.c | 849 spa_aux_t *aux; in spa_aux_add() local 852 if ((aux = avl_find(avl, &search, &where)) != NULL) { in spa_aux_add() 853 aux->aux_count++; in spa_aux_add() 855 aux = kmem_zalloc(sizeof (spa_aux_t), KM_SLEEP); in spa_aux_add() 856 aux->aux_guid = vd->vdev_guid; in spa_aux_add() 857 aux->aux_count = 1; in spa_aux_add() 858 avl_insert(avl, aux, where); in spa_aux_add() 866 spa_aux_t *aux; in spa_aux_remove() local 870 aux = avl_find(avl, &search, &where); in spa_aux_remove() 872 ASSERT(aux != NULL); in spa_aux_remove() [all …]
|
H A D | vdev.c | 570 char *aux; in vdev_alloc() local 575 ZPOOL_CONFIG_AUX_STATE, &aux) == 0 && in vdev_alloc() 576 strcmp(aux, "external") == 0) in vdev_alloc() 2272 vdev_fault(spa_t *spa, uint64_t guid, vdev_aux_t aux) in vdev_fault() argument 2291 vd->vdev_label_aux = aux; in vdev_fault() 2299 vdev_set_state(vd, B_FALSE, VDEV_STATE_FAULTED, aux); in vdev_fault() 2316 vdev_set_state(vd, B_FALSE, VDEV_STATE_DEGRADED, aux); in vdev_fault() 2328 vdev_degrade(spa_t *spa, uint64_t guid, vdev_aux_t aux) in vdev_degrade() argument 2349 aux); in vdev_degrade() 2920 nvlist_t **aux; in vdev_config_dirty() local [all …]
|
H A D | vdev_label.c | 352 const char *aux = NULL; in vdev_config_generate() local 372 aux = "err_exceeded"; in vdev_config_generate() 376 aux = "external"; in vdev_config_generate() 380 if (aux != NULL) in vdev_config_generate() 381 fnvlist_add_string(nv, ZPOOL_CONFIG_AUX_STATE, aux); in vdev_config_generate()
|
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | vdev.h | 92 vdev_aux_t aux); 99 extern int vdev_fault(spa_t *spa, uint64_t guid, vdev_aux_t aux); 100 extern int vdev_degrade(spa_t *spa, uint64_t guid, vdev_aux_t aux);
|
/titanic_44/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 1390 const char *state, *aux; in do_print_vdev() local 1457 aux = "-"; in do_print_vdev() 1460 aux = "OPEN_FAILED"; in do_print_vdev() 1463 aux = "CORRUPT_DATA"; in do_print_vdev() 1466 aux = "NO_REPLICAS"; in do_print_vdev() 1469 aux = "BAD_GUID_SUM"; in do_print_vdev() 1472 aux = "TOO_SMALL"; in do_print_vdev() 1475 aux = "BAD_LABEL"; in do_print_vdev() 1478 aux = "VERS_NEWER"; in do_print_vdev() 1481 aux = "VERS_OLDER"; in do_print_vdev() [all …]
|
/titanic_44/usr/src/cmd/fm/modules/common/zfs-retire/ |
H A D | zfs_retire.c | 370 vdev_aux_t aux; in zfs_retire_recv() local 480 aux = VDEV_AUX_EXTERNAL; in zfs_retire_recv() 511 aux = VDEV_AUX_ERR_EXCEEDED; in zfs_retire_recv() 538 (void) zpool_vdev_fault(zhp, vdev_guid, aux); in zfs_retire_recv() 540 (void) zpool_vdev_degrade(zhp, vdev_guid, aux); in zfs_retire_recv()
|
/titanic_44/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_ipool.h | 50 extern char *zjni_vdev_aux_to_str(vdev_aux_t aux);
|
H A D | libzfs_jni_pool.c | 780 zjni_vdev_aux_to_obj(JNIEnv *env, vdev_aux_t aux) in zjni_vdev_aux_to_obj() argument 782 return (zjni_int_to_enum(env, aux, in zjni_vdev_aux_to_obj() 1180 zjni_vdev_aux_to_str(vdev_aux_t aux) { in zjni_vdev_aux_to_str() argument 1181 return (find_field(vdev_aux_map, aux)); in zjni_vdev_aux_to_str()
|
/titanic_44/usr/src/cmd/ptools/pargs/ |
H A D | pargs.c | 882 struct aux_id *aux = aux_find(datap->pd_auxv[i].a_type); in get_auxv() local 887 if ((aux != NULL) && (aux->aux_decode == at_str)) { in get_auxv() 1256 struct aux_id *aux; in print_auxv() local 1260 aux = aux_find(pa->a_type); in print_auxv() 1263 if (aux != NULL) { in print_auxv() 1268 (void) strlcpy(type, aux->aux_name, sizeof (type)); in print_auxv() 1269 aux->aux_decode(v, datap->pd_auxv_strs[i], in print_auxv()
|
/titanic_44/usr/src/cmd/sendmail/ |
H A D | READ_ME | 41 aux Useful programs and shell scripts for debugging and 44 db The Berkeley Database, built for linking with aux/makemap
|
H A D | Makefile | 33 SUBDIRS= cf lib db libsm libsmdb libsmutil .WAIT src aux
|
/titanic_44/usr/src/lib/libsqlite/test/ |
H A D | trigger1.test | 438 ATTACH 'test2.db' AS aux; 457 INSERT INTO insert_log VALUES('aux', new.a, new.b, new.c); 472 } {main 1 2 3 temp 4 5 6 aux 7 8 9} 486 } {main 1 2 3 temp 4 5 6 aux 7 8 9} 499 } {main 11 12 13 temp 14 15 16 aux 17 18 19} 520 } {main 21 22 23 temp 24 25 26 aux 27 28 29}
|
/titanic_44/usr/src/cmd/awk_xpg4/ |
H A D | awk.h | 273 #pragma aux yyerror aborts; 274 #pragma aux awkerr aborts; 275 #pragma aux awkperr aborts;
|
/titanic_44/usr/src/lib/libproc/common/ |
H A D | Pservice.c | 312 ps_pauxv(struct ps_prochandle *P, const auxv_t **aux) in ps_pauxv() argument 320 *aux = (const auxv_t *)P->auxv; in ps_pauxv()
|
/titanic_44/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | charset.c | 1600 Byte *s, *oo, *o, *aux; in ldap_8859_to_t61() local 1645 if ( (aux = cc_to_t61( o, s )) != NULL ) { in ldap_8859_to_t61() 1646 o = aux; in ldap_8859_to_t61()
|
/titanic_44/usr/src/cmd/mailx/ |
H A D | Makefile | 31 OBJS= myfopen.o aux.o cmd1.o cmd2.o cmd3.o \
|