/illumos-gate/usr/src/cmd/tbl/ |
H A D | tb.c | 33 rused[c]|= real(table[i][c].rcol); in checkuse() 34 if( !real(table[i][c].rcol)) in checkuse() 35 used[c] |= real(table[i][c].col); in checkuse() 37 lused[c] |= real(table[i][c].col); in checkuse() 40 used[c] |= real(table[i][c].col); in checkuse() 46 real(char *s) in real() function
|
H A D | t6.c | 66 if (real(s=table[ilin][icol].col) && !vspen(s)) in maktab() 73 if (text==0 && real(s=table[ilin][icol].rcol) && !vspen(s) && !barent(s)) in maktab() 84 if (real(s=table[ilin][icol].col) && !vspen(s)) in maktab() 114 if (!real(s) || barent(s) || vspen(s) ) continue; in maktab()
|
/illumos-gate/usr/src/cmd/ptools/ptime/ |
H A D | ptime.c | 197 timestruc_t real, user, sys; in look() local 215 hrt2ts(hrtime, &real); in look() 217 real = pup->pr_term; in look() 219 tssub(&real, &real, &pup->pr_create); in look() 230 prtime("real", &real); in look()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_ctldir.c | 619 char real[ZFS_MAX_DATASET_NAME_LEN], fsname[ZFS_MAX_DATASET_NAME_LEN]; in zfsctl_snapdir_rename() local 626 err = dmu_snapshot_realname(zfsvfs->z_os, snm, real, in zfsctl_snapdir_rename() 627 sizeof (real), NULL); in zfsctl_snapdir_rename() 629 snm = real; in zfsctl_snapdir_rename() 684 char real[ZFS_MAX_DATASET_NAME_LEN]; in zfsctl_snapdir_remove() local 692 err = dmu_snapshot_realname(zfsvfs->z_os, name, real, in zfsctl_snapdir_remove() 693 sizeof (real), NULL); in zfsctl_snapdir_remove() 695 name = real; in zfsctl_snapdir_remove() 779 char real[ZFS_MAX_DATASET_NAME_LEN]; in zfsctl_snapdir_lookup() local 816 err = dmu_snapshot_realname(zfsvfs->z_os, nm, real, in zfsctl_snapdir_lookup() [all …]
|
/illumos-gate/usr/src/cmd/acct/ |
H A D | acctcms.c | 229 ulong_t real; in tdofile() local 262 real = expand(acct.oab.ac_etime); in tdofile() 263 cmt.tcm_real = MINT(real); in tdofile() 279 real = expand(acct.ab.ac_etime); in tdofile() 280 cmt.tcm_real = MINT(real); in tdofile() 307 ulong_t real; in dofile() local 365 real = expand(acct.oab.ac_etime); in dofile() 366 dtmp = MINT(real); in dofile() 413 real = expand(acct.ab.ac_etime); in dofile() 414 dtmp = MINT(real); in dofile()
|
/illumos-gate/usr/src/boot/i386/btx/btx/ |
H A D | btx.S | 152 mov $0x20*4,%di # First real mode IDT entry 269 mov %eax,%cr0 # real mode 274 mov $0x7008,%bx # Set real mode 551 intusr.5: movw %bx,MEM_ESPR-0x12 # Pass user flags to real mode 565 intusr.6: movl -0x08(%esi),%ebx # Copy user flags to real 585 movw $MEM_ESPR-0x16,%sp # Switch to real mode stack 657 rep # real mode stack 670 leal MEM_ESPR-0x2c,%esi # %esi => real mode seg regs 673 rep # from real mode stack 679 movl MEM_ESPR-0x3c,%eax # Read real mode flags
|
/illumos-gate/usr/src/lib/librstp/common/ |
H A D | README | 13 The library may be used in real bridges/routers while bounding to a real
|
H A D | ChangeLog | 7 - Changed rstplib into a real library; expecting the caller to provide
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | TODO | 42 * Add a real scripting language, possibly retaining backward 50 * Add real memory management. 85 * Add (real) RAID support.
|
H A D | AUTHORS | 6 VaX#n8 (real name unknown) wrote shared_src/fsys_ext2fs.c.
|
/illumos-gate/usr/src/test/zfs-tests/include/ |
H A D | blkdev.shlib | 86 # Check if the given device is a real device (ie SCSI device) 138 # on whether the device is a real, multipath, or loop device. 171 # real disk = /dev (linux) 326 log_fail "$disk is not a real dev"
|
/illumos-gate/usr/src/test/net-tests/tests/forwarding/ |
H A D | README | 16 these three zones, along with the simnet driver, to emulate a real IP 21 by real NICs). The diagrams below gives a visual representation of the
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | Makefile | 44 SHOPT_P_SUID == /* real uid's that require -p for set[ug]id */
|
/illumos-gate/usr/src/grub/grub-0.97/grub/ |
H A D | mapfile-intf | 43 # required for the real grub loader which can't depend on libc. The grub shell
|
/illumos-gate/usr/src/lib/libmd5/common/ |
H A D | mapfile-vers | 41 # The real interface is now libmd, libmd5 is just a filter library
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-boot-real-mode.p5m | 27 set name=pkg.fmri value=pkg:/system/boot/real-mode@$(PKGVERS)
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/nopwrite/ |
H A D | nopwrite.shlib | 39 # value to prevent real failures from being masked by the unexpected
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | insert.test | 96 f2 real default +4.32, 120 f2 real default -4.32,
|
/illumos-gate/usr/src/cmd/troff/troff.d/ |
H A D | maketables | 57 MAKEDEV=../makedev # this program does the real work
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_reopen/ |
H A D | zpool_reopen.shlib | 34 # scsi_debug emulated drive. Otherwise use the real drive.
|
/illumos-gate/usr/src/cmd/nscd/ |
H A D | nscd_config.h | 557 int real; member
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-4 | 74 1. Load the rest of itself to the real starting address, that is, the 78 2. Long jump to the real starting address.
|
/illumos-gate/usr/src/cmd/vgrind/ |
H A D | vgrindefs.src | 108 real repeat return select string subroutine substr until: 150 parameter precision real return stop subroutine:
|
/illumos-gate/usr/src/cmd/smbsrv/fksmbd/ |
H A D | README | 22 where the fksmbd program corresponds to the real smbd, the library
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | doc-guide.rst | 21 lists the names of the files with real documentation.
|