Lines Matching defs:aux
1355 nvlist_t *aux)
1401 if (aux) {
1404 while ((elem = nvlist_next_nvpair(aux, elem)) != NULL)
1408 (void) spa, (void) vd, (void) type, (void) name, (void) aux;
1415 nvlist_t *aux)
1420 resource = zfs_event_create(spa, vd, type, name, aux);
1424 (void) spa, (void) vd, (void) type, (void) name, (void) aux;
1461 nvlist_t *aux;
1466 aux = fm_nvlist_create(NULL);
1467 if (vd && aux) {
1469 fnvlist_add_string(aux,
1474 fnvlist_add_string(aux,
1479 fnvlist_add_uint64(aux,
1484 aux);
1486 if (aux)
1487 fm_nvlist_destroy(aux, FM_NVA_FREE);
1537 nvlist_t *aux;
1539 aux = fm_nvlist_create(NULL);
1540 fnvlist_add_string(aux, FM_EREPORT_PAYLOAD_ZFS_SNAPSHOT_NAME, name);
1542 zfs_post_common(spa, NULL, FM_RSRC_CLASS, subclass, aux);
1543 fm_nvlist_destroy(aux, FM_NVA_FREE);
1563 nvlist_t *aux;
1574 aux = fm_nvlist_create(NULL);
1575 fnvlist_add_string(aux, FM_EREPORT_PAYLOAD_ZFS_DEVICE_NAME, dev_name);
1576 fnvlist_add_string(aux, FM_EREPORT_PAYLOAD_ZFS_RAW_DEVICE_NAME,
1580 fnvlist_add_string(aux, FM_EREPORT_PAYLOAD_ZFS_VOLUME, &r[1]);
1582 zfs_post_common(spa, NULL, FM_RSRC_CLASS, subclass, aux);
1583 fm_nvlist_destroy(aux, FM_NVA_FREE);