Searched defs:owner (Results 1 - 25 of 107) sorted by relevance

12345

/illumos-gate/usr/src/common/acl/
H A Dacl_common.h17 * information: Portions Copyright [yyyy] [name of copyright owner]
38 uint32_t allow0; /* allow mask for bits only in owner */
39 uint32_t deny1; /* deny mask for bits not in owner */
41 uint32_t owner; /* allow mask matching mode */ member in struct:trivial_acl
56 uid_t owner, gid_t group);
/illumos-gate/usr/src/lib/librstp/common/
H A Dstatmch.c37 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 Dstatmch.h50 void * owner; member in union:state_mach_t::__anon3913
51 } owner; member in struct:state_mach_t
74 void* owner, char* name);
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmDialog.java18 * information: Portions Copyright [yyyy] [name of copyright owner]
44 public pmDialog(Frame owner) { argument
45 this(owner, null, false);
48 public pmDialog(Frame owner, boolean modal) { argument
49 this(owner, null, modal);
52 public pmDialog(Frame owner, String title) { argument
53 this(owner, title, false);
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dt-sem.c49 ** 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 Dt-shm.c36 ** 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...]
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dlogging_p.h27 uid_t owner; member in struct:log_file_desc
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_map.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
112 ypget_map_master(char **owner, DBM *fdb) argument
133 *owner = map_owner;
/illumos-gate/usr/src/cmd/rpcbind/
H A Dpmap_svc.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
172 char owner[64]; local
186 rpcbreg.r_owner = getowner(xprt, owner);
/illumos-gate/usr/src/tools/ctf/cvt/
H A Diidesc.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
140 iidesc_dup_rename(iidesc_t *src, char const *name, char const *owner) argument
147 tgt->ii_owner = owner ? xstrdup(owner) : NULL;
/illumos-gate/usr/src/tools/install.bin/
H A Dinstall.bin.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
47 static void chown_file(const char *file, const char *group, const char *owner);
56 "usage: install [-sd][-m mode][-g group][-u owner] "
99 chown_file(const char *file, const char *group, const char *owner) argument
110 if (owner) {
111 own = stdfind(owner, usernames);
113 (void) fprintf(stderr, "unknown owner(%s)\n", owner);
163 char *owner = NULL; local
179 owner
[all...]
/illumos-gate/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
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dsuid_exec.c40 * 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)
/illumos-gate/usr/src/lib/libpkg/common/
H A Dgpkgmap.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
81 * These determine how gpkgmap() deals with mode, owner and group defaults.
82 * It is assumed that the owner and group arguments represent static fields
86 attrpreset(int mode, char *owner, char *group) argument
89 d_owner = owner;
103 * mode, owner and group. Path is evaluated at a higher level based upon
130 * owner and group.
148 (void) strcpy(ept->ainfo.owner, d_owner);
336 /* owner & group should be here */
338 ept->ainfo.owner))
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dvstafs.h74 unsigned int owner; member in struct:fs_file
/illumos-gate/usr/src/head/
H A Dpkgstrct.h17 * information: Portions Copyright [yyyy] [name of copyright owner]
59 char owner[ATRSIZ+1]; member in struct:ainfo
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pmap.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
627 (void) getxdr_string(buff, MAXSTRINGLEN); /* owner */
640 char owner[MAXSTRINGLEN + 1]; local
659 (void) getxdr_string(owner, MAXSTRINGLEN);
663 netid, uaddr, owner,
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/common/
H A Dsw_main_cmn.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
213 id_t owner; local
223 owner = msinfo->swms_timers[slot].swt_ownerid;
224 if (!SUBIDVALID(msinfo, owner))
228 sip = subinfo[ID2IDX(owner)];
/illumos-gate/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...]
/illumos-gate/usr/src/tools/protocmp/
H A Dlist.h17 * information: Portions Copyright [yyyy] [name of copyright owner]
126 char owner[TYPESIZE]; member in struct:elem
H A Dprotodir.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
87 char *type, *class, *file, *src, *maj, *min, *perm, *owner, *group; local
188 if (!(owner = strtok(NULL, FS))) {
190 "error: bad line(owner) : %s\n", line);
193 (void) strcpy(e->owner, owner);
227 if (strcmp(e->owner, dup->owner) != 0) {
229 "warning: %s: owner \"%s\" of %s does not match "
230 "previous owner \"
[all...]
/illumos-gate/usr/src/ucbcmd/install.d/
H A Dinstall.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
55 #define DEF_OWNER "root" /* default owner */
59 char *owner = DEF_OWNER; variable
107 owner = optarg;
119 /* get group and owner id's */
124 if (!(pp = getpwnam(owner))) {
125 fprintf(stderr, gettext("install: unknown user %s.\n"), owner);
233 /* open target, set mode, owner, group */
320 fputs(gettext("usage: install [-cs] [-g group] [-m mode] [-o owner] file ... destination\n"), stderr);
321 fputs(gettext(" install -d [-g group] [-m mode] [-o owner] di
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dmutex.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
30 * (the "owner" of the mutex) is active at a time. See mutex(9F)
43 * Adaptive mutexes (the default type) spin if the owner is running on
59 * we check to see what the owner is doing. If the owner is running,
82 * This ensures that the owner will always check for waiters after
87 * when resuming: set CPU_THREAD = owner
92 * clear owner
103 * check CPU_THREAD for owner's t_cpu
104 * continue if owner runnin
344 kthread_id_t owner; local
[all...]
H A Dturnstile.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
43 * [ Either drop the lock (change owner to NULL) or perform a direct
44 * [ handoff (change owner to one of the threads we're about to wake).
57 * (2) Once the lock is marked as having waiters, the owner may be
112 * turnstile_wakeup() waives any priority the owner may have inherited
115 * the new owner automatically inherits priority from any existing waiters.
306 * When we apply priority inheritance, we must grab the owner's thread lock
311 * obvious solution -- do a lock_try() for the owner lock -- isn't quite
323 * Complicating matters further, note that the owner's thread lock pointer
356 * the owner'
409 kthread_t *owner; local
718 turnstile_wakeup(turnstile_t *ts, int qnum, int nthreads, kthread_t *owner) argument
[all...]
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dvthread.h137 _vtid_t owner; member in struct:_vtmutex_s

Completed in 121 milliseconds

12345