Searched refs:vdev_enc_sysfs_path (Results 1 – 13 of 13) sorted by relevance
194 vdev_enc_sysfs_path=$(realpath "/sys/class/block/$dev/device/enclosure_device"*)195 if [ ! -d "$vdev_enc_sysfs_path" ] ; then197 vdev_enc_sysfs_path=$(nvme_dev_to_slot "$dev")206 if [ -z "$vdev_enc_sysfs_path" ] ; then211 led_path=$(path_to_led "$vdev_enc_sysfs_path")
453 data->vdev_enc_sysfs_path, NULL, NULL); in vdev_run_cmd()551 const char *vdev_enc_sysfs_path = NULL; in for_each_vdev_run_cb() local563 &vdev_enc_sysfs_path); in for_each_vdev_run_cb()604 if (vdev_enc_sysfs_path) in for_each_vdev_run_cb()605 data->vdev_enc_sysfs_path = strdup(vdev_enc_sysfs_path); in for_each_vdev_run_cb()607 data->vdev_enc_sysfs_path = NULL; in for_each_vdev_run_cb()708 free(vcdl->data[i].vdev_enc_sysfs_path); in free_vdev_cmd_data_list()
101 char *vdev_enc_sysfs_path; /* enclosure sysfs path (if any) */ member
571 if (vd->vdev_enc_sysfs_path != NULL) in zfs_ereport_start()574 DATA_TYPE_STRING, vd->vdev_enc_sysfs_path, NULL); in zfs_ereport_start()1395 if (vd->vdev_enc_sysfs_path != NULL) in zfs_event_create()1398 vd->vdev_enc_sysfs_path)); in zfs_event_create()1474 if (vd->vdev_enc_sysfs_path) { in zfs_post_state_change()1477 vd->vdev_enc_sysfs_path); in zfs_post_state_change()
887 vd->vdev_enc_sysfs_path = spa_strdup(tmp); in vdev_alloc()1142 if (vd->vdev_enc_sysfs_path) in vdev_free()1143 spa_strfree(vd->vdev_enc_sysfs_path); in vdev_free()2565 old = dvd->vdev_enc_sysfs_path; in vdev_copy_path_impl()2566 new = svd->vdev_enc_sysfs_path; in vdev_copy_path_impl()2574 if (dvd->vdev_enc_sysfs_path) in vdev_copy_path_impl()2575 spa_strfree(dvd->vdev_enc_sysfs_path); in vdev_copy_path_impl()2577 if (svd->vdev_enc_sysfs_path) { in vdev_copy_path_impl()2578 dvd->vdev_enc_sysfs_path = spa_strdup( in vdev_copy_path_impl()2579 svd->vdev_enc_sysfs_path); in vdev_copy_path_impl()[all …]
481 if (vd->vdev_enc_sysfs_path != NULL) in vdev_config_generate()483 vd->vdev_enc_sysfs_path); in vdev_config_generate()
2286 const char *vdev_enc_sysfs_path, const char *opt_key, const char *opt_val) in zpool_vdev_script_alloc_env() argument2319 vdev_enc_sysfs_path ? vdev_enc_sysfs_path : ""); in zpool_vdev_script_alloc_env()
8539 <parameter type-id='80f4b756' name='vdev_enc_sysfs_path'/>
404 char *vdev_enc_sysfs_path; /* enclosure sysfs path */ member
348 const char *vdev_enc_sysfs_path, const char *opt_key, const char *opt_val);