Searched defs:who (Results 26 - 49 of 49) sorted by relevance

12

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dtls.c532 char *who; local
550 who = srv ? "server" : "client";
553 syserr("STARTTLS=%s, inittls: ctx == NULL", who);
644 who, dhparam);
711 who, who);
713 tlslogerr(who);
743 who, CRLFile);
754 "STARTTLS=%s, error: BIO_new=failed", who);
770 who, CRLFil
1175 char *s, *who; local
[all...]
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dst_parse.c113 char *who, /* what function, or part thereof, is reporting */
118 fprintf(stderr, "%s, expecting \"%s\" at \"%s\"\n", who, what, where);
112 _expected( char *who, char *what, char *where, int line) argument
/illumos-gate/usr/src/uts/sun4v/os/
H A Derror.c679 processorid_t who; local
687 for (who = 0; who < NCPU; who++)
688 if (CPU_IN_SET(cpu_ready_set, who)) {
689 retval = hv_cpu_state(who, &cpu_state);
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dentry.c45 #define ANY_ZPOOL_USE(who) \
46 (((who) == DM_WHO_ZPOOL_FORCE) || \
47 ((who) == DM_WHO_ZPOOL) || \
48 ((who) == DM_WHO_ZPOOL_SPARE))
841 * based on the caller(who). It is important to note that it is possible
847 dm_inuse(char *dev_name, char **msg, dm_who_type_t who, int *errp) argument
882 if (ANY_ZPOOL_USE(who) && (err = dm_inuse_swap(dname, errp))) {
934 * Otherwise, we check to see if this client(who) cares
951 switch (who) {
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_vdev.c136 dm_who_type_t who; local
139 who = DM_WHO_ZPOOL_FORCE;
141 who = DM_WHO_ZPOOL_SPARE;
143 who = DM_WHO_ZPOOL;
145 if (dm_inuse((char *)path, &msg, who, &error) || error) {
H A Dzpool_main.c5066 uid_t who = fnvlist_lookup_uint64(rec, ZPOOL_HIST_WHO); local
5067 struct passwd *pwd = getpwuid(who);
5068 (void) printf("user %d ", (int)who);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_startup.c1429 start_cpu(processorid_t who) argument
1435 ASSERT(who != 0);
1453 cp = mp_cpu_configure_common(who, B_TRUE);
1467 while (!CPU_IN_SET(tempset, who)) {
1481 uint_t who; local
1536 for (who = 0; who < NCPU; who++) {
1537 if (!CPU_IN_SET(mp_cpus, who))
1539 ASSERT(who !
[all...]
/illumos-gate/usr/src/lib/libsec/common/
H A Dacltext.c121 getsidname(uid_t who, boolean_t user, char **sidp, boolean_t noresolve) argument
138 error = idmap_getwinnamebyuid(who,
141 error = idmap_getwinnamebygid(who,
147 error = idmap_get_sidbyuid(get_hdl, who,
151 error = idmap_get_sidbygid(get_hdl, who,
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmInstallPrinter.java1188 void dumpLogs(String who) { argument
1189 Debug.message(who);
1190 Debug.message(who + " command: " + cmdLog);
1191 Debug.message(who + " warnings: " + warnLog);
1192 Debug.message(who + " errors: " + errorLog);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtrace.c1107 struct sockaddr_in *who,
1125 naddr_ntoa(who->sin_addr.s_addr),
1126 ntohs(who->sin_port),
1133 naddr_ntoa(who->sin_addr.s_addr), ntohs(who->sin_port),
1106 trace_rip(const char *dir1, const char *dir2, struct sockaddr_in *who, struct interface *ifp, struct rip *msg, int size) argument
/illumos-gate/usr/src/uts/common/sys/
H A Dpm.h123 caddr_t who; /* Device to configure */ member in struct:__anon8826
200 caddr32_t who; /* Device to configure */ member in struct:__anon8828
H A Depm.h290 dev_info_t *who; member in struct:power_req::req::set_power_req
298 dev_info_t *who; member in struct:power_req::req::suspend_req
305 dev_info_t *who; member in struct:power_req::req::resume_req
312 dev_info_t *who; member in struct:power_req::req::pre_set_power_req
321 dev_info_t *who; member in struct:power_req::req::post_set_power_req
331 dev_info_t *who; member in struct:power_req::req::ppm_set_power_req
342 dev_info_t *who; member in struct:power_req::req::ppm_notify_level_req
351 dev_info_t *who; member in struct:power_req::req::report_pmcap_req
359 dev_info_t *who; member in struct:power_req::req::changed_power_req
371 dev_info_t *who; member in struct:power_req::req::ppm_config_req
384 dev_info_t *who; member in struct:power_req::req::ppm_lock_power_req
391 dev_info_t *who; member in struct:power_req::req::ppm_unlock_power_req
398 dev_info_t *who; member in struct:power_req::req::ppm_power_lock_owner_req
[all...]
/illumos-gate/usr/src/cmd/auditreduce/
H A Dtoken.c528 * ace who adr_u_int32 (uid/gid)
536 uid_t who; local
540 adrm_uid(adr, &who, 1);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acl.c266 if ((ace4->who.utf8string_len > 0) &&
267 (ace4->who.utf8string_val != NULL))
268 kmem_free(ace4->who.utf8string_val,
269 ace4->who.utf8string_len);
271 ace4->who.utf8string_val = NULL;
272 ace4->who.utf8string_len = 0;
487 (void) utf8_copy(&allow->who, &deny->who);
614 (void) str_to_utf8(ACE4_WHO_GROUP, &acep->who);
640 &acep->who, isserve
2153 char *who = NULL; local
2175 char *who = NULL; local
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_tdaemon.c326 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]
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dpm.c937 char who[MAXNAMELEN]; local
1007 req32.physpath, who, MAXNAMELEN, &wholen);
1014 req.physpath = who;
1122 ret = copyinstr((char *)req.physpath, who,
1130 req.physpath = who;
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.c46 static int setupConList(char *serverList, char *who,
391 char *who; member in struct:__anon82
546 * or not 'who' and 'cred' contain sufficient information.
549 ldapBind(LDAP **ldP, char *who, char *cred, auth_method_t method, argument
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));
635 sfree(lc->who);
841 stat = lc->status = ldapBind(&lc->ld, lc->who, l
939 createCon(char *sp, char *who, char *cred, auth_method_t method, int port) argument
1012 setupConList(char *serverList, char *who, char *cred, auth_method_t method) argument
[all...]
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c209 grab_lwp(lwpid_t who) argument
214 if ((Lwp = Lgrab(Proc, who, &gcode)) == NULL) {
219 command, who, (int)Pstatus(Proc)->pr_pid,
870 lwpid_t who = Lsp->pr_lwpid; local
871 int first = (who == primary_lwp);
964 who = 1;
967 Lgrab(Proc, who, &gcode);
1260 if (who != Lsp->pr_lwpid) {
1268 who = Lsp->pr_lwpid;
1271 Lgrab(Proc, who,
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c143 zfs_ace_v0_set_who(void *acep, uint64_t who) argument
145 ((zfs_oldace_t *)acep)->z_fuid = who;
241 zfs_ace_fuid_set_who(void *arg, uint64_t who) argument
250 acep->z_fuid = who;
574 zfs_acl_next_ace(zfs_acl_t *aclp, void *start, uint64_t *who, argument
624 *who = aclp->z_ops.ace_who_get(acep);
640 uint64_t who; local
642 acep = zfs_acl_next_ace(aclp, acep, &who, mask,
725 uint64_t who; local
736 &who,
811 uint64_t who; local
899 uint64_t who; local
1337 uint64_t who; local
1503 uint64_t who; local
1796 uint64_t who; local
2094 uint64_t who; local
[all...]
/illumos-gate/usr/src/cmd/find/
H A Dfind.c1656 #define permoffset(who) ((who) * 3)
1657 #define permission(who, type) ((type) >> permoffset(who))
1682 int who; local
1741 for (who = 0; who < 3; who++) {
1742 int is_exec = stp->st_mode & permission(who, S_IEXEC)? 1 : 0;
1744 if (stp->st_mode & permission(who, S_IREA
1982 int who = 0; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c2737 doit(int f, struct sockaddr_storage *who) argument
2796 if (who->ss_family == AF_INET) {
2800 sin = (struct sockaddr_in *)who;
2829 } else if (who->ss_family == AF_INET6) {
2834 sin6 = (struct sockaddr_in6 *)who;
2875 who->ss_family);
2879 if (getnameinfo((const struct sockaddr *) who, wholen, host_name,
2893 if (who->ss_family == AF_INET6) {
2906 } else if (who->ss_family == AF_INET) {
3174 auth_status = AUTH_REJECT; /* we dont know who thi
[all...]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c946 static int _gl_read_config_file(GetLine *gl, const char *filename, KtBinder who);
951 static int _gl_read_config_string(GetLine *gl, const char *buffer, KtBinder who);
967 const char *origin, KtBinder who, int *lineno);
3128 * caught who's disposition is to abort gl_get_line()
5386 * history buffer who's prefix matches that specified in an earlier call
5396 * history buffer who's prefix matches that specified in the earlier call
5447 * history buffer who's prefix matches that specified in an earlier call
6246 * who KtBinder Who bindings are to be installed for.
6251 static int _gl_read_config_file(GetLine *gl, const char *filename, KtBinder who) argument
6299 waserr = _gl_parse_config_line(gl, fp, glc_file_getc, filename, who,
6319 _gl_read_config_string(GetLine *gl, const char *buffer, KtBinder who) argument
6370 _gl_parse_config_line(GetLine *gl, void *stream, GlcGetcFn *getc_fn, const char *origin, KtBinder who, int *lineno) argument
[all...]
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c4714 char *who; member in struct:allow_opts
4838 opts->who = argv[0];
4860 opts->who = argv[0];
4871 const char *who, char *perms, nvlist_t *top_nvl)
4960 if (who != NULL)
4963 base_type, locality, who);
4975 if (who != NULL)
4978 set_type, locality, who);
4994 if (who != NULL)
4996 "%c%c$%s", base_type, locality, who);
4870 store_allow_perm(zfs_deleg_who_type_t type, boolean_t local, boolean_t descend, const char *who, char *perms, nvlist_t *top_nvl) argument
5033 const char *who; local
5191 const char *who = NULL; local
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h341 utf8string who; member in struct:nfsace4

Completed in 233 milliseconds

12