Lines Matching +full:device +full:- +full:width
50 .Bl -hang -width 10n
58 bytes of memory from the heap using a best-fit algorithm.
97 to the traditional shell-supported environment.
100 .Bl -hang -width 10n
159 .Bl -hang -width 10n
221 .Bl -hang -width 10n
237 - 1 characters from the console into
257 if successful, or -1 if a read error occurs.
281 +,-,#,*,0,field width,precision,l.
287 .Bd -ragged -offset indent
301 .Bd -ragged -offset indent
310 .Bd -ragged -offset indent
317 .Bd -ragged -offset indent
325 .Bd -ragged -offset indent
336 .Bl -hang -width 10n
391 .Bl -hang -width 10n
459 .Bl -hang -width 10n
482 -terminated buffer at
498 Returns -1 on error, 0 at EOF, or 1 if the user elects to quit while reading.
505 .Bl -hang -width 10n
539 argument is passed as-is from the argument of the same name to
561 .Bl -hang -width 10n
567 Format the specified device as a string.
576 .Sq device:[/path/to/file] .
580 .Sq device
585 is non-NULL, then it will be called to parse the rest of the string and allocate
594 is non-NULL, then a pointer to the remainder of the
596 string after the device specification is written.
612 Successive calls emit the characters in the sequence |,/,-,\\ followed by a
615 .Sh REQUIRED LOW-LEVEL SUPPORT
618 - stack, heap, console and devices.
645 Device access is initiated via
652 functions in the device switch structure that
657 .Bl -hang -width 10n
691 Open the appropriate device for the file named in
697 which does not refer to the device.
704 structure for the opened device if successful.
705 Device identifiers must
709 and thus for all device-related I/O.
715 Close the device allocated for
717 The device driver itself will already have been called for the close; this call
748 .Bl -hang -width ".Va cd9660_fsops"
760 ISO 9660 (CD-ROM) file system.
771 array determines whether gzipped files will be opened in preference to non-gzipped
782 .Xr bzip2 1 Ns -compressed
792 which is a NULL terminated array of pointers to device switch structures.
797 to interface with the device.
798 .Bd -literal
816 .Bl -tag -width ".Fn dv_strategy"
818 The device's name.
820 Type of device.
822 .Bl -tag -width "DEVT_NONE"
850 Cleans up any memory used by the device before the next stage is run.
853 for that device.
855 Parses the device portion of a file path.
860 of device name, possibly followed by a colon and a path within the device.
863 is, by convention, the part of the device specification that follows the
881 to point to the portion of the string after device specification, or
889 to specify that all device paths starting with
892 Otherwise, this function returns 0 for a match and a non-zero
895 This is helpful when you claim the device path after using it to query
903 .Bl -bullet -compact