Home
last modified time | relevance | path

Searched refs:equiv (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dcache.h59 .equiv CPUIDLARGESTFUNCTION, 0 /* value in EAX */
60 .equiv CPUIDVENDORID, 0 /* string in EBX:EDX:ECX */
61 .equiv CPUIDFEATURE, 1 /* value in EDX */
62 .equiv CPUIDSIGNATURE, 1 /* value in EAX */
63 .equiv CPUIDLARGESTFUNCTIONEX, 0x80000000 /* value in EAX */
64 .equiv AMDIDSIGNATUREEX, 0x80000001 /* value in EAX */
65 .equiv AMDIDFEATUREEX, 0x80000001 /* value in EDX */
66 .equiv AMDIDNAME, 0x80000002
68 .equiv AMDIDL1INFO, 0x80000005
70 .equiv AMDIDL2INFO, 0x80000006
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dgetconf.c158 static const Path_t equiv[] = { { "/bin", 4 }, { "/usr/bin", 8 } }; in b_getconf() local
302 …q = !stat(equiv[0].path, &st0) && !stat(equiv[1].path, &st1) && st0.st_ino == st1.st_ino && st0.st… in b_getconf()
311 if (n == equiv[i].len && !strncmp(t, equiv[i].path, n)) in b_getconf()
326 t = equiv[!i].path; in b_getconf()
327 n = equiv[!i].len; in b_getconf()
/illumos-gate/usr/src/cmd/tr/
H A Dstr.c199 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 Dextern.h46 wint_t equiv[NCHARS_SB]; /* equivalence set */ member
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmequiv.c38 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()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnmount.c847 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()
/illumos-gate/usr/src/man/man5/
H A DMakefile80 hosts.equiv.5 \
255 rhosts.5 := LINKSRC = hosts.equiv.5
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-network-network-servers.p5m79 file path=usr/share/man/man5/hosts.equiv.5
80 link path=usr/share/man/man5/rhosts.5 target=hosts.equiv.5
/illumos-gate/usr/src/uts/common/os/
H A Drctl.c780 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()
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c161 static void equiv(struct line *, int, struct line *, int, int *);
487 equiv(sfile[0], slen[0], sfile[1], slen[1], member); in main()
2005 equiv(struct line *a, int n, struct line *b, int m, int *c) in equiv() function
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex85 \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
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src199 # 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 Dterminfo.src199 # 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)