Home
last modified time | relevance | path

Searched refs:logical (Results 1 – 25 of 37) sorted by last modified time

12

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h493 #define BP_SET_BIRTH(bp, logical, physical) \ argument
496 (bp)->blk_birth = (logical); \
497 (bp)->blk_phys_birth = ((logical) == (physical) ? 0 : (physical)); \
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src10452 # invis=01000100 and %c is the logical or of desired attributes.
H A Dterminfo.src11826 # invis=01000100 and %c is the logical or of desired attributes.
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c12423 ill_down_ipifs(ill_t *ill, boolean_t logical) in ill_down_ipifs() argument
12439 if (logical) { in ill_down_ipifs()
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dlsign.S47 srl %o0,31,%o0 ! shift letf logical to isolate sign
/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_entity.c106 boolean_t *logical) in ipmi_entity_sdr_parse() argument
115 *logical = fsp->is_fs_entity_logical; in ipmi_entity_sdr_parse()
125 *logical = csp->is_cs_entity_logical; in ipmi_entity_sdr_parse()
135 *logical = eop->is_eo_entity_logical; in ipmi_entity_sdr_parse()
145 *logical = B_TRUE; in ipmi_entity_sdr_parse()
155 *logical = B_FALSE; in ipmi_entity_sdr_parse()
165 *logical = B_FALSE; in ipmi_entity_sdr_parse()
175 *logical = B_FALSE; in ipmi_entity_sdr_parse()
196 boolean_t logical; in ipmi_entity_visit() local
218 eip->ie_entity.ie_logical |= logical; in ipmi_entity_visit()
[all …]
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt1153 (C-style) operators for math and logical expressions. This can greatly
3831 table via a physical address, instead of the logical address required by
3835 shared function for table overrides that attempts both a logical and a
11003 behavior of the other logical operators (LLess(), etc.) It also requires
11724 logical operators (LEqual, LGreater, LGreaterEqual, LLess, LLessEqual,
14280 instead of a logical address.
14567 Implemented logical addressing for AcpiOsGetRootPointer. This
14568 allows an RSDP with either a logical or physical address. With
14570 one logical RSDP. Includes implementation of "typed" pointer
14571 support to allow a common data type for both physical and logical
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h729 typedef enum { invalid, legacy, logical } posmode; enumerator
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c2889 case logical: in st_open()
11886 un->un_pos.pmode = logical; in st_set_state()
11891 un->un_pos.pmode = logical; in st_set_state()
13212 if (pos->pmode == logical) { in st_validate_tapemarks()
14831 dest->pmode = logical; in st_interpret_read_pos()
14930 dest->pmode = logical; in st_interpret_read_pos()
14979 dest->pmode = logical; in st_interpret_read_pos()
15071 dest->pmode = logical; in st_interpret_read_pos()
15173 pos->pmode = logical; in st_logical_block_locate()
16034 un->un_pos.pmode = logical; in st_mtfsfm_ioctl()
[all …]
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex654 …communicated to the MFW]. Driver reads those values and decides upon its logical state/configures …
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dlibdwarf.h.in2402 returns the logical row number for the line. */
2409 returns the logical row number corresponding the the
H A Dgenerated_libdwarf.h.in2402 returns the logical row number for the line. */
2409 returns the logical row number corresponding the the
H A Ddwarf_line.c1629 Dwarf_Unsigned * logical, in dwarf_linelogical() argument
1636 *logical = (line->li_addr_line.li_l_data.li_line); in dwarf_linelogical()
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h233 #define BP_SET_BIRTH(bp, logical, physical) \ argument
235 (bp)->blk_birth = (logical); \
236 (bp)->blk_phys_birth = ((logical) == (physical) ? 0 : (physical)); \
/illumos-gate/usr/src/grub/grub-0.97/
H A DAUTHORS54 logical partitions, and did a significant bugfix for the terminal stuff.
H A DChangeLog2140 of this function which now supports logical partitions.
2777 from a logical partition. And, clear ERRNUM after testing if a
3644 terminal. Instead, apply a logical AND operation with
3698 * stage2/char_io.c [!STAGE1_5] (getkey): Use logical AND
H A DNEWS103 * The commands "hide" and "unhide" support logical partitions.
143 * Booting Windows from a logical partition is supported.
400 * Changed device strings used in filesystem code to more logical
/illumos-gate/usr/src/data/perfmon/
H A Dreadme.txt14 core - Contains events counted from within a logical processor core.
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dchgrp.c235 int logical = 1; in b_chgrp() local
315 logical = 0; in b_chgrp()
319 logical = 0; in b_chgrp()
324 logical = 0; in b_chgrp()
328 logical = 0; in b_chgrp()
351 logical = 0; in b_chgrp()
353 if (logical) in b_chgrp()
H A Dchmod.c170 int logical = 1; in b_chmod() local
215 logical = 0; in b_chmod()
219 logical = 0; in b_chmod()
224 logical = 0; in b_chmod()
228 logical = 0; in b_chmod()
243 logical = 0; in b_chmod()
245 if (logical) in b_chmod()
H A Dcksum.c450 int logical; in b_cksum() local
459 logical = 1; in b_cksum()
497 logical = 0; in b_cksum()
516 logical = 0; in b_cksum()
520 logical = 0; in b_cksum()
525 logical = 0; in b_cksum()
556 if (logical) in b_cksum()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dfmtre.c75 goto logical; in fmtre()
210 logical: in fmtre()
H A Dfmtmatch.c83 goto logical; in fmtmatch()
256 logical: in fmtmatch()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfdcdos.c35 Sfoff_t logical; member
78 dp->maptable[n].logical = dp->lhere;
79 dp->maptable[dp->maptop].logical=0;
95 dummy.logical = dummy.physical = offset;
100 dummy.logical = dp->begin;
101 dummy.physical = dummy.logical+1;
104 while((++mp)->logical && (whence==SEEK_CUR?mp->physical:mp->logical) <= offset);
176 dp->maptable[0].logical= dp->begin;
178 dp->maptable[1].logical=0;
314 mp->logical = dp->llast;
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1277 fts: PATH_RESOLVE!=logical => FTS_SEEDOTDIR
1360 fastfind: init dir tab with logical and physical name
1481 97-10-31 astconf PATH_RESOLVE is logical if 3d&&!std, metaphysical otherwise

12