Searched refs:origin (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/libcommputil/common/
H A Dsdp_parse_helper.c46 sdp_free_origin(sdp_origin_t *origin) argument
48 if (origin != NULL) {
49 if (origin->o_username != NULL)
50 free(origin->o_username);
51 if (origin->o_nettype != NULL)
52 free(origin->o_nettype);
53 if (origin->o_addrtype != NULL)
54 free(origin->o_addrtype);
55 if (origin->o_address != NULL)
56 free(origin
[all...]
H A Dsdp.c291 * Adds origin field to the session.
299 sdp_origin_t *origin; local
308 origin = calloc(1, sizeof (sdp_origin_t));
309 if (origin == NULL)
311 origin->o_id = id;
312 origin->o_version = ver;
313 if ((ret = commp_add_str(&origin->o_username, name, strlen(name))) != 0)
315 if ((ret = commp_add_str(&origin->o_nettype, nettype,
319 if ((ret = commp_add_str(&origin->o_addrtype, addrtype,
323 if ((ret = commp_add_str(&origin
827 sdp_origin_t *origin; local
962 sdp_origin_t *origin; local
[all...]
H A Dsdp_parse.c235 * origin-field (o=)
249 sdp_parse_origin(sdp_origin_t **origin, const char *begin, const char *end, argument
259 /* There can be only one origin field */
260 if (*origin != NULL)
325 *origin = new_origin;
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c50 static size_t prune_origin(const char *name, const char *origin);
54 const u_char **p, const char *origin,
83 const char *name_ctx, const char *origin,
91 name_ctx, origin, buf, buflen);
105 const char *name_ctx, const char *origin,
122 len = prune_origin(name, origin);
130 if (((origin == NULL || origin[0] == '\0') ||
131 (origin[0] != '.' && origin[
82 ns_sprintrr(const ns_msg *handle, const ns_rr *rr, const char *name_ctx, const char *origin, char *buf, size_t buflen) argument
102 ns_sprintrrf(const u_char *msg, size_t msglen, const char *name, ns_class class, ns_type type, u_long ttl, const u_char *rdata, size_t rdlen, const char *name_ctx, const char *origin, char *buf, size_t buflen) argument
1091 prune_origin(const char *name, const char *origin) argument
1159 addname(const u_char *msg, size_t msglen, const u_char **pp, const char *origin, char **buf, size_t *buflen) argument
[all...]
/osnet-11/usr/src/lib/brand/shared/zone/
H A Duninstall.ksh82 # first figure out if the target fs has an origin snapshot
83 zd_origin=`zfs get -H -o value origin "$zd_fs1"`
85 fail_fatal "$f_2_zfs_get\n" origin "$zd_fs1"
108 # we ignore errors while trying to destroy the origin since
109 # the origin could have been used as the source for other
225 # origin) we need to get rid of all it's snapshots. The "easiest"
228 # - delete any uncloned origin snapshots
229 # - find the oldest clone of the youngest origin snapshot (which
232 # the origin and the oldest clone.
233 # - if so, find any clones of those conflicting origin snapshot
[all...]
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_activate.c733 char origin[MAXPATHLEN]; local
829 if (zfs_prop_get(z_zhp, ZFS_PROP_ORIGIN, origin,
830 sizeof (origin), NULL, NULL, 0, B_FALSE) != 0) {
880 char origin[MAXPATHLEN]; local
903 while (zfs_prop_get(zhp, ZFS_PROP_ORIGIN, origin,
904 sizeof (origin), NULL, NULL, 0, B_FALSE) == 0) {
926 if (strncmp(zpool_analog, origin, strlen(zpool_analog))
929 * The origin's zpool analog does not match the
H A Dbe_create.c1247 * auto named snapshot to use as its origin.
1891 * d_snap - boolean flag to delete BE origin or not.
1904 char origin[MAXPATHLEN]; local
1940 * Get the origin of this BE's root dataset. This will be used
1943 if (zfs_prop_get(zhp, ZFS_PROP_ORIGIN, origin, sizeof (origin), NULL,
1947 (void) strlcpy(parent, origin, sizeof (parent));
1951 "get snapshot name from origin %s\n"), origin);
1956 * Only fret about the origin i
3197 char origin[ZFS_MAXNAMELEN]; local
3264 be_get_snap(char *origin, char **snap) argument
[all...]
/osnet-11/usr/src/lib/brand/solaris/zone/
H A Dcommon.ksh598 typeset origin
599 zfs list -H -o name,origin "${zone.active_ds}" | while read name origin
601 if [[ $origin == "${zone.ROOT_ds}"/* ]]; then
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c723 char origin[ZFS_MAXNAMELEN]; local
737 origin, sizeof (origin), &src, NULL, 0, B_FALSE);
743 } else if (strncmp(origin, fromsnap, fsnlen) == 0) {
747 zhp = zfs_open(hdl, origin, ZFS_TYPE_FILESYSTEM);
H A Dlibzfs_sendrecv.c600 * "origin" -> number (guid) (if clone)
819 zfs_handle_t *origin = zfs_open(zhp->zfs_hdl, local
821 if (origin == NULL)
823 VERIFY(0 == nvlist_add_uint64(nvfs, "origin",
824 origin->zfs_dmustats.dds_guid));
825 zfs_close(origin);
1176 * Filter out all intermediate snapshots except origin
1214 * missing origins are accounted for. If the origin is missing and it
1216 * at the origin. Otherwise, a missing origin cause
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.pm1546 where C<rho> is the distance to the origin, and C<theta> the angle between
1621 distance to the origin, also known as:
1760 modulus must be non-negative (it represents the distance to the origin
/osnet-11/usr/src/grub/grub2/
H A Dconfigure7649 { $as_echo "$as_me:$LINENO: checking for shared library run path origin" >&5
7650 $as_echo_n "checking for shared library run path origin... " >&6; }
[all...]

Completed in 121 milliseconds