Searched refs:real (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/tools/onbld/Scm/
H A DVersion.py118 for real, req in zip(hgver, desired):
119 if real != req:
120 return real > req
/illumos-gate/usr/src/cmd/tbl/
H A Dtb.c35 rused[c]|= real(table[i][c].rcol);
36 if( !real(table[i][c].rcol))
37 used[c] |= real(table[i][c].col);
39 lused[c] |= real(table[i][c].col);
42 used[c] |= real(table[i][c].col);
48 real(char *s) function
H A Dt6.c67 if (real(s=table[ilin][icol].col) && !vspen(s))
74 if (text==0 && real(s=table[ilin][icol].rcol) && !vspen(s) && !barent(s))
84 if (real(s=table[ilin][icol].col) && !vspen(s))
114 if (!real(s) || barent(s) || vspen(s) ) continue;
H A Dt8.c184 if (real(table[nl][c].col))
/illumos-gate/usr/src/cmd/ptools/ptime/
H A Dptime.c197 timestruc_t real, user, sys; local
215 hrt2ts(hrtime, &real);
217 real = pup->pr_term;
219 tssub(&real, &real, &pup->pr_create);
230 prtime("real", &real);
/illumos-gate/usr/src/cmd/acct/
H A Dacctcms.c69 float tcm_real; /* real time(min) */
82 float pcm_real[2]; /* real time(min) */
232 ulong_t real; local
265 real = expand(acct.oab.ac_etime);
266 cmt.tcm_real = MINT(real);
282 real = expand(acct.ab.ac_etime);
283 cmt.tcm_real = MINT(real);
310 ulong_t real; local
368 real = expand(acct.oab.ac_etime);
369 dtmp = MINT(real);
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c625 char real[ZFS_MAX_DATASET_NAME_LEN], fsname[ZFS_MAX_DATASET_NAME_LEN]; local
632 err = dmu_snapshot_realname(zfsvfs->z_os, snm, real,
633 sizeof (real), NULL);
635 snm = real;
690 char real[ZFS_MAX_DATASET_NAME_LEN]; local
698 err = dmu_snapshot_realname(zfsvfs->z_os, name, real,
699 sizeof (real), NULL);
701 name = real;
785 char real[ZFS_MAX_DATASET_NAME_LEN]; local
822 err = dmu_snapshot_realname(zfsvfs->z_os, nm, real,
[all...]
H A Ddmu_objset.c1614 dmu_snapshot_realname(objset_t *os, char *name, char *real, int maxlen, argument
1625 MT_FIRST, real, maxlen, conflict));
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btx/
H A Dbtx.S148 * Update real mode IDT for reflecting hardware interrupts.
152 mov $0x20*4,%di # First real mode IDT entry
266 * To real-address mode.
269 mov %eax,%cr0 # real mode
274 mov $0x7008,%bx # Set real mode
433 * Invoke real mode interrupt/function call from user mode with arguments.
437 * Invoke real mode interrupt/function call from protected mode.
448 * -0x0c user %cs -0x10 real mode CS:IP return trampoline
449 * -0x10 user %eip -0x12 real mode flags
450 * -0x14 int no -0x16 real mod
[all...]
/illumos-gate/usr/src/cmd/sgs/tools/
H A Dlibconv_mk_report_bufsize.pl73 * If the public size in conv.h and the real size computed by the
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_config.h559 int real; member in struct:__anon1017
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s146 ! Call the startup function to get the real loader in here.
/illumos-gate/usr/src/boot/sys/boot/i386/boot0/
H A Dboot0.S168 .code16 # This runs in real mode
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h882 extern int dmu_snapshot_realname(objset_t *os, char *name, char *real,
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c310 * Create a real number node.
313 realnode(REAL real) argument
319 np->n_real = real;
839 * Return a real number from an expression tree.
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh1200 return (parseInt(parent.nav.document.diff.real.value));
1207 parent.nav.document.diff.real.value = val;
1219 parent.nav.document.diff.real.value = val;
1226 parent.nav.document.diff.real.value = val;
1356 <body id="SUNWwebrev" bgcolor="#eeeeee" onload="document.diff.real.focus();"
1419 <input name="real" value="0" size="8" type="hidden"></input>
1806 next if !defined($realfiles{$fname}); # No real change
2705 # We only will have a real parent workspace in the case one
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dcpr_wakecode.s232 * - We are running in real mode.
307 * mode to clear the real mode prefetch queue (per Intel's docs)
439 * to the real mode platter address of wc_long_mode_64 as until the
561 * the real mode platter.
577 * the copy in the real mode platter's rm_code array as we've been
1059 / We will be executing not from the copy in real mode platter,
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex772 % example where a page broke at this \penalty; if it happens in a real
2732 % problem manifests itself, so it can be fixed for real --karl.
5939 % the square brackets. Use the real section title if we have it.
5945 % We know the real title if we have the xref values.
6302 % the real \insert just after the vbox finished. Otherwise, the insertion
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcheetah_copy.s881 jmp %l6 ! goto real handler
912 jmp %o4 ! goto real handler
1789 * properly, the value of the 'real' lofault handler should be in REAL_LOFAULT.
1794 * calling REAL_LOFAULT. So the real handler can vector to the appropriate
H A Dopl_olympus_copy.s836 jmp %l6 ! goto real handler
867 jmp %o4 ! goto real handler
1721 * properly, the value of the 'real' lofault handler should be in REAL_LOFAULT.
1726 * calling REAL_LOFAULT. So the real handler can vector to the appropriate
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.s476 jmp %o5 ! goto real handler
551 jmp %o5 ! goto real handler
2932 * properly, the value of the 'real' lofault handler should be in REAL_LOFAULT.
2937 * calling REAL_LOFAULT. So the real handler can vector to the appropriate
7692 jmp %o5 ! goto real handler

Completed in 300 milliseconds