/titanic_50/usr/src/lib/libc/amd64/gen/ |
H A D | cache.h | 61 .equiv CPUIDLARGESTFUNCTION, 0 /* value in EAX */ 62 .equiv CPUIDVENDORID, 0 /* string in EBX:EDX:ECX */ 63 .equiv CPUIDFEATURE, 1 /* value in EDX */ 64 .equiv CPUIDSIGNATURE, 1 /* value in EAX */ 65 .equiv CPUIDLARGESTFUNCTIONEX, 0x80000000 /* value in EAX */ 66 .equiv AMDIDSIGNATUREEX, 0x80000001 /* value in EAX */ 67 .equiv AMDIDFEATUREEX, 0x80000001 /* value in EDX */ 68 .equiv AMDIDNAME, 0x80000002 70 .equiv AMDIDL1INFO, 0x80000005 72 .equiv AMDIDL2INFO, 0x80000006 [all …]
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | getconf.c | 155 static const Path_t equiv[] = { { "/bin", 4 }, { "/usr/bin", 8 } }; in b_getconf() local 293 …q = !stat(equiv[0].path, &st0) && !stat(equiv[1].path, &st1) && st0.st_ino == st1.st_ino && st0.st… in b_getconf() 302 if (n == equiv[i].len && !strncmp(t, equiv[i].path, n)) in b_getconf() 317 t = equiv[!i].path; in b_getconf() 318 n = equiv[!i].len; in b_getconf()
|
/titanic_50/usr/src/lib/libast/common/tm/ |
H A D | tmequiv.c | 38 static const short equiv[] = variable 56 …return tm->tm_year < (2038 - 1900) ? (tm->tm_year + 1900) : equiv[tm->tm_wday + tmisleapyear(tm->t… in tmequiv()
|
/titanic_50/usr/src/cmd/tr/ |
H A D | str.c | 199 s->equiv[0] = backslash(s, NULL); 209 s->equiv[0] = wc; 224 src[0] = (char)s->equiv[0]; 232 s->equiv[p++] = i; 234 s->equiv[p] = OOBCH; 239 s->set = s->equiv;
|
H A D | extern.h | 46 wint_t equiv[NCHARS_SB]; /* equivalence set */ member
|
/titanic_50/usr/src/cmd/fs.d/autofs/ |
H A D | ns_fnmount.c | 847 FN_composite_name_t *equiv; in equiv_name() local 871 equiv = prelim_fn_ctx_equivalent_name(ctx, name, leading_name, in equiv_name() 874 } while (equiv == NULL && *++leads != NULL); in equiv_name() 878 if (equiv == NULL) { in equiv_name() 884 equiv_string = fn_string_from_composite_name(equiv, &stat); in equiv_name() 885 fn_composite_name_destroy(equiv); in equiv_name()
|
/titanic_50/usr/src/man/man4/ |
H A D | Makefile | 80 hosts.equiv.4 \ 262 rhosts.4 := LINKSRC = hosts.equiv.4
|
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | merge.c | 136 int (*equiv)(tdesc_t *, tdesc_t *, equiv_data_t *); member 357 int (*equiv)(); in equiv_node() local 392 if ((equiv = tdesc_ops[ctdp->t_type].equiv) != NULL) in equiv_node() 393 return (equiv(ctdp, mtdp, ed)); in equiv_node()
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | service-network-network-servers.mf | 90 file path=usr/share/man/man4/hosts.equiv.4 114 link path=usr/share/man/man4/rhosts.4 target=hosts.equiv.4
|
/titanic_50/usr/src/uts/common/os/ |
H A D | rctl.c | 780 int equiv; in rctl_val_list_insert() local 790 equiv = rctl_val_cmp(rval, *root, 0); in rctl_val_list_insert() 792 if (equiv == 0) in rctl_val_list_insert() 795 if (equiv < 0) { in rctl_val_list_insert() 805 (equiv = rctl_val_cmp(rval, prev->rcv_next, 0)) > 0) { in rctl_val_list_insert() 809 if (equiv == 0) in rctl_val_list_insert()
|
/titanic_50/usr/src/cmd/diff/ |
H A D | diff.c | 159 static void equiv(struct line *, int, struct line *, int, int *); 474 equiv(sfile[0], slen[0], sfile[1], slen[1], member); in main() 1995 equiv(struct line *a, int n, struct line *b, int m, int *c) in equiv() function
|
/titanic_50/usr/src/cmd/ssh/doc/ |
H A D | README.Ylonen | 56 /etc/hosts.equiv authentication (to prevent DNS, routing, or 284 and /etc/hosts.equiv, RSA authentication, or conventional password 429 Conventional .rhosts and hosts.equiv based authentication mechanisms 454 It is possible to enable conventional .rhosts and /etc/hosts.equiv
|
/titanic_50/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 85 \let\ptexequiv=\equiv 3228 \definedummyword{equiv}% 3367 \def\equiv{==}% 4701 % @point{}, @result{}, @expansion{}, @print{}, @equiv{}. 4710 \def\equiv{\leavevmode\lower.1ex\hbox to 1em{\hfil$\ptexequiv$\hfil}} 4757 \let\equiv=\ptexequiv
|
/titanic_50/usr/src/cmd/terminfo/ |
H A D | termcap.src | 199 # u9 terminal enquire string (equiv. to ANSI/ECMA-48 DA) 201 # u7 cursor position request (equiv. to VT100/ANSI/ECMA-48 DSR 6) 202 # u6 cursor position report (equiv. to ANSI/ECMA-48 CPR)
|
H A D | terminfo.src | 199 # u9 terminal enquire string (equiv. to ANSI/ECMA-48 DA) 201 # u7 cursor position request (equiv. to VT100/ANSI/ECMA-48 DSR 6) 202 # u6 cursor position report (equiv. to ANSI/ECMA-48 CPR)
|