Searched defs:logical (Results 1 - 7 of 7) sorted by relevance
| /illumos-gate/usr/src/lib/libcmd/common/ |
| H A D | chmod.c | 105 "[L:logical|follow?Follow symbolic links when traversing directories.]" 161 int logical = 1; local 210 logical = 0; 214 logical = 0; 219 logical = 0; 223 logical = 0; 234 if (logical)
|
| H A D | chgrp.c | 75 "[L:logical|follow?Follow symbolic links when traversing directories.]" 224 int logical = 1; local 301 logical = 0; 305 logical = 0; 310 logical = 0; 314 logical = 0; 333 if (logical)
|
| H A D | cksum.c | 42 " can be explicitly overridden by the \b--logical\b, \b--metaphysical\b," 44 " [+logical?Follow all symbolic links.]" 93 "[L:logical|follow?Follow symbolic links when traversing directories. The" 450 int logical; local 459 logical = 1; 497 logical = 0; 516 logical = 0; 520 logical = 0; 525 logical = 0; 556 if (logical) [all...] |
| /illumos-gate/usr/src/lib/libast/common/disc/ |
| H A D | sfdcdos.c | 35 Sfoff_t logical; member in struct:map 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; 177 dp->maptable[0].physical = dp->maptable[0].logical [all...] |
| /illumos-gate/usr/src/lib/libipmi/common/ |
| H A D | ipmi_entity.c | 108 boolean_t *logical) 117 *logical = fsp->is_fs_entity_logical; 127 *logical = csp->is_cs_entity_logical; 137 *logical = eop->is_eo_entity_logical; 147 *logical = B_TRUE; 157 *logical = B_FALSE; 167 *logical = B_FALSE; 177 *logical = B_FALSE; 198 boolean_t logical; local 203 if (ipmi_entity_sdr_parse(sdrp, &id, &instance, &logical) ! 107 ipmi_entity_sdr_parse(ipmi_sdr_t *sdrp, uint8_t *id, uint8_t *instance, boolean_t *logical) argument 675 boolean_t logical; local [all...] |
| /illumos-gate/usr/src/uts/common/sys/scsi/targets/ |
| H A D | stdef.h | 547 uchar_t high_nb; /* number of logical blocks on the medium */ 568 uchar_t high_nb; /* number of logical blocks on the medium */ 723 ST_EOT_PENDING, /* logical eot pending */ 724 ST_EOT, /* at logical eot */ 729 typedef enum { invalid, legacy, logical } posmode; enumerator in enum:__anon8996
|
| /illumos-gate/usr/src/uts/common/inet/ip/ |
| H A D | ip_if.c | 401 * Walk down the ipif list and remove the logical interfaces 5564 * cannot be used to differentiate between ipif's (or logical 5568 * logical interfaces 7831 /* LINTED: logical expression always true: op "||" */ 9265 * Create a new logical interface. If ipif_id is zero (i.e. not a logical 9266 * interface) create the next available logical interface for this 9354 * of logical interfaces. Aliases with leading 9432 * Remove an existing logical interface. If ipif_id is zero (i.e. not a logical 12418 ill_down_ipifs(ill_t *ill, boolean_t logical) argument [all...] |
Completed in 211 milliseconds