/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | cc-int.h | 71 krb5_context owner; member in struct:_k5_cc_mutex
|
/osnet-11/usr/src/lib/librstp/common/ |
H A D | statmch.c | 37 void *owner, char *name) 53 this->owner.owner = owner; 103 *this->owner.port->owner->name ? this->owner.port->owner->name : "Glbl", 104 this->owner.port->port_name, 112 *this->owner 34 STP_state_mach_create(void (*concreteEnterState) (STATE_MACH_T*), Bool (*concreteCheckCondition) (STATE_MACH_T*), char *(*concreteGetStatName) (int), void *owner, char *name) argument [all...] |
H A D | statmch.h | 50 void * owner; member in union:state_mach_t::__anon2462 51 } owner; member in struct:state_mach_t 74 void* owner, char* name);
|
H A D | port.h | 72 struct stpm_t* owner; /* Bridge, that this port belongs to */ member in struct:port_t
|
/osnet-11/usr/src/cmd/sendmail/libsm/ |
H A D | t-sem.c | 49 ** owner -- create semaphores. 57 seminter(owner) 58 bool owner; 63 semid = sm_sem_start(T_SM_SEM_KEY, SM_NSEM, 0, owner); 105 if (owner) 148 ** owner -- create semaphores. 158 semtest(owner, uid, gid) 159 int owner; 166 if (!owner && uid != 0) 175 semid = sm_sem_start(T_SM_SEM_KEY, 1, 0, owner); 324 bool owner = false; local [all...] |
H A D | t-shm.c | 36 ** owner -- create segment. 46 shminter(owner) 47 bool owner; 52 shm = (int *) sm_shmstart(T_SHMKEY, SHMSIZE, 0, &shmid, owner); 94 return sm_shmstop((void *) shm, shmid, owner); 102 ** owner -- create segment. 113 shmbig(owner, size) 114 bool owner; 120 shm = (int *) sm_shmstart(T_SHMKEY, size, 0, &shmid, owner); 137 return sm_shmstop((void *) shm, shmid, owner); 206 bool owner = false; local [all...] |
/osnet-11/usr/src/lib/libresolv2/common/isc/ |
H A D | logging_p.h | 27 uid_t owner; member in struct:log_file_desc
|
H A D | logging.c | 154 (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 D | res_findzonecut.c | 518 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/libshell/common/sh/ |
H A D | suid_exec.c | 40 * user id for authentication purposes will be the owner of this 58 #define SPECIAL 04100 /* setuid execute only by owner */ 119 * version of THISPROG copied into /tmp, with the owner, 344 static void setids(int mode,int owner,int group) argument 351 * is not set, the value for owner that is passsed should be correct. 353 setreuid(ruserid,owner); 364 static void setids(int mode,uid_t owner,gid_t group) argument 426 if((mode & S_ISUID) && owner && setuid(owner) < 0)
|
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | gpkgmap.c | 17 * 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...] |
/osnet-11/usr/src/lib/libadutils/common/ |
H A D | adutils_impl.h | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 99 struct adutils_ad *owner; /* ad_t to which this belongs */ member in struct:adutils_host
|
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | vstafs.h | 74 unsigned int owner; member in struct:fs_file
|
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | alias.c | 61 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...] |
/osnet-11/usr/src/lib/libast/common/sfio/ |
H A D | vthread.h | 137 _vtid_t owner; member in struct:_vtmutex_s
|
/osnet-11/usr/src/lib/libresolv2/common/irs/ |
H A D | dns_nw.c | 447 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/libdns_sd/java/com/apple/dnssd/docs/examples/src/ |
H A D | SimpleChat.java | 308 // 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; }
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | thread.h | 410 perl_cond owner_cond; /* For when owner changes at all */ 412 Thread owner; /* Currently owning thread */ member in struct:condpair 418 #define MgOWNER(mg) ((condpair_t *)(mg->mg_ptr))->owner
|
/osnet-11/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_set_tkr.c | 17 * 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 D | meta_mn_subr.c | 17 * 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/lib/libsec/common/ |
H A D | aclutils.c | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 385 * off of the mode argument. After acl has been set owner/group 386 * are updated to match owner,group arguments 389 acl_strip(const char *file, uid_t owner, gid_t group, mode_t mode) argument 415 min_acl[0].a_id = owner; 440 error = chown(file, owner, group); 679 "Missing user/group owner, other, mask entry"));
|
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/ |
H A D | DNSSD.java | 770 public AppleDNSRecord( AppleService owner) argument 772 fOwner = owner;
|
/osnet-11/usr/src/lib/libpool/common/ |
H A D | pool_commit.c | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 485 pool_resource_t *owner; local 496 owner = pool_get_owning_resource(dyn, 498 if (pool_get_ns_property(TO_ELEM(owner), "name", &val) == 508 restype = pool_elem_class_string(TO_ELEM(owner));
|
/osnet-11/usr/src/lib/libdns_sd/java/common/ |
H A D | JNISupport.c | 220 static OpContext *NewContext( JNIEnv *pEnv, jobject owner, argument 228 jfieldID clientField = (*pEnv)->GetFieldID( pEnv, (*pEnv)->GetObjectClass( pEnv, owner), 231 pContext->JavaObj = (*pEnv)->NewWeakGlobalRef( pEnv, owner); // must convert local ref to global to cache; 232 pContext->ClientObj = (*pEnv)->GetObjectField( pEnv, owner, clientField);
|
/osnet-11/usr/src/lib/libipadm/common/ |
H A D | libipadm.c | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 235 const char *owner) 251 if (!i_ipadm_is_owner_valid(owner)) 274 if ((owner != NULL) && (strlcpy(iph->ih_owner, owner, 234 ipadm_open(ipadm_handle_t *handle, const char *profile, uint32_t flags, const char *owner) argument
|