Searched refs:data_fd (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/usr.sbin/bhyve/ |
| H A D | snapshot.c | 929 vm_save_kern_struct(struct vmctx *ctx, int data_fd, xo_handle_t *xop, in vm_save_kern_struct() argument 947 write_cnt = write(data_fd, meta->buffer.buf_start, data_size); in vm_save_kern_struct() 969 vm_save_kern_structs(struct vmctx *ctx, int data_fd, xo_handle_t *xop) in vm_save_kern_structs() argument 1003 ret = vm_save_kern_struct(ctx, data_fd, xop, in vm_save_kern_structs() 1042 ret = write(data_fd, meta->buffer.buf_start, data_size); in vm_snapshot_dev_write_data() 1062 void *devdata, int data_fd, xo_handle_t *xop, in vm_snapshot_device() argument 1079 ret = vm_snapshot_dev_write_data(data_fd, xop, JSON_DEV_ARR_KEY, meta, in vm_snapshot_device() 1088 vm_snapshot_devices(int data_fd, xo_handle_t *xop) in vm_snapshot_devices() argument 1099 offset = lseek(data_fd, 0, SEEK_CUR); in vm_snapshot_devices() 1125 data_fd, xop, meta, &offset); in vm_snapshot_devices() [all …]
|