Searched refs:owner (Results 76 - 86 of 86) sorted by relevance

1234

/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
3483 nvlist_t **default_sublists, char *owner, size_t len)
3491 if (protocol == NULL || strlcpy(owner, protocol, len) >= len) {
3482 sa_get_propdefs(sa_proto_t proto, nvlist_t **props, nvlist_t **default_sublists, char *owner, size_t len) argument
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
8378 pid_t owner; local
8405 * Try to get details of the current lock owner. Return
8408 if ((owner = get_lock_owner(zone_name, lockfd)) == -1) {
8417 if (owner > 0) {
8418 switch (pid_is_ancestor(zone_name, owner)) {
8431 * At this point, either the owner is 0 (which means the file is
8432 * locked by this process, or unlocked) or the owner is not
8457 pid_t owner; local
8481 * Try to get details of the current lock owner
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Ddir.c1156 * owner and group SIDs, but structure SID contain only one, so add
1170 sd->owner = cpu_to_le32((u8*)sid - (u8*)sd);
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_addr.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
1905 * both address objects names and address object owner names. The names
1934 * Used to validate the given owner string.
1937 i_ipadm_is_owner_valid(const char *owner) argument
1939 if (owner == NULL)
1941 return (i_ipadm_is_aobjname_valid_common(owner, IPADM_OWNERSIZ));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DC.pm1441 struct perl_thread *xcv_owner; /* current owner thread */
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mirror.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
1086 /* print mirror owner for multi-node metadevice */
1101 node_name = get_node_name(ownpar.d.owner, ep);
H A Dmeta_sp.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
4442 * progress. To close this window we force an owner change to occur
6273 ownpar->d.owner,
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
747 * owner_len + owner + value_len + value
1292 /* owner_len + owner */
1790 /* owner */
1792 &cert->cert_type_u.x509_attr.owner,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl1260 either by the current user or root, and must only be writable by the owner.
1281 You or the superuser must be the owner, and it must not
1282 be writable by anyone but its owner.
1293 # Verifies that owner is either real user or superuser and that no
1294 # one but owner may write to it. This function is of limited use
H A DCPAN.pm6845 owner of a CD-ROM with CPAN contents is: include your local, possibly
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.c2963 cp->owner = 0;

Completed in 1953 milliseconds

1234