Searched refs:logical (Results 1 - 16 of 16) sorted by relevance

/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/libcmd/common/
H A Dchmod.c105 "[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 Dchgrp.c75 "[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 Dcksum.c42 " 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 Dsfdcdos.c35 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 Dipmi_entity.c108 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/lib/libast/common/string/
H A Dfmtre.c75 goto logical;
210 logical:
H A Dfmtmatch.c83 goto logical;
256 logical:
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h127 * a | logical birth txg |
144 * LSIZE logical size
157 * phys birth txg of block allocation; zero if same as logical birth txg
233 #define BP_SET_BIRTH(bp, logical, physical) \
235 (bp)->blk_birth = (logical); \
236 (bp)->blk_phys_birth = ((logical) == (physical) ? 0 : (physical)); \
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h187 * a | logical birth txg |
204 * LSIZE logical size
217 * phys birth txg of block allocation; zero if same as logical birth txg
245 * a | logical birth txg |
266 * LSIZE logical size of payload, in bytes
324 * done through the BP_IS_HOLE macro. For holes, the logical size, level,
412 #define BP_SET_BIRTH(bp, logical, physical) \
415 (bp)->blk_birth = (logical); \
416 (bp)->blk_phys_birth = ((logical) == (physical) ? 0 : (physical)); \
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c843 * that are connected or capable if connecting to this logical
1284 ((un->un_pos.pmode == logical) &&
1317 ((un->un_pos.pmode == logical) &&
1624 * that are connected or capable if connecting to this logical
1736 * setting long a initial as it contains logical file info.
2889 case logical:
3512 * logical eot for 1/2" tapes. Note that ST_EOT_PENDING is only
3982 * if we have hit logical EOT during this xfer and there is not a
4071 * if we have hit logical EOT during this xfer and there is not a
4220 * logical eo
[all...]
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh752 linktype=logical
1121 ncmds[1]="Add a logical interface"
1203 logical )
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh647 printf "\n$(gettext "Improper format of logical hostname, exiting").\n" >&2
673 printf "\t$(gettext "[ -h logicalhostname ] configure the logical host name for a client that is in a cluster")\n" >&2
1860 # Check to see if we are configuring the client to use a logical host name
1864 query "$(gettext "Is this client a member of a cluster that uses a logical host name") ?"
1866 printf "$(gettext "Specify the logical hostname of the cluster"): "
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h547 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/intel/ia32/ml/
H A Di86_subr.s3795 / on the logical equivalence of:
3824 / on the logical equivalence of:
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c401 * 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 134 milliseconds