Searched refs:shares (Results 1 - 7 of 7) sorted by relevance
| /osnet-11/usr/src/lib/libzfs/common/ |
| H A D | libzfs_mount.c | 785 * Now publish all shares on this mountpoint/dataset. 1171 share_info_t *shares; local 1180 shares = NULL; 1205 if ((shares = zfs_alloc(hdl, 1213 if ((ptr = zfs_realloc(hdl, shares, 1217 shares = ptr; 1223 if ((shares[used].si_mountpoint = zfs_strdup(hdl, 1232 shares[used].si_zhp = make_dataset_handle(hdl, 1242 qsort(shares, used, sizeof (share_info_t), mountpoint_compare); 1248 if (shares[ [all...] |
| H A D | libzfs_sendrecv.c | 500 * Given an nvlist, produce an avl tree of snapshots and shares, 517 nvlist_t *shares = NULL; local 523 (void) nvlist_lookup_nvlist(nvfs, "shares", &shares); 526 if (elem == NULL && shares != NULL) { 528 elem = nvlist_next_nvpair(shares, elem); 556 if (elem == NULL && shares != NULL) 560 elem = nvlist_next_nvpair(shares, elem); 597 * "shares" -> { name (lastname) -> number (guid) } 743 * converted to zfs-shares, w 2062 nvlist_t *shares = NULL; local 3419 nvlist_t *shares; local [all...] |
| H A D | libzfs_diff.c | 49 #define ZDIFF_SHARESDIR "/.zfs/shares/" 67 uint64_t shares; member in struct:differ_info 218 if (dobj == di->shares) 586 di->shares = (uint64_t)sb.st_ino; 588 /* some very old pools won't have shares object */ 589 di->shares = (uint64_t)-1;
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/ |
| H A D | Safe.pm | 307 my $shares = \%{$obj->{Shares} ||= {}}; 308 # Record shares using keys of $obj->{Shares}. See reinit. 309 @{$shares}{@$vars} = ($pkg) x @$vars if @$vars; 315 my $shares = \%{$obj->{Shares} ||= {}}; 317 while(($var, $pkg) = each %$shares) { 591 This shares the variable(s) in the argument list with the compartment.
|
| /osnet-11/usr/src/lib/brand/solaris10/zone/ |
| H A D | p2v.ksh | 167 # Disable all of the shares since the zone cannot be an NFS server. 168 # Note that we disable the various instances of the svc:/network/shares/group 423 # the shares svc. 425 for svc in $(/usr/bin/egrep network/shares/group $insttmpfile)
|
| /osnet-11/usr/src/cmd/sendmail/src/ |
| H A D | conf.c | 1287 # include <shares.h> 3886 /* OTHERUID is defined in shares.h, do not be alarmed */ 3958 syserr("Unable to set up shares");
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| H A D | overload.pm | 557 to a reference that shares its object with some other reference, such
|
Completed in 323 milliseconds