Searched defs:snapshot (Results 1 - 6 of 6) sorted by relevance
| /osnet-11/usr/src/lib/libbe/common/ |
| H A D | be_list.c | 85 * Also data, such as dataset and snapshot properties, 492 * new snapshot. 641 /* build array of linked list snapshot struct ptrs */ 1069 * zhp - Handle to the zfs snapshot whose information we're 1071 * name - The name of the snapshot we're processing. 1074 * node - The node structure that this snapshot belongs to. 1085 be_snapshot_list_t *snapshot, 1093 if (zfshp == NULL || name == NULL || snapshot == NULL || node == NULL) { 1101 snapshot->be_snapshot_name = strdup(name); 1107 snapshot 1082 be_get_ss_data( zfs_handle_t *zfshp, char *name, be_snapshot_list_t *snapshot, be_node_list_t *node) argument [all...] |
| H A D | libbe_priv.h | 70 char *obe_snap_name; /* Original BE snapshot name */ 100 time_t origin_creation; /* snapshot creation time of clone */ 101 const char *snapshot; /* snapshot of dataset being demoted */ member in struct:be_demote_data
|
| /osnet-11/usr/src/lib/libzfs_jni/common/ |
| H A D | libzfs_jni_util.c | 83 zjni_get_dataset_from_snapshot(const char *snapshot, char *dataset, argument 87 (void) strncpy(dataset, snapshot, len);
|
| /osnet-11/usr/src/cmd/powertop/common/ |
| H A D | powertop.h | 146 struct snapshot { struct 381 extern void pt_cpufreq_kstat_account_all(struct snapshot *old, 382 struct snapshot *new); 383 extern void pt_cpufreq_kstat_account_one(struct snapshot *old, 384 struct snapshot *new); 387 extern struct snapshot *g_new_ssp; 388 extern struct snapshot *g_old_ssp; 413 extern void pt_kstat_cpu_walk(struct snapshot *old, struct snapshot *new); 417 extern int pt_acquire_cpu(struct snapshot *s [all...] |
| /osnet-11/usr/src/lib/libdladm/common/ |
| H A D | libdlmgmt.c | 862 * Get the handle of a local snapshot of the link configuration. Note that 870 dlmgmt_door_getconfsnapshot_t snapshot; local 881 snapshot.ld_linkid = linkid; 882 snapshot.ld_cmd = DLMGMT_CMD_GETCONFSNAPSHOT; 887 if ((status = dladm_door_call(handle, &snapshot, sizeof (snapshot), 1059 * If the specified dladm_conf_t is a read-only snapshot of the configuration, 1060 * get a specific link propertie from that snapshot (nvl), otherwise, get
|
| /osnet-11/usr/src/lib/libscf/common/ |
| H A D | scf_tmpl.c | 890 * Gets the specified snapshot. If "snapshot" isn't defined, use the 891 * running snapshot. If the snapshot isn't found, that may or may 901 * The handle argument is NULL, or snaphot is not a valid snapshot name 908 _get_snapshot(scf_instance_t *inst, const char *snapshot, argument 922 /* Use running snapshot by default. */ 923 if (snapshot == NULL) 926 err = scf_instance_get_snapshot(inst, snapshot, *snap); 1648 * The snaphot is not a valid snapshot nam 1932 scf_tmpl_get_by_pg_name(const char *fmri, const char *snapshot, const char *pg_name, const char *pg_type, scf_pg_tmpl_t *pg_tmpl, int flags) argument 2109 _get_next_iterator(scf_handle_t *h, scf_pg_tmpl_t *t, const char *snapshot, int exact) argument 2293 scf_tmpl_iter_pgs(scf_pg_tmpl_t *t, const char *fmri, const char *snapshot, const char *type, int flags) argument 6640 scf_tmpl_validate_fmri(scf_handle_t *h, const char *fmri, const char *snapshot, scf_tmpl_errors_t **errs, int flags) argument [all...] |
Completed in 30 milliseconds