Searched refs:received (Results 1 - 18 of 18) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtiehandle.t218 my @received;
222 local *Implement::PRINT = sub { @received = @_ };
227 compare(PRINT => @received);
232 like($received[1], qr/Use of uninitialized value/);
/osnet-11/usr/src/grub/grub2/
H A Dgeninit.sh30 * You should have received a copy of the GNU General Public License
/osnet-11/usr/src/grub/grub2/grub-core/
H A Dgenemuinitheader.sh33 * You should have received a copy of the GNU General Public License
H A Dgenemuinit.sh33 * You should have received a copy of the GNU General Public License
H A Dgensymlist.sh30 * You should have received a copy of the GNU General Public License
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c581 boolean_t received; member in struct:send_data
633 send_iterate_props(zhp, sd->received, nv);
660 send_iterate_props(zhp, sd->received, nv);
674 send_iterate_props(zfs_handle_t *zhp, boolean_t received, nvlist_t *nv) argument
682 * 'zfs send -b' sends received rather than effective property values.
683 * It is an error to send received properties before pool version 22,
686 ASSERT(!received || (zfs_spa_version(zhp, &spa_version) != 0) ||
691 * received on or after pool version 22 (received properties). If that
696 * which the original properties are the effective and not the received
870 gather_nvlist(libzfs_handle_t *hdl, const char *fsname, const char *fromsnap, const char *tosnap, boolean_t recursive, boolean_t received, nvlist_t **nvlp, avl_tree_t **avlp) argument
[all...]
H A Dlibzfs_dataset.c333 * Utility function to get the received properties of the given object.
2283 * Given a property, inherit the value from the parent dataset, or if received
2284 * is TRUE, revert to the received value, if any.
2287 zfs_prop_inherit(zfs_handle_t *zhp, const char *propname, boolean_t received) argument
2309 zc.zc_cookie = received;
2317 } else if (received) {
2319 * In the received case, we allow unregistered external
2381 if (!zprop_inheritable(zpd) && !received)
2520 * received value when the property is no longer included in an incremental send
2826 boolean_t received local
3197 boolean_t received = zfs_is_recvd_props_mode(zhp); local
5939 zfs_expand_proplist(zfs_handle_t *zhp, zprop_list_t **plp, int sources, boolean_t received, boolean_t recursive, zprop_showtype_t showtype) argument
[all...]
H A Dlibzfs.h97 EZFS_INTR, /* signal received */
849 /* send received properties (ie, -b) */
850 int received : 1; member in struct:sendflags
883 * destination to determine the received snapshot name (ie, -e).
982 int received : 1; /* share is received from a ZFS send stream */ member in struct:shareflags
H A Dlibzfs_share.c881 if (!flags.received && zfs_prop_get_int(zhp, ZFS_PROP_MOUNTED) == 0) {
887 if (!flags.received &&
911 if (!flags.received)
931 if (flags.received)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPing.pm1445 received from the remote host and the received packet contains the
1455 does. If the echoed message is received from the remote host and
1605 reached before the TCP ACK is received, or if the remote
/osnet-11/usr/src/lib/brand/shared/zone/
H A Ddsconvert.ksh443 [[ ${dslist[i].props[$prop].source} == @(local|received) ]] ||
H A Dcommon.ksh1483 # We know that it is zoned from the way it was received.
1582 vlog "Dataset '%s' received from archive" \
2375 @(local|received) ]]; then
3863 # exist within the received datasets, there may be some failures.
4027 f_invalid_data=$(gettext "Invalid data received")
/osnet-11/usr/src/lib/libast/common/port/
H A Dastlicense.c820 COMMENT(&notice, &buf, "You should have received a copy of the", 0);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm1842 Bug fixes and improvements have been received from: Simon Cozens
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm2550 You should have received a copy of the GNU General Public License
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm5302 are received, CGI.pm will always output them back as a single line, according to the
5870 should Encode::decode data received from "outside" and Encode::encode your
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex22 % You should have received a copy of the GNU General Public License
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex22 % You should have received a copy of the GNU General Public License

Completed in 120 milliseconds