HomeSort by relevance Sort by last modified time
    Searched defs:who (Results 1 - 25 of 35) sorted by null

1 2

  /onnv/onnv-gate/usr/src/lib/brand/lx/lx_brand/common/
priority.c 42 id_t who = (id_t)p2; local
52 lx_debug("\tgetpriority(%d, %d)", which, who);
56 if ((which == PRIO_PROCESS) && (who == 1))
57 who = zoneinit_pid;
59 ret = getpriority(which, who);
74 id_t who = (id_t)p2; local
81 lx_debug("\tsetpriority(%d, %d, %d)", which, who, prio);
83 if ((which == PRIO_PROCESS) && (who == 1))
84 who = zoneinit_pid;
86 rval = setpriority(which, who, prio)
    [all...]
rlimit.c 219 int who = (int)p1; local
223 if (who == LX_RUSAGE_SELF)
225 else if (who == LX_RUSAGE_CHILDREN)
  /onnv/onnv-gate/usr/src/lib/libast/common/string/
strperm.c 48 register int who; local
64 op = num = who = typ = 0;
70 who |= S_ISVTX|S_ISUID|S_IRWXU;
73 who |= S_ISVTX|S_ISGID|S_IRWXG;
76 who |= S_ISVTX|S_IRWXO;
79 who = S_ISVTX|S_ISUID|S_ISGID|S_IRWXU|S_IRWXG|S_IRWXO;
84 if (!who)
85 who = S_ISVTX|S_ISUID|S_ISGID|S_IRWXU|S_IRWXG|S_IRWXO;
91 if (who)
92 perm &= ~who;
    [all...]
  /onnv/onnv-gate/usr/src/common/zfs/
zfs_deleg.c 103 zfs_validate_who(char *who)
107 if (who[2] != ZFS_DELEG_FIELD_SEP_CHR)
110 switch (who[0]) {
115 if (who[1] != ZFS_DELEG_LOCAL && who[1] != ZFS_DELEG_DESCENDENT)
117 for (p = &who[3]; *p; p++)
124 if (who[1] != ZFS_DELEG_NA)
126 return (permset_namecheck(&who[3], NULL, NULL));
130 if (who[1] != ZFS_DELEG_NA)
132 if (who[3] != '\0'
154 nvpair_t *who, *perm_name; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/nge/
nge_log.c 46 const char *who; member in struct:__anon6010
63 cmn_err(nge_log_data.level, nge_log_data.fmt, nge_log_data.who, buf);
76 nge_log_data.who = ngep->ifname;
96 nge_log_data.who = ngep->ifname;
116 nge_log_data.who = ngep->ifname;
198 nge_log_data.who = "nge";
210 nge_log_data.who = ngep->ifname;
  /onnv/onnv-gate/usr/src/cmd/renice/
renice.c 59 static int donice(int which, id_t who, int prio, int increment, char *who_s);
103 id_t who = 0; local
180 who = strtol(*argv, &end_ptr, 10);
183 if (who >= 0 && end_ptr != *argv &&
185 getzonenamebyid(who, NULL, 0) != -1) &&
186 (which != PRIO_CONTRACT || who != 0)) {
187 errs += donice(which, who, incr, prio_type,
196 who = pwd->pw_uid;
197 errs += donice(which, who, incr, prio_type,
208 who = grp->gr_gid
256 id_t who = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/bge/
bge_log.c 46 const char *who; member in struct:__anon5008
63 cmn_err(bge_log_data.level, bge_log_data.fmt, bge_log_data.who, buf);
75 bge_log_data.who = bgep->ifname;
95 bge_log_data.who = bgep->ifname;
115 bge_log_data.who = bgep->ifname;
160 bge_log_data.who = "bge";
171 bge_log_data.who = bgep->ifname;
  /onnv/onnv-gate/usr/src/uts/common/io/rge/
rge_log.c 46 const char *who; member in struct:__anon6150
63 cmn_err(rge_log_data.level, rge_log_data.fmt, rge_log_data.who, buf);
75 rge_log_data.who = rgep->ifname;
95 rge_log_data.who = rgep->ifname;
115 rge_log_data.who = rgep->ifname;
135 rge_log_data.who = rgep->ifname;
166 rge_log_data.who = "rge";
177 rge_log_data.who = rgep->ifname;
  /onnv/onnv-gate/usr/src/cmd/chmod/
common.c 89 who(void);
110 * [<who>] <op> [<perms>]
125 * who_empty is non-zero if the <who> clause did not appear.
153 * When <who> is empty, and <oper> == `=`, the umask is
158 if ((who_msk = who()) == WHO_EMPTY) {
513 who(void) function
  /onnv/onnv-gate/usr/src/cmd/rpcbind/
pmap_svc.c 183 struct sockaddr_in *who; local
191 who = svc_getcaller(xprt);
208 (ntohs(who->sin_port) >= IPPORT_RESERVED)) {
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/
rwall.c 70 static char who[9] = "???"; variable
100 msize = snprintf(buf, sizeof (buf), "From %s@%s: ", who, hostname);
161 (void) strncpy(who, wp, sizeof (who));
165 (void) strncpy(who, pwd->pw_name, sizeof (who));
  /onnv/onnv-gate/usr/src/cmd/wall/
wall.c 78 static char who[9] = "???"; variable
151 if (who[0] == '?') {
153 (void) strncpy(&who[0], pwd->pw_name, sizeof (who));
197 (void) strncpy(rwho, who, 9);
323 who, line, systm, time_buf);
  /onnv/onnv-gate/usr/src/cmd/ypcmd/
ypupdated.c 391 struct netbuf *who; local
393 who = svc_getrpccaller(transp);
394 if ((who == NULL) || (who->len == 0))
399 if (netdir_getbyaddr(nconf, &hostservs, who) != 0) {
yp_b_subr.c 329 * process active now. Fork off a child who will beg to the
835 struct netbuf *who; local
849 /* find out who originated the request */
853 who = svc_getrpccaller(transp);
862 uaddr = taddr2uaddr(nconf, who);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ypcmd/ypupdated/
rpc.ypupdated.c 375 struct netbuf *who; local
377 who = svc_getrpccaller(transp);
378 if ((who == NULL) || (who->len == 0))
383 if (netdir_getbyaddr(nconf, &hostservs, who) != 0) {
  /onnv/onnv-gate/usr/src/uts/i86pc/os/
cpr_impl.c 94 static int wait_for_set(cpuset_t *set, int who);
291 unsigned who; local
340 for (who = 0; who < ncpus; who++) {
342 wc_cpu_t *cpup = wc_other_cpus + who;
345 if (who == boot_cpuid)
348 if (!CPU_IN_SET(mp_cpus, who))
351 PMD(PMD_SX, ("%s() waking up %d cpu\n", str, who))
364 init_real_mode_platter(who, code_length, cpup->wc_cr4, gdt)
476 int who; local
    [all...]
mp_startup.c 1225 start_cpu(processorid_t who)
1232 ASSERT(who != 0);
1247 cp = mp_startup_init(who);
1270 for (delays = 0; !CPU_IN_SET(procset, who); delays++) {
1277 "but not running in the kernel yet", who);
1283 cmn_err(CE_WARN, "cpu%d: timed out", who);
1299 tsc_sync_master(who);
1307 (*dtrace_cpu_init)(who);
1311 while (!CPU_IN_SET(cpu_ready_set, who))
1322 uint_t who; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4v/os/
error.c 667 processorid_t who; local
675 for (who = 0; who < NCPU; who++)
676 if (CPU_IN_SET(cpu_ready_set, who)) {
677 retval = hv_cpu_state(who, &cpu_state);
  /onnv/onnv-gate/usr/src/cmd/sendmail/aux/
vacation.c 283 char *who; member in struct:entry
313 dump_content(which->who_size, which->who, which->when_size,
330 new_entry->who = (char *)malloc(key.dsize);
331 if (new_entry->who == NULL)
334 (void) strlcpy(new_entry->who, key.dptr, key.dsize);
660 * user -- the user who sent this message.
697 * user -- the user who should be marked.
738 * user -- user who should receive it.
  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
tls.c 531 char *who; local
549 who = srv ? "server" : "client";
552 syserr("STARTTLS=%s, inittls: ctx == NULL", who);
643 who, dhparam);
707 who, who);
709 tlslogerr(who);
739 who, CRLFile);
750 "STARTTLS=%s, error: BIO_new=failed", who);
766 who, CRLFile)
1172 char *s, *who; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/zpool/
zpool_vdev.c 137 dm_who_type_t who; local
140 who = DM_WHO_ZPOOL_FORCE;
142 who = DM_WHO_ZPOOL_SPARE;
144 who = DM_WHO_ZPOOL;
146 if (dm_inuse((char *)path, &msg, who, &error) || error) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/truss/
main.c 210 grab_lwp(lwpid_t who)
215 if ((Lwp = Lgrab(Proc, who, &gcode)) == NULL) {
220 command, who, (int)Pstatus(Proc)->pr_pid,
883 lwpid_t who = Lsp->pr_lwpid; local
884 int first = (who == primary_lwp);
977 who = 1;
980 Lgrab(Proc, who, &gcode);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnisdb/
ldap_op.c 45 static int setupConList(char *serverList, char *who,
390 char *who; member in struct:__anon3765
546 * or not 'who' and 'cred' contain sufficient information.
549 ldapBind(LDAP **ldP, char *who, char *cred, auth_method_t method,
566 ret = ldap_bind(ld, who, cred, LDAP_AUTH_SIMPLE);
590 ret = ldap_sasl_cram_md5_bind_s(ld, who, &ber_cred, NULL, NULL);
597 ret = ldap_x_sasl_digest_md5_bind_s(ld, who, &ber_cred, NULL,
608 myself, who, ldap_err2string(ret));
636 sfree(lc->who);
842 stat = lc->status = ldapBind(&lc->ld, lc->who, lc->cred, lc->method
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/sdbc/
sd_tdaemon.c 326 int who; /* id of this daemon */ local
330 who = _sd_num_daemons++;
336 gld[who].asleep = 1;
338 cmn_err(CE_NOTE, "!%d daemon: sleeping %p", who,
339 (void *)&gld[who].blk);
344 gld[who].asleep = 0;
351 cv_wait(&gld[who].blk, &tdaemon_lock);
356 who, gld[who].type, gld[who].loop, GET_SEED(who))
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs4_acl.c 267 if ((ace4->who.utf8string_len > 0) &&
268 (ace4->who.utf8string_val != NULL))
269 kmem_free(ace4->who.utf8string_val,
270 ace4->who.utf8string_len);
272 ace4->who.utf8string_val = NULL;
273 ace4->who.utf8string_len = 0;
488 (void) utf8_copy(&allow->who, &deny->who);
615 (void) str_to_utf8(ACE4_WHO_GROUP, &acep->who);
620 &acep->who, isserver)
2094 char *who = NULL; local
2116 char *who = NULL; local
    [all...]

Completed in 660 milliseconds

1 2