Searched refs:origin (Results 101 - 113 of 113) sorted by relevance

12345

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c633 * "origin" -> number (guid) (if clone)
843 zfs_handle_t *origin = zfs_open(zhp->zfs_hdl, local
845 if (origin == NULL) {
849 VERIFY(0 == nvlist_add_uint64(nvfs, "origin",
850 origin->zfs_dmustats.dds_guid));
1247 * Filter out all intermediate snapshots except origin
1361 * beginning (or an incremental from the origin if this
1416 /* Mark the clone origin snapshots. */
1423 (void) nvlist_lookup_uint64(nvfs, "origin", &origin_guid);
1455 (void) nvlist_lookup_uint64(fslist, "origin",
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-nested.c1931 if (node->origin)
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoff-alpha.c2269 Note that last_file->origin can be odd in the case of
2271 filestart = last_file->origin + size;
H A Dbfd-in2.h4649 /* Currently my_archive is tested before adding origin to
4651 origin, with origin set to 0 for non archive files. */
4652 ufile_ptr origin;
4645 ufile_ptr origin; member in struct:bfd
H A Dieee.c3657 p->abfd->origin = p->file_offset;
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnreg.h1222 uint8_t origin; member in struct:iwn_spectrum_cmd
/freebsd-11-stable/sys/netinet6/
H A Dnd6.c2714 p.origin = PR_ORIG_RA;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c4884 objset_t *origin; local
4947 error = dmu_objset_hold(fullname, FTAG, &origin);
4994 VERIFY3U(dmu_objset_hold(fullname, FTAG, &origin), ==, ENOENT);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c4316 /* Retrieve the origin (original_*) of the node, or just the
10429 svn_client__pathrev_t *origin;
10433 SVN_ERR(svn_client__wc_node_get_origin(&origin, wc_abspath, ctx,
10435 if (origin)
10437 target->loc = *origin;
12087 * from an externally chosen 'tip' location back to its origin. The
10420 svn_client__pathrev_t *origin; local
/freebsd-11-stable/contrib/tcsh/
H A Dconfigure4628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
4629 $as_echo_n "checking for shared library run path origin... " >&6; }
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h4656 /* Currently my_archive is tested before adding origin to
4658 origin, with origin set to 0 for non archive files. */
4659 ufile_ptr origin;
4652 ufile_ptr origin; member in struct:bfd
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_all.h1596 uint8_t origin; member in struct:scsi_report_timestamp_data
/freebsd-11-stable/sys/cam/ctl/
H A Dctl.c7477 data->origin = RTS_ORIG_OUTSIDE;

Completed in 344 milliseconds

12345