Searched defs:usr (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/smbclnt/test/
H A Dtconn.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
62 char *usr = NULL; local
78 usr = optarg;
95 if (pw != NULL && (dom == NULL || usr == NULL)) {
96 fprintf(stderr, "%s: -p arg requires -d dom -u usr\n",
119 if (usr)
120 smb_ctx_setuser(ctx, usr, B_TRUE);
H A Dsrvenum.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
115 char *usr = NULL; local
128 usr = optarg;
142 if (pw != NULL && (dom == NULL || usr == NULL)) {
143 fprintf(stderr, "%s: -p arg requires -d dom -u usr\n",
166 if (usr)
167 smb_ctx_setuser(ctx, usr, B_TRUE);
H A Dsrvinfo.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
108 char *usr = NULL; local
121 usr = optarg;
135 if (pw != NULL && (dom == NULL || usr == NULL)) {
136 fprintf(stderr, "%s: -p arg requires -d dom -u usr\n",
159 if (usr)
160 smb_ctx_setuser(ctx, usr, B_TRUE);
/illumos-gate/usr/src/cmd/lp/lib/users/
H A Dusermgmt.c9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
42 static USER usr; variable
74 usr.priority_limit = 0;
75 return(&usr);
89 usr.priority_limit = limit;
90 return(&usr);
93 usr.priority_limit = ppri_tbl->deflt_limit;
94 return(&usr);
/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathkey.c52 char* usr[16]; local
53 char* env[elementsof(usr) + 3];
150 usr[c++] = "OBJTYPE";
154 while (c < (elementsof(usr) - 1))
160 usr[c++] = k;
164 usr[c] = 0;
220 for (c = 0; c < elementsof(usr) && (s = usr[c]); c++)
221 if (!env[c + elementsof(env) - elementsof(usr)])
226 env[c + elementsof(env) - elementsof(usr)]
[all...]
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dkeychain.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
59 const char *usr,
99 if (usr == NULL) {
104 if (strlcpy(pk.pk_usr, usr, sz) >= sz) {
158 smbfs_keychain_add(uid_t uid, const char *dom, const char *usr, argument
173 err = smbfs_keychain_cmn(cmd, uid, dom, usr, lmhash, nthash);
179 smbfs_keychain_addhash(uid_t uid, const char *dom, const char *usr, argument
184 err = smbfs_keychain_cmn(cmd, uid, dom, usr,
191 smbfs_keychain_del(uid_t uid, const char *dom, const char *usr) argument
55 smbfs_keychain_cmn( int cmd, uid_t uid, const char *dom, const char *usr, uchar_t *lmhash, uchar_t *nthash) argument
201 smbfs_keychain_chk(const char *dom, const char *usr) argument
211 smbfs_keychain_get(const char *dom, const char *usr, uchar_t *lmhash, uchar_t *nthash) argument
296 smbfs_default_dom_usr(const char *home, const char *server, char *dom, int maxdom, char *usr, int maxusr) argument
[all...]
H A Dctx.c471 char *dom, *usr, *pw, *p; local
483 dom = usr = pw = host = NULL;
521 usr = strchr(p, ';');
522 if (usr) {
523 *usr++ = '\0';
526 usr = p;
544 if (usr != NULL) {
545 if (*usr == '\0') {
557 error = smb_ctx_setuser(ctx, usr, TRUE);
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Dlogin.c67 smbfs_parse_domuser(char *domuser, char **dom, char **usr) argument
76 *usr = domuser;
96 *usr = s1;
100 *usr = s2;
118 char *dom, *usr, *pass; local
135 dom = usr = NULL;
138 err = smbfs_parse_domuser(tmp_arg, &dom, &usr);
146 if (dom == NULL || usr == NULL) {
157 if (usr == NULL)
158 usr
193 char *dom, *usr; local
[all...]
/illumos-gate/usr/src/lib/libcpc/sparc/
H A Devent_ultra.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
350 int usr, sys; member in struct:xpcr
375 xpcr->usr = (pcr >> kv[D_nouser].kv_shift) &
414 if (!xpcr.usr)
479 if (xpcr.usr)
/illumos-gate/usr/src/uts/sparc/fpu/
H A Dfpu_simulator.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
176 uint32_t usr, andexcep; local
290 _fp_unpack_word(pfpsd, &usr, nrs2);
291 _fp_pack_word(pfpsd, &usr, nrd);
308 _fp_unpack_word(pfpsd, &usr, nrs2);
309 usr &= 0x7fffffff;
310 _fp_pack_word(pfpsd, &usr, nrd);
328 _fp_unpack_word(pfpsd, &usr, nrs2);
329 usr
[all...]
/illumos-gate/usr/src/cmd/auditreduce/
H A Doption.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
597 struct passwd *usr; local
599 if ((usr = getpwnam(optstr)) == NULL) {
609 *uid = usr->pw_uid;
/illumos-gate/usr/src/uts/sparc/v9/fpu/
H A Dv9instr.c9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
236 uint32_t usr; local
242 _fp_unpack_word(pfpsd, &usr, nrs2);
243 _fp_pack_word(pfpsd, &usr, nrd);
349 uint32_t usr; local
355 _fp_unpack_word(pfpsd, &usr, nrs2);
356 _fp_pack_word(pfpsd, &usr, nrd);
450 uint32_t usr; local
456 _fp_unpack_word(pfpsd, &usr, nrs
[all...]
/illumos-gate/usr/src/lib/libcpc/i386/
H A Devent_pentium.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
538 int usr, sys, edge, inv, irupt, pc; member in struct:xpes
551 xpes->usr = (pes >> CPC_P6_PES_USR) & 1u;
558 int usr[2], sys[2], clk[2], pc[2]; member in struct:xcesr
569 xcesr->usr[0] = (cesr >> CPC_P5_CESR_USR0) & 1u;
570 xcesr->usr[1] = (cesr >> CPC_P5_CESR_USR1) & 1u;
578 * If usr and sys are both disabled, the counter is disabled.
580 if (xcesr->usr[0] == 0 && xcesr->sys[0] == 0)
582 if (xcesr->usr[
[all...]
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dsetlocale.c148 char* usr; local
152 if (!(usr = native_locale(locale, buf, sizeof(buf))))
161 sys = uwin_setlocale(category, usr);
163 sfprintf(sfstderr, "locale uwin %17s %-24s %-24s\n", lc_categories[lcindex(category, 0)].name, usr, sys);
/illumos-gate/usr/src/uts/sun4/os/
H A Dvisinstr.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
87 uint_t us1, us2, usr; local
188 usr = 0;
189 _fp_pack_word(pfpsd, &usr, nrd);
200 usr = ~(us1 | us2);
201 _fp_pack_word(pfpsd, &usr, nrd);
212 usr = (us1 & ~us2);
213 _fp_pack_word(pfpsd, &usr, nrd);
222 usr
[all...]
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_add_hdrs.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
994 sip_add_user_agent(sip_msg_t sip_msg, char *usr) argument
998 if (usr == NULL)
1000 r = sip_add_str_to_msg(sip_msg, SIP_USER_AGENT, usr, NULL, (char)NULL);
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
358 char usr[4], sys[4], trp[4], tfl[4]; local
559 Format_pct(usr, lwp->li_usr, 4);
576 usr, sys, trp, tfl, dfl, lck, local
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
929 hrtime_t usr, sys; local
1010 usr = ms->ms_acct[LMS_USER];
1012 scalehrtime(&usr);
1014 hrt2ts32(usr, &sp->pr_utime);
1155 hrtime_t usr, sys; local
1238 usr = ms->ms_acct[LMS_USER];
1240 scalehrtime(&usr);
1242 hrt2ts(usr,
[all...]
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
84 #define MAIL "/usr/bin/mail" /* mail program to use */
122 isn't /usr/bin/sh, you can't use cron."
187 struct usr *u; /* ptr to the owner (usr) of this event */
208 struct usr { struct
217 struct event *ctevents; /* list of this usr's crontab events */
218 struct event *atevents; /* list of this usr's at events */
219 struct usr *nextus
[all...]

Completed in 123 milliseconds