Home
last modified time | relevance | path

Searched full:medium (Results 1 – 25 of 527) sorted by relevance

12345678910>>...22

/src/share/man/man4/
H A Dch.483 Medium transport element (picker).
101 Move a medium from one element to another
102 .Pq Sy "MOVE MEDIUM"
118 field is set, the medium
119 changer is instructed to flip the medium while moving it.
122 Move the medium located in the source element to the first destination
123 element, and move the medium that had been in the first destination
148 to flip the first or second medium during the exchange operation,
267 u_short ces_source; /* source address of medium */
288 A medium is present.
[all …]
H A Dfdc.495 of the available medium for multi-density devices.
97 possible to use either a 720 KB medium or a 1440 KB medium in a
102 for the device after inserting the medium.
126 numbered 1 through 15, or to use a number that describes the medium
213 format a medium.
228 Used to format a floppy disk medium.
232 the ID fields of the floppy disk medium.
248 This can be used when formatting a new medium (which
297 Read one sector ID field from the floppy disk medium.
303 disk medium.
[all …]
/src/sys/cam/scsi/
H A Dscsi_ch.h73 * Exchange the medium in the source element with the medium
91 * Cause the medium changer to check all elements for medium and any
337 * medium changer device.
341 * MT Medium transport element (picker)
365 * moving a unit of medium from an element of a given type to an
367 * MOVE MEDIUM command is legal. The top four bits of each
379 * Similar to above, but for EXCHANGE MEDIUM.
389 * Medium changer elemement address assignment page.
394 * Each component within a medium changer apparatus is called an
397 * The "medium transport element address" is the address of the first
[all …]
/src/sys/contrib/edk2/Include/Protocol/
H A DSimpleFileSystem.h48 @retval EFI_NO_MEDIA The device has no medium.
53 @retval EFI_MEDIA_CHANGED The device has a different medium in it or the medium is no
55 no longer valid. To access the files on the new medium, the
101 @retval EFI_NO_MEDIA The device has no medium.
102 @retval EFI_MEDIA_CHANGED The device has a different medium in it or the medium is no
182 @retval EFI_NO_MEDIA The device has no medium.
211 @retval EFI_NO_MEDIA The device has no medium.
215 @retval EFI_WRITE_PROTECTED The file or medium is write-protected.
280 @retval EFI_NO_MEDIA The device has no medium.
308 @retval EFI_NO_MEDIA The device has no medium.
[all …]
/src/sys/sys/
H A Dchio.h53 #define CHET_MT 0 /* medium transport (picker) */
65 * Structure used to execute a MOVE MEDIUM command.
79 * Structure used to execute an EXCHANGE MEDIUM command. In an
181 * source address of medium
192 #define CES_MEDIUM_TYPE_UNKNOWN 0 /* Medium type unspecified */
193 #define CES_MEDIUM_TYPE_DATA 1 /* Data medium */
194 #define CES_MEDIUM_TYPE_CLEANING 2 /* Cleaning medium */
195 #define CES_MEDIUM_TYPE_DIAGNOSTIC 3 /* Diagnostic medium */
196 #define CES_MEDIUM_TYPE_WORM 4 /* WORM medium */
197 #define CES_MEDIUM_TYPE_MICROCODE 5 /* Microcode image medium */
/src/sys/contrib/dev/iwlwifi/mld/
H A Dsession-protect.h18 * request time on medium. This is needed before the association when we need
19 * to be on medium for the association frame exchange. Once we configure the
20 * firmware as 'associated', the firmware will allocate time on medium without
25 * on medium.
93 * the other mac contexts wait for the medium during that time.
/src/libexec/tftpd/tests/
H A Dfunctional.c548 fd = open("medium.txt", O_RDWR | O_CREAT, 0644);
553 SEND_RRQ("medium.txt", "octet");
567 * Read a medium file, and simulate a duplicated ACK packet
578 fd = open("medium.txt", O_RDWR | O_CREAT, 0644);
583 SEND_RRQ("medium.txt", "octet");
625 * Read a medium file of more than one block
636 fd = open("medium.txt", O_RDWR | O_CREAT, 0644);
641 SEND_RRQ("medium.txt", "octet");
649 * Read a medium file with a window size of 2.
661 fd = open("medium.txt", O_RDWR | O_CREAT, 0644);
[all …]
/src/tests/sys/cam/ctl/
H A Dprevent.sh37 atf_set "descr" "SCSI PREVENT ALLOW MEDIUM REMOVAL will prevent a CD from being ejected"
64 atf_set "descr" "SCSI PREVENT ALLOW MEDIUM REMOVAL is idempotent when run from the same initiator"
90 atf_set "descr" "SCSI PREVENT ALLOW MEDIUM REMOVAL may not be used on non-removable media"
109 atf_set "descr" "SCSI PREVENT ALLOW MEDIUM REMOVAL will prevent a CD from being ejected"
131 atf_set "descr" "SCSI PREVENT ALLOW MEDIUM REMOVAL is idempotent when run from the same initiator"
/src/crypto/openssl/test/ssl-tests/
H A D13-fragmentation.cnf10 test-5 = 5-medium-app-data
11 test-6 = 6-medium-plus-app-data
145 [5-medium-app-data]
146 ssl_conf = 5-medium-app-data-ssl
148 [5-medium-app-data-ssl]
149 server = 5-medium-app-data-server
150 client = 5-medium-app-data-client
152 [5-medium-app-data-server]
157 [5-medium-app-data-client]
168 [6-medium-plus-app-data]
[all …]
/src/bin/chio/
H A Dchio.138 .Nd medium changer control utility
50 utility is used to control the operation of medium changers, such as those
62 A medium changer apparatus is made up of
136 Note that not all medium changers support the
221 Print the primary volume tag for each loaded medium, if any.
226 Print the alternate volume tag for each loaded medium, if any.
/src/share/misc/
H A Dscsi_modes171 {Background Medium Scan Interval Time} i2
235 {Medium rotation rate} i2
284 0x0b "Medium Types Supported" {
287 {Medium type one supported} i1
288 {Medium type two supported} i1
289 {Medium type three supported} i1
290 {Medium type four supported} i1
329 {Medium Rotation Rate} i2
/src/sbin/dhclient/
H A Dprivsep.c106 char *medium, *reason, *filename, in dispatch_imsg() local
126 if ((medium = calloc(1, medium_len + 1)) == NULL) in dispatch_imsg()
128 buf_read(fd, medium, medium_len); in dispatch_imsg()
130 medium = NULL; in dispatch_imsg()
143 priv_script_init(reason, medium); in dispatch_imsg()
145 free(medium); in dispatch_imsg()
H A Ddhclient.c643 /* Zap the medium list... */ in state_reboot()
644 ip->client->medium = NULL; in state_reboot()
702 script_init("ARPCHECK", lp->medium); in state_selecting()
865 /* Remember the medium. */ in bind_lease()
866 ip->client->new->medium = ip->client->medium; in bind_lease()
904 ip->client->new->medium); in bind_lease()
1083 /* Record the medium under which this lease was offered. */ in dhcpoffer()
1084 lease->medium = ip->client->medium; in dhcpoffer()
1087 script_init("ARPSEND", lease->medium); in dhcpoffer()
1311 if (ip->client->medium) { in send_discover()
[all …]
H A Ddhclient-script.873 .Li MEDIUM , PREINIT , ARPCHECK , ARPSEND , BOUND , RENEW , REBIND , REBOOT ,
78 .It Li MEDIUM
83 .Va $medium .
95 .Va $medium .
132 .Va $medium .
H A Ddhclient-script56 eval "$IFCONFIG $interface inet -alias $old_ip_address $medium"
64 $medium"
318 MEDIUM)
319 eval "$IFCONFIG $interface $medium"
403 eval "$IFCONFIG $interface inet -alias $new_ip_address $medium"
/src/lib/msun/src/
H A De_rem_pio2.c66 goto medium; /* cancellation -- use medium case */ in __ieee754_rem_pio2()
96 goto medium; in __ieee754_rem_pio2()
110 goto medium; in __ieee754_rem_pio2()
124 if(ix<0x413921fb) { /* |x| ~< 2^20*(pi/2), medium size */ in __ieee754_rem_pio2()
125 medium: in __ieee754_rem_pio2()
/src/contrib/file/magic/Magdir/
H A Ddump20 >0 belong 7 end of medium (for floppy),
39 >0 belong 7 end of medium (for floppy),
58 >0 belong 7 end of medium (for floppy),
96 >0 leshort 7 end of medium (for floppy).
/src/sys/contrib/zstd/
H A DTESTING.md5 short, medium, and long tests.
16 Medium Tests
18 Medium tests run on every commit and pull request to `dev` branch, on TravisCI.
/src/contrib/googletest/googletest/test/
H A DBUILD.bazel110 size = "medium",
234 size = "medium",
249 size = "medium",
264 size = "medium",
279 size = "medium",
512 size = "medium",
527 size = "medium",
565 size = "medium",
586 size = "medium",
/src/sys/contrib/device-tree/Bindings/sound/
H A Dfsl,mqs.yaml7 title: NXP Medium Quality Sound (MQS)
14 Medium quality sound (MQS) is used to generate medium quality audio
/src/contrib/spleen/
H A DREADME.md86 -misc-spleen-medium-r-normal--8-80-72-72-c-50-iso10646-1
87 -misc-spleen-medium-r-normal--12-120-72-72-c-60-iso10646-1
88 -misc-spleen-medium-r-normal--16-160-72-72-c-80-iso10646-1
89 -misc-spleen-medium-r-normal--24-240-72-72-c-120-iso10646-1
90 -misc-spleen-medium-r-normal--32-320-72-72-c-160-iso10646-1
91 -misc-spleen-medium-r-normal--64-640-72-72-c-320-iso10646-1
/src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kSubtarget.cpp108 // - GOT is reachable within 16 bit offset for both Small and Medium models.
112 // | Small | Medium
158 case CodeModel::Medium: { in classifyLocalReference()
206 case CodeModel::Medium: { in classifyGlobalReference()
223 // in Medium model(can have large data way beyond 16 bit). in getJumpTableEncoding()
224 if (TM.getCodeModel() == CodeModel::Medium && !atLeastM68020()) in getJumpTableEncoding()
/src/sys/contrib/device-tree/Bindings/mtd/
H A Drockchip,nand-controller.yaml98 Only used in combination with 'nand-is-boot-medium'.
118 Only used in combination with 'nand-is-boot-medium'.
159 nand-is-boot-medium;
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp108 // Medium: BRASL can call any function and will use a stub if necessary.
112 // Large: Equivalent to Medium for now.
114 // Kernel: Equivalent to Medium for now.
131 // the range of LARL. We need the Medium model in that case.
143 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSystemZCodeModel()
/src/usr.sbin/fdread/
H A Dfdread.159 will always read an entire floppy medium, and write its contents to
79 By default, the medium parameters of the device
234 Bits that are (no longer) available on the floppy medium cannot be

12345678910>>...22