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

1234

/osnet-11/usr/src/lib/librstp/common/
H A Drolesel.c154 stpm = this->owner.stpm;
201 stpm = this->owner.stpm;
323 stpm = this->owner.stpm;
361 stpm = s->owner.stpm;
H A Dport.c61 this->owner = stpm;
172 stpm = this->owner;
215 this->port_name, this->owner->name,
H A Dport.h72 struct stpm_t* owner; /* Bridge, that this port belongs to */ member in struct:port_t
/osnet-11/usr/src/lib/libpkg/common/
H A Dppkgmap.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
108 if (fprintf(fp, " %s %s", ept->ainfo.owner, ept->ainfo.group) <
H A Dgpkgmap.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
80 * These determine how gpkgmap() deals with mode, owner and group defaults.
81 * It is assumed that the owner and group arguments represent static fields
85 attrpreset(int mode, char *owner, char *group) argument
88 d_owner = owner;
102 * mode, owner and group. Path is evaluated at a higher level based upon
129 * owner and group.
147 (void) strcpy(ept->ainfo.owner, d_owner);
348 /* owner & group should be here */
350 ept->ainfo.owner))
[all...]
H A Dputcfile.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
137 if (fputs(a_ept->ainfo.owner, a_fp) == EOF) {
238 * /dir d class mode owner group SUNWxxx SUNWyyy
239 * /devices/name c class major minor mode owner group SUNWxxx
240 * /file f class mode owner group size cksum modtime SUNWxxx
241 * /file x class mode owner group SUNWppro
242 * /file v class mode owner group size cksum modtime SUNWxxx
243 * /file e class mode owner group size cksum modtime SUNWxxx
312 /* if dxcbpfve, write out mode, owner, group */
324 /* owner */
[all...]
H A Dverify.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
804 /* get password entry for specified owner */
805 if (setval || strcmp(ainfo->owner, BADOWNER) == 0) {
808 (void) strcpy(ainfo->owner, pwd->pw_name);
815 } else if ((pwd = cpwnam(ainfo->owner)) == NULL) {
817 reperr(pkg_gt(ERR_BADUSRNM), ainfo->owner);
821 /* get owner name for actual UID */
831 reperr(pkg_gt(ERR_OWNER), ainfo->owner,
H A Dtputcfent.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
137 (void) fprintf(fp, pkg_gt("Expected owner: %s\n"),
138 ept->ainfo.owner);
/osnet-11/usr/src/lib/libadutils/common/
H A Dadutils_impl.h17 * information: Portions Copyright [yyyy] [name of copyright owner]
99 struct adutils_ad *owner; /* ad_t to which this belongs */ member in struct:adutils_host
H A Dadutils.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
555 if (p->owner != (*ad)) {
694 if (adh->owner == ad)
719 if (adh != NULL && adh->owner == ad && adh->ld != NULL &&
724 if (adh->owner == ad)
755 if (adh->owner == NULL)
761 /* Free this host if its owner no longer exists. */
782 if (p->owner != ad)
798 new->owner = ad;
846 if ((*p)->owner !
[all...]
/osnet-11/usr/src/lib/libc/i386/fp/
H A D__xgetRD.s22 / information: Portions Copyright [yyyy] [name of copyright owner]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set_tkr.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
487 char *owner = NULL; local
526 i = own_set(sp, &owner, (flags & TAKE_FORCE), ep);
528 if (owner != NULL)
529 Free(owner);
534 (void) mddserror(ep, MDE_DS_NOTOWNER, sp->setno, owner, NULL,
536 if (owner != NULL)
537 Free(owner);
541 if (owner != NULL) {
542 Free(owner);
[all...]
H A Dmeta_mn_subr.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
280 "Node %s must join the %s multi-owner diskset to "
748 * owner - node ID of mirror owner
753 * to our node ID. We need to be the owner before any watermarks
756 * This function can also be used so set the owner on a node to
759 * function can also be used to choose a mirror resync owner. This
761 * select the owner and request it to become the owner.
768 uint_t owner, /* Nod
764 meta_mn_change_owner( md_set_mmown_params_t **opp, set_t setno, uint_t mnum, uint_t owner, uint_t flags ) argument
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dalias.c61 char *owner; local
87 ** envelope <> can't be sent to mailing lists, only owner-
88 ** send spam of this type to owner- of the list
94 /* Look for owner of alias */
95 (void) sm_strlcpyn(obuf, sizeof(obuf), 2, "owner-", a->q_user);
166 ** Look for owner of alias
169 if (strncmp(a->q_user, "owner-", 6) == 0 ||
171 (void) sm_strlcpy(obuf, "owner-owner", sizeof(obuf));
173 (void) sm_strlcpyn(obuf, sizeof(obuf), 2, "owner
[all...]
H A Ddeliver.c71 char *owner; local
216 sm_dprintf("\nAfter first owner pass, sendq =\n");
220 owner = "";
222 while (owner != NULL && otherowners > 0)
225 sm_dprintf("owner = \"%s\", otherowners = %d\n",
226 owner, otherowners);
227 owner = NULL;
251 if (owner == NULL)
254 sm_dprintf(" ... First owner = \"%s\"\n",
256 owner
[all...]
H A Dqueue.c201 ** pid -- pid of owner, should be a unique id to avoid misinterpretations
6608 ** owner -- is this the owner of semaphores?
6624 init_sem(owner)
6625 bool owner;
6629 SemId = sm_sem_start(SemKey, 1, 0, owner);
6637 if (owner && RunAsUid != 0)
6656 ** owner -- is this the owner of semaphores?
6665 stop_sem(owner)
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/t/
H A Dnetrc.t64 # the owner field should still not match
70 ok( scalar($warn =~ /^Not owner:/),
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dunistd.in.h215 /* Change the owner of FILE to UID (if UID is not -1) and the group of FILE
447 uid_t owner, gid_t group, int flag)
450 uid_t owner, gid_t group, int flag));
454 uid_t owner, gid_t group, int flag)
458 uid_t owner, gid_t group, int flag));
837 /* Change the owner of FILE to UID (if UID is not -1) and the group of FILE
847 _GL_FUNCDECL_RPL (lchown, int, (char const *file, uid_t owner, gid_t group)
849 _GL_CXXALIAS_RPL (lchown, int, (char const *file, uid_t owner, gid_t group));
852 _GL_FUNCDECL_SYS (lchown, int, (char const *file, uid_t owner, gid_t group)
855 _GL_CXXALIAS_SYS (lchown, int, (char const *file, uid_t owner, gid_
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dsd.c42 sd->owner = const_cpu_to_le32(0x48);
130 * security descriptor, we now have the owner SID.
132 sid = (SID*)((char*)sd + le32_to_cpu(sd->owner));
185 sd->owner = const_cpu_to_le32(0x1014);
363 //owner sid
364 sid = (SID*)((char*)sd + le32_to_cpu(sd->owner));
421 sd->owner = const_cpu_to_le32(0x48);
471 //owner sid
472 sid = (SID*)((char*)sd + le32_to_cpu(sd->owner));
517 sd->owner
[all...]
/osnet-11/usr/src/lib/libbsm/
H A Dmkhdr.sh18 # information: Portions Copyright [yyyy] [name of copyright owner]
48 * information: Portions Copyright [yyyy] [name of copyright owner]
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Ddns_nw.c447 char qbuf[sizeof "255.255.255.255.in-addr.arpa"], owner[MAXDNAME]; local
490 int n = dn_expand(ansbuf, eom, cp, owner, sizeof owner);
492 if (n < 0 || !maybe_dnok(pvt->res, owner))
504 ns_samename(qbuf, owner) == 1) {
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c154 (void) fchown(fd, chan->out.file.owner, chan->out.file.group);
635 chan->out.file.owner = getuid();
642 log_set_file_owner(log_channel chan, uid_t owner, gid_t group) { argument
647 chan->out.file.owner = owner;
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_findzonecut.c518 const char *owner, ns_class class, int opts,
536 ns_samename(ns_rr_name(rr), owner) != 1)
577 const char *owner, ns_class class, int opts,
594 ns_samename(ns_rr_name(rr), owner) != 1 ||
517 save_ns(res_state statp, ns_msg *msg, ns_sect sect, const char *owner, ns_class class, int opts, rrset_ns *nsrrsp) argument
576 save_a(res_state statp, ns_msg *msg, ns_sect sect, const char *owner, ns_class class, int opts, rr_ns *nsrr) argument
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dvthread.h137 _vtid_t owner; member in struct:_vtmutex_s
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSimpleChat.java308 // A ListenerThread runs its owner when datagram packet p appears on socket s.
311 public ListenerThread( Runnable owner, DatagramSocket s, DatagramPacket p) argument
312 { fOwner = owner; fSocket = s; fPacket = p; }

Completed in 276 milliseconds

1234