Searched defs:aux (Results 1 - 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dstatistics.c166 Ar_aux *aux; local
186 aux = adp->ad_aux;
195 if (aux->au_mem == FLG_ARMEM_PROC)
198 aux++, arsym++;
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_status.c76 vdev_missing(uint64_t state, uint64_t aux, uint64_t errs) argument
79 aux == VDEV_AUX_OPEN_FAILED);
84 vdev_faulted(uint64_t state, uint64_t aux, uint64_t errs) argument
91 vdev_errors(uint64_t state, uint64_t aux, uint64_t errs) argument
98 vdev_broken(uint64_t state, uint64_t aux, uint64_t errs) argument
105 vdev_offlined(uint64_t state, uint64_t aux, uint64_t errs) argument
112 vdev_removed(uint64_t state, uint64_t aux, uint64_t errs) argument
H A Dlibzfs_pool.c182 zpool_state_to_name(vdev_state_t state, vdev_aux_t aux) argument
191 if (aux == VDEV_AUX_CORRUPT_DATA || aux == VDEV_AUX_BAD_LOG)
193 else if (aux == VDEV_AUX_SPLIT_POOL)
2510 zpool_vdev_fault(zpool_handle_t *zhp, uint64_t guid, vdev_aux_t aux) argument
2522 zc.zc_obj = aux;
2545 zpool_vdev_degrade(zpool_handle_t *zhp, uint64_t guid, vdev_aux_t aux) argument
2557 zc.zc_obj = aux;
/illumos-gate/usr/src/lib/libproc/common/
H A DPservice.c308 * Store a pointer to our internal copy of the aux vector at the address
312 ps_pauxv(struct ps_prochandle *P, const auxv_t **aux) argument
320 *aux = (const auxv_t *)P->auxv;
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcharset.c1600 Byte *s, *oo, *o, *aux; local
1645 if ( (aux = cc_to_t61( o, s )) != NULL ) {
1646 o = aux;
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_object.c438 nwam_aux_state_t aux; local
440 return ((nwam_get_state(NULL, hp, &state, &aux) == NWAM_SUCCESS &&
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-retire/
H A Dzfs_retire.c370 vdev_aux_t aux; local
480 aux = VDEV_AUX_EXTERNAL;
511 aux = VDEV_AUX_ERR_EXCEEDED;
538 (void) zpool_vdev_fault(zhp, vdev_guid, aux);
540 (void) zpool_vdev_degrade(zhp, vdev_guid, aux);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_label.c360 const char *aux = NULL; local
380 aux = "err_exceeded";
384 aux = "external";
388 if (aux != NULL)
389 fnvlist_add_string(nv, ZPOOL_CONFIG_AUX_STATE, aux);
H A Dvdev.c586 char *aux; local
591 ZPOOL_CONFIG_AUX_STATE, &aux) == 0 &&
592 strcmp(aux, "external") == 0)
2348 vdev_fault(spa_t *spa, uint64_t guid, vdev_aux_t aux) argument
2363 * We don't directly use the aux state here, but if we do a
2367 vd->vdev_label_aux = aux;
2375 vdev_set_state(vd, B_FALSE, VDEV_STATE_FAULTED, aux);
2392 vdev_set_state(vd, B_FALSE, VDEV_STATE_DEGRADED, aux);
2404 vdev_degrade(spa_t *spa, uint64_t guid, vdev_aux_t aux) argument
2425 aux);
3015 nvlist_t **aux; local
3195 vdev_set_state(vdev_t *vd, boolean_t isopen, vdev_state_t state, vdev_aux_t aux) argument
[all...]
H A Dspa_misc.c868 spa_aux_t *aux; local
871 if ((aux = avl_find(avl, &search, &where)) != NULL) {
872 aux->aux_count++;
874 aux = kmem_zalloc(sizeof (spa_aux_t), KM_SLEEP);
875 aux->aux_guid = vd->vdev_guid;
876 aux->aux_count = 1;
877 avl_insert(avl, aux, where);
885 spa_aux_t *aux; local
889 aux = avl_find(avl, &search, &where);
891 ASSERT(aux !
[all...]
H A Dspa.c2031 spa_vdev_err(vdev_t *vdev, vdev_aux_t aux, int err) argument
2033 vdev_set_state(vdev, B_TRUE, VDEV_STATE_CANT_OPEN, aux);
6528 * We need the write lock here because, for aux vdevs,
6531 * eliminate the aux vdev wart by integrating all vdevs
6856 spa_lookup_by_guid(spa_t *spa, uint64_t guid, boolean_t aux) argument
6864 if (aux) {
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_mii.c113 bge_phydump(bge_t *bgep, uint16_t mii_status, uint16_t aux) argument
131 regs[i] = aux;
1136 uint16_t aux; local
1174 aux = bge_mii_get16(bgep, MII_AUX_STATUS);
1176 BGE_CDB(bge_phydump, (bgep, mii_status, aux));
1182 mode = aux & MII_AUX_STATUS_MODE_MASK;
1185 linkup = BIS(aux, MII_AUX_STATUS_LINKUP);
1191 linkup &= BIS(aux, MII_AUX_STATUS_LINKUP);
1195 BGE_DEBUG(("bge_check_copper: MII status 0x%x aux 0x%x "
1197 mii_status, aux,
[all...]
/illumos-gate/usr/src/boot/sys/boot/common/linenoise/
H A Dlinenoise.c664 int aux = buf[l.pos-1]; local
666 buf[l.pos] = aux;
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_pool.c780 zjni_vdev_aux_to_obj(JNIEnv *env, vdev_aux_t aux) argument
782 return (zjni_int_to_enum(env, aux,
1180 zjni_vdev_aux_to_str(vdev_aux_t aux) { argument
1181 return (find_field(vdev_aux_map, aux));
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/
H A Dnwamadm.c253 nwam_aux_state_t aux; local
255 (void) nwam_ncp_get_state(ncph, &state, &aux);
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c637 read_verdef(FSTATE *fstate, Off offset, Half *cnt, Word *aux, Word *next) argument
659 *aux = verdef.vd_aux;
697 read_verneed(FSTATE *fstate, Off offset, Half *cnt, Word *aux, Word *next) argument
719 *aux = verneed.vn_aux;
765 * aux field that gives the offset of the first auxiliary block, and
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c527 struct tpacket_auxdata *aux; local
536 aux = (struct tpacket_auxdata *)
547 aux->tp_vlan_vci = hdr.mhi_tci;
/illumos-gate/usr/src/cmd/mandoc/
H A Droff.h113 int aux; /* Decoded node data, type-dependent. */ member in struct:roff_node
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c346 restarter_str_t aux = restarter_str_none; local
373 aux = restarter_str_service_request;
375 aux = restarter_str_administrative_request;
378 if (aux == restarter_str_service_request) {
400 err, aux)) != 0)
/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c671 * The following at_* routines are used to decode data from the aux vector.
827 * Return the aux_id entry for the given aux type; returns NULL if not found.
849 * Fetch the aux vector from the target process.
863 struct aux_id *aux = aux_find(datap->pd_auxv[i].a_type); local
868 if ((aux != NULL) && (aux->aux_decode == at_str)) {
1244 * Print the names and values of all the aux vector entries.
1249 struct aux_id *aux; local
1253 aux = aux_find(pa->a_type);
1256 if (aux !
[all...]
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c291 aux_entry_t *aux; local
403 * Determine aux size now so that stack can be built
404 * in one shot (except actual copyout of aux image),
511 * AT_SUN_EMULATOR aux entry.
519 * We will be adding 4 entries to the aux vectors. One for
520 * the the brandname and 3 for the brand specific aux vectors.
594 aux = bigwad->elfargs;
597 * This can fill in the AT_SUN_PLATFORM and AT_SUN_EXECNAME aux entries.
599 if ((error = exec_args(uap, args, idatap, (void **)&aux)) != 0) {
729 * Setup the "aux" vecto
[all...]
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c848 restarter_str_t aux)
854 const char *p = restarter_get_str_short(aux);
895 nvlist_add_int32(attr, RESTARTER_NAME_REASON, aux) != 0) {
1105 * Commit new_state, new_next_state, and aux to the repository for id. If
1120 restarter_instance_state_t new_state_next, const char *aux)
1199 if (aux) {
1200 if (scf_value_set_astring(v_aux, aux) != 0)
1278 if (aux) {
843 restarter_set_states(restarter_event_handle_t *h, const char *inst, restarter_instance_state_t cur_state, restarter_instance_state_t new_cur_state, restarter_instance_state_t next_state, restarter_instance_state_t new_next_state, restarter_error_t e, restarter_str_t aux) argument
1118 _restarter_commit_states(scf_handle_t *h, instance_data_t *id, restarter_instance_state_t new_state, restarter_instance_state_t new_state_next, const char *aux) argument
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c590 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;
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1820 char aux[50]; local
1852 aux[0] = '\0';
1855 (void) snprintf(aux + strlen(aux), sizeof (aux), " (K=%s)",
1860 (void) snprintf(aux + strlen(aux), sizeof (aux), " (Z=%s)",
1866 asize, lsize, fill, ZDB_OT_NAME(doi.doi_type), aux);
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1439 const char *state, *aux; local
1506 aux = "-";
1509 aux = "OPEN_FAILED";
1512 aux = "CORRUPT_DATA";
1515 aux = "NO_REPLICAS";
1518 aux = "BAD_GUID_SUM";
1521 aux = "TOO_SMALL";
1524 aux = "BAD_LABEL";
1527 aux = "VERS_NEWER";
1530 aux
2076 uintptr_t *aux; local
[all...]

Completed in 168 milliseconds

12