/titanic_51/usr/src/lib/libast/common/disc/ |
H A D | sfdcdos.c | 35 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; 177 dp->maptable[0].physical = dp->maptable[0].logical+1; 178 dp->maptable[1].logical=0; [all …]
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/disc/ |
H A D | sfdcdos.c | 35 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; 177 dp->maptable[0].physical = dp->maptable[0].logical [all...] |
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | chmod.c | 105 "[L:logical|follow?Follow symbolic links when traversing directories.]" 170 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 D | chgrp.c | 79 "[L:logical|follow?Follow symbolic links when traversing directories.]" 229 int logical = 1; in b_chgrp() local 309 logical = 0; in b_chgrp() 313 logical = 0; in b_chgrp() 318 logical = 0; in b_chgrp() 322 logical = 0; in b_chgrp() 345 logical = 0; in b_chgrp() 347 if (logical) in b_chgrp()
|
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; 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() [all...] |
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | chmod.c | 161 int logical = 1; in b_chmod() local 210 logical = 0; in b_chmod() 214 logical = 0; in b_chmod() 219 logical = 0; in b_chmod() 223 logical = 0; in b_chmod() 234 if (logical) in b_chmod()
|
H A D | chgrp.c | 224 int logical = 1; in b_chgrp() local 301 logical = 0; in b_chgrp() 305 logical = 0; in b_chgrp() 310 logical = 0; in b_chgrp() 314 logical = 0; in b_chgrp() 333 if (logical) in b_chgrp()
|
H A D | cksum.c | 450 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()
|
/titanic_51/usr/src/lib/libipmi/common/ |
H A D | ipmi_entity.c | 108 boolean_t *logical) in ipmi_entity_sdr_parse() argument 117 *logical = fsp->is_fs_entity_logical; in ipmi_entity_sdr_parse() 127 *logical = csp->is_cs_entity_logical; in ipmi_entity_sdr_parse() 137 *logical = eop->is_eo_entity_logical; in ipmi_entity_sdr_parse() 147 *logical = B_TRUE; in ipmi_entity_sdr_parse() 157 *logical = B_FALSE; in ipmi_entity_sdr_parse() 167 *logical = B_FALSE; in ipmi_entity_sdr_parse() 177 *logical = B_FALSE; in ipmi_entity_sdr_parse() 198 boolean_t logical; in ipmi_entity_visit() local 203 if (ipmi_entity_sdr_parse(sdrp, &id, &instance, &logical) ! in ipmi_entity_visit() 675 boolean_t logical; ipmi_entity_lookup_sdr() local [all...] |
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | ditto.sh | 49 the \b--logical\b option. An \b--expr\b option may 128 integer debug=0 delete=0 exec=1 mode=1 owner=0 update=0 verbose=0 logical 135 (( logical=ntw )) 136 tw[ntw++]=--logical 151 p) tw[logical]=--physical ;;
|
/titanic_51/usr/src/lib/libast/common/string/ |
H A D | fmtre.c | 75 goto logical; in fmtre() 210 logical: in fmtre()
|
H A D | fmtmatch.c | 83 goto logical; in fmtmatch() 256 logical: in fmtmatch()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/string/ |
H A D | fmtre.c | 75 goto logical; in fmtre() 210 logical: in fmtre()
|
H A D | fmtmatch.c | 83 goto logical; in fmtmatch() 256 logical: in fmtmatch()
|
/titanic_51/usr/src/lib/libc/sparc/gen/ |
H A D | lsign.s | 47 srl %o0,31,%o0 ! shift letf logical to isolate sign
|
/titanic_51/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | spa.h | 125 * a | logical birth txg | 142 * LSIZE logical size 155 * phys birth txg of block allocation; zero if same as logical birth txg 229 #define BP_SET_BIRTH(bp, logical, physical) \ argument 231 (bp)->blk_birth = (logical); \ 232 (bp)->blk_phys_birth = ((logical) == (physical) ? 0 : (physical)); \
|
/titanic_51/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README.v6 | 87 Each instance of this structure represents a Solaris logical IP 103 timers. The name of the logical IP interface under DHCP's control 171 and the implementation binds that to a single IP logical interface 216 For the logical interfaces: 218 - Because Solaris uses IP logical interfaces to configure 219 addresses, we must have multiple IP logical interfaces per IA 223 IP logical interfaces) per IA and multiple IAs per client/server 224 session, the IP logical interface name isn't a unique name for 227 As a result, IP logical interfaces will come and go with DHCPv6, 229 autoconfiguration support in in.ndpd. The logical interfac [all...] |
H A D | README | 154 PIF) and `dhcp_lif_t' (the IP logical interface layer or LIF). Each 157 structures representing the logical interfaces (such as "hme0:1") in 162 associated configuration data. This corresponds to a single logical 168 interfaces. The agent automatically plumbs logical interfaces when 428 provided by the server. Further, for IPv4 logical interface 0 436 Since logical interfaces cannot be specified as output interfaces in 437 the kernel forwarding table, and in most cases, logical interfaces 440 IPv4 leases are acquired or expired on logical interfaces.
|
/titanic_51/usr/src/grub/grub-0.97/ |
H A D | AUTHORS | 54 logical partitions, and did a significant bugfix for the terminal stuff.
|
/titanic_51/usr/src/uts/common/fs/zfs/sys/ |
H A D | spa.h | 185 * a | logical birth txg | 202 * LSIZE logical size 215 * phys birth txg of block allocation; zero if same as logical birth txg 243 * a | logical birth txg | 264 * LSIZE logical size of payload, in bytes 322 * done through the BP_IS_HOLE macro. For holes, the logical size, level, 408 #define BP_SET_BIRTH(bp, logical, physical) \ argument 411 (bp)->blk_birth = (logical); \ 412 (bp)->blk_phys_birth = ((logical) == (physical) ? 0 : (physical)); \
|
/titanic_51/usr/src/psm/stand/bootblks/hsfs/common/ |
H A D | hsfs.fth | 101 instance variable cdir-offset \ Current directory logical offset. 102 instance variable cdir-size \ Current directory logical size. 177 \ record the CE parameters (logical block#, offset and length
|
/titanic_51/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | README | 333 A link can have multiple logical interfaces plumbed on it consisting 335 we need to decide how to aggregate the state of these logical 354 check if the (logical) interface associated is DHCP, and
|
/titanic_51/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 843 * that are connected or capable if connecting to this logical in st_probe() 1284 ((un->un_pos.pmode == logical) && in st_detach() 1317 ((un->un_pos.pmode == logical) && in st_detach() 1624 * that are connected or capable if connecting to this logical in st_doattach() 1736 * setting long a initial as it contains logical file info. in st_doattach() 2889 case logical: in st_open() 3512 * logical eot for 1/2" tapes. Note that ST_EOT_PENDING is only in st_close() 3982 * if we have hit logical EOT during this xfer and there is not a in st_rw() 4071 * if we have hit logical EOT during this xfer and there is not a in st_arw() 4220 * logical eo in st_queued_strategy() [all...] |
/titanic_51/usr/src/cmd/tsol/misc/ |
H A D | txzonemgr.sh | 752 linktype=logical 1121 ncmds[1]="Add a logical interface" 1203 logical )
|
/titanic_51/usr/src/cmd/krb5/kadmin/kclient/ |
H A D | kclient.sh | 647 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"): "
|