Searched refs:device (Results 1 - 25 of 834) sorted by path

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zinject/
H A Dtranslate.c430 translate_device(const char *pool, const char *device, err_type_t label_type, argument
439 * Given a device name or GUID, create an appropriate injection record
445 record->zi_guid = strtoull(device, &end, 16);
447 tgt = zpool_find_vdev(zhp, device, &isspare, &iscache, NULL);
450 (void) fprintf(stderr, "cannot find device '%s' in "
451 "pool '%s'\n", device, pool);
H A Dzinject.c31 * There are two basic types of faults: device faults and data faults.
37 * option takes a path or vdev GUID to uniquely identify the device within a
40 * EIO failures, any attempt to read data from the device will return EIO, but
41 * subsequent attempt to reopen the device will succeed. For ENXIO failures,
42 * any attempt to read from the device will return EIO, but any attempt to
43 * reopen the device will also return ENXIO.
46 * of all the labels for the specified device.
50 * zinject -d device [-e errno] [-L <uber | nvlist | pad1 | pad2>] pool
237 "\tzinject -d device [-e errno] [-L <nvlist|uber|pad1|pad2>] [-F]\n"
240 "\t\tInject a fault into a particular device o
664 char *device = NULL; local
[all...]
H A Dzinject.h60 int translate_device(const char *pool, const char *device,
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dfilestat.c80 finfo->device = info->st_dev;
/freebsd-11-stable/contrib/dialog/
H A Dutil.c259 const char *device = TTY_DEVICE; local
261 || (device = ttyname(fileno(stderr))) == 0) {
263 || (device = ttyname(fileno(stdout))) == 0) {
265 || (device = ttyname(fileno(stdin))) == 0) {
266 device = TTY_DEVICE;
270 *result = dlg_strclone(device);
271 return open(device, mode);
300 char *device = 0; local
341 if ((fd1 = open_terminal(&device, O_RDONLY)) >= 0) {
344 if (freopen(device, "
[all...]
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex45 device tree supplied by Open Firmware on IBM\R servers and Apple\R
48 The ``blob'' representing the device tree can be created using \dtc
63 \subsection{OF and the device tree}
67 Among other boot-time services, OF maintains a device tree that
70 the Linux kernel uses OF calls to scan the device tree and transfer it
72 various device information.
74 The device tree consists of nodes representing devices or
77 information about the device. The values are arbitrary byte strings,
85 but nothing as detailed or complete as the OF device tree. This has
88 device tre
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-utils.c73 NULL, /* device */
89 where DEVICE is the name of a device or HOST:PORT", proto);
118 /* find end of device name. */
121 /* check for missing or empty device name. */
168 /* If no args are specified, then we use the device specified by a
170 device, better stop now, not dump core. */
600 var_filename, (char *) &sr_settings.device,
601 "Set device for remote serial I/O.\n\
602 This device is used as the serial port when debugging using remote\n\
H A Dremote-utils.h39 char *device; member in struct:_sr_settings
54 /* get and set device. */
55 #define sr_get_device() (sr_settings.device)
58 if (sr_settings.device) xfree (sr_settings.device); \
59 sr_settings.device = (newval); \
73 error ("Remote device not open"); }
/freebsd-11-stable/contrib/groff/contrib/groffer/
H A Dgroffer2.sh394 'text' 'text-device' \
395 'tty' 'tty-device' 'version' 'whatis' 'where' 'www' 'x' 'X'";
398 'default-modes' 'device' 'dvi-viewer' 'dvi-viewer-tty' 'extension' 'fg' \
433 'pager' 'preprocessor' 'prompt' 'sections' 'systems' 'troff-device'";
511 export _OPT_DEVICE; # device option.
528 export _OPT_TEXT_DEVICE; # set device for tty mode.
3803 -T --device=name pass to groff using output device "name".
3825 --dvi display in a viewer for TeX device independent format.
3843 --text output in a text device withou
[all...]
/freebsd-11-stable/contrib/groff/src/devices/grotty/
H A Dtty.cpp23 #include "device.h"
216 tty_printer(const char *device);
792 return new tty_printer(device);
/freebsd-11-stable/contrib/groff/src/devices/xditview/
H A DDvi.c231 dw->dvi.device = 0;
322 device_destroy (dw->dvi.device);
462 dw->dvi.device = device_load (name);
463 if (!dw->dvi.device)
465 dw->dvi.sizescale = dw->dvi.device->sizescale;
466 dw->dvi.device_resolution = dw->dvi.device->res;
467 dw->dvi.native = dw->dvi.device->X11;
468 dw->dvi.paperlength = dw->dvi.device->paperlength;
469 dw->dvi.paperwidth = dw->dvi.device->paperwidth;
H A DDviP.h14 #include "device.h"
153 Device *device; member in struct:__anon1703
159 double scale_factor; /* display res / device res */
H A DMakefile.sub8 device.$(OBJEXT) \
17 $(srcdir)/device.c \
26 $(srcdir)/device.h \
H A Dfont.c229 f->device_font = device_find_font (dw->dvi.device, dvi_name);
/freebsd-11-stable/contrib/groff/src/include/
H A DMakefile.sub6 device.h \
H A Ddevice.h21 extern const char *device;
/freebsd-11-stable/contrib/groff/src/libs/libdriver/
H A Dinput.cpp34 see groff_out(5), and does the printout for the given device.
37 A device postprocessor just needs to fill in the methods for the class
41 device drivers.
138 - Add scaling facility for classical device independence and
139 non-groff devices. Classical troff output had a quasi device
141 of the postprocessor device if different from the one specified
142 with `x T', groff have not. So implement full quasi device
144 devices to the postprocessor device (seems to be reasonably
151 - The global `device' is the name used during the formatting
152 process; there should be a new variable for the device nam
346 const char *device = 0; // cancel former init with literal variable
[all...]
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A DMakefile.sub9 device.$(OBJEXT) \
58 $(srcdir)/device.cpp \
H A Ddevice.cpp22 #include "device.h"
25 const char *device = DEVICE; variable
35 device = tem;
H A Dfontfile.cpp29 #include "device.h"
64 char *filename = new char[strlen(nm) + strlen(device) + 5];
65 sprintf(filename, "dev%s/%s", device, nm);
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Deqn.h47 void init_table(const char *device);
H A Dlex.cpp259 void init_table(const char *device) argument
278 macro_table.define(device, def);
H A Dmain.cpp24 #include "device.h"
303 device = optarg;
304 if (strcmp(device, "ps:html") == 0) {
305 device = "ps";
352 init_table(device);
355 ".if !'\\*(.T'html' " // the html device uses `-Tps' to render
358 device, program_name);
362 device, program_name);
366 device);
/freebsd-11-stable/contrib/groff/src/preproc/grn/
H A Dmain.cpp76 #include "device.h"
274 device = operand(&argc, &argv);
306 getres(); /* set the resolution for an output device */
364 | Results: Sets `res' to the resolution of the output device.
544 /* change to device units */
/freebsd-11-stable/contrib/groff/src/preproc/html/
H A Dpre-html.cpp37 #include "device.h"
314 // Redirect standard error to the null device. This is more
766 // Handle output for BOTH html and image device formats
1722 device = "html";

Completed in 269 milliseconds

1234567891011>>