HomeSort by: relevance | last modified time | path
    Searched defs:to_data (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dmu_send.c 905 struct send_block_record *to_data; local
906 to_data = bqueue_dequeue(&to_arg.q);
908 while (!to_data->eos_marker && err == 0) {
909 err = do_dump(dsp, to_data);
910 to_data = get_next_record(&to_arg.q, to_data);
917 while (!to_data->eos_marker) {
918 to_data = get_next_record(&to_arg.q, to_data);
921 kmem_free(to_data, sizeof (*to_data))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-expr.cc 1452 tree to_data; local
1509 to_data = gfc_class_data_get (to);
1514 /* When to is a BT_DERIVED and not a BT_CLASS, then to_data == to. */
1515 to_data = to;
1517 if (GFC_DESCRIPTOR_TYPE_P (TREE_TYPE (to_data)))
1541 to_ref = gfc_get_class_array_ref (index, to, to_data, unlimited);
1568 to_len = gfc_conv_descriptor_size (to_data, dim);
1638 vec_safe_push (args, to_data);
1657 /* Only copy _def_init to to_data, when it is not a NULL-pointer. */
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-expr.cc 1423 tree to_data; local
1480 to_data = gfc_class_data_get (to);
1485 /* When to is a BT_DERIVED and not a BT_CLASS, then to_data == to. */
1486 to_data = to;
1488 if (GFC_DESCRIPTOR_TYPE_P (TREE_TYPE (to_data)))
1513 to_ref = gfc_get_class_array_ref (index, to, to_data, unlimited);
1605 vec_safe_push (args, to_data);
1624 /* Only copy _def_init to to_data, when it is not a NULL-pointer. */

Completed in 42 milliseconds