Home
last modified time | relevance | path

Searched refs:fdi (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/hal/fdi/
H A DMakefile29 DTDS = fdi.dtd.1
35 FDIS = information/10freedesktop/10-camera-ptp.fdi \
36 information/10freedesktop/10-cd-dvd-burner.fdi \
37 information/10freedesktop/10-usb-card-readers.fdi \
38 information/10freedesktop/10-usb-music-players.fdi \
39 information/10freedesktop/10-usb-pda.fdi \
40 information/10freedesktop/10-usb-zip-drives.fdi \
41 information/10freedesktop/10-wireless-mice.fdi \
42 policy/10osvendor/10-laptop-panel-mgmt-policy.fdi \
43 policy/10osvendor/10-network-attached.fdi \
[all …]
H A DREADME8 the following format: <organization>-[<model>]-[<purpose>].fdi. As a
32 | # -> installs into /usr/share/hal/fdi/preprobe/10osvendor
34 | # -> installs into /usr/share/hal/fdi/preprobe/20thirdparty
36 # -> installs into /etc/hal/fdi/preprobe/
51 Subdirs are installed in $(datadir)/hal/fdi (e.g. /usr/share/hal/fdi)
55 | # -> installs into /usr/share/hal/fdi/information/10freedesktop
57 | # -> installs into /usr/share/hal/fdi/information/20thirdparty
59 # -> installs into /etc/hal/fdi/information
75 | # -> installs into /usr/share/hal/fdi/policy/10freedesktop
77 | # -> installs into /usr/share/hal/fdi/policy/20thirdparty
[all …]
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-hal.p5m39 dir path=etc/hal/fdi variant.opensolaris.zone=global
40 dir path=etc/hal/fdi/information variant.opensolaris.zone=global
41 dir path=etc/hal/fdi/information/10freedesktop variant.opensolaris.zone=global
42 file path=etc/hal/fdi/information/10freedesktop/10-camera-ptp.fdi mode=0444 \
44 file path=etc/hal/fdi/information/10freedesktop/10-cd-dvd-burner.fdi mode=0444 \
46 file path=etc/hal/fdi/information/10freedesktop/10-usb-card-readers.fdi \
48 file path=etc/hal/fdi/information/10freedesktop/10-usb-music-players.fdi \
50 file path=etc/hal/fdi/information/10freedesktop/10-usb-pda.fdi mode=0444 \
52 file path=etc/hal/fdi/information/10freedesktop/10-usb-zip-drives.fdi \
54 file path=etc/hal/fdi/information/10freedesktop/10-wireless-mice.fdi mode=0444 \
[all …]
/illumos-gate/usr/src/cmd/sf880drd/
H A Dsf880drd.c134 process_event(int fdi) in process_event() argument
138 int slot = INDEX2SLOT(fdi); in process_event()
139 int cntr = INDEX2CONTROLLER(fdi); in process_event()
141 rv = ioctl(fds[fdi].fd, HPC3130_GET_EVENT, &e); in process_event()
159 fault_led_event(e.id, fdi); in process_event()
163 fault_led_event(e.id, fdi); in process_event()
167 removable_led_event(e.id, fdi); in process_event()
171 removable_led_event(e.id, fdi); in process_event()
231 fault_led_event(hpc3130_event_type_t event, int fdi) in fault_led_event() argument
236 if (INDEX2CONTROLLER(fdi) != GPTWO_CONTROLLER) { in fault_led_event()
[all …]
/illumos-gate/usr/src/tools/btxld/
H A Dbtxld.c221 int fdi[3], fdo, i; in btxld() local
227 if ((fdi[i] = open(fname, O_RDONLY)) == -1) in btxld()
231 gethdr(fdi[i], &ihdr); in btxld()
238 getbtx(fdi[i], &btx); in btxld()
241 gethdr(fdi[i], &ihdr); in btxld()
282 copy(fdi[i], fdo, ldr_size, 0); in btxld()
291 copy(fdi[i], fdo, btx.btx_textsz - sizeof(btx), in btxld()
295 copy(fdi[i], fdo, ihdr.size, 0); in btxld()
299 if (close(fdi[i])) in btxld()
459 copy(int fdi, int fdo, size_t nbyte, off_t offset) in copy() argument
[all …]
/illumos-gate/usr/src/cmd/allocate/
H A Dsvc-allocate33 HALFDI=/etc/hal/fdi/policy/30user/90-solaris-device-allocation.fdi
/illumos-gate/usr/src/
H A DTargetdirs123 /etc/hal/fdi \
124 /etc/hal/fdi/information \
125 /etc/hal/fdi/information/10freedesktop \
126 /etc/hal/fdi/information/20thirdparty \
127 /etc/hal/fdi/information/30user \
128 /etc/hal/fdi/policy \
129 /etc/hal/fdi/policy/10osvendor \
130 /etc/hal/fdi/policy/20thirdparty \
131 /etc/hal/fdi/policy/30user \
132 /etc/hal/fdi/preprobe \
[all …]
/illumos-gate/exception_lists/
H A Dmanlint18 usr/src/cmd/hal/fdi/fdi.dtd.1
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dsuid_exec.c494 static int mycopy(int fdi, int fdo) in mycopy() argument
499 while((n = read(fdi,buffer,BLKSIZE)) > 0) in mycopy()
502 close(fdi); in mycopy()
/illumos-gate/usr/src/cmd/hal/
H A DMakefile.hal36 ROOT_HAL_FDI = $(ROOT)/etc/hal/fdi
H A DMakefile30 SUBDIRS2 = fdi
/illumos-gate/usr/src/cmd/hal/tools/
H A DMakefile33 SCRIPT_BIN = hal-fdi-validate
/illumos-gate/usr/src/man/man5/
H A DMakefile67 fdi.5 \
/illumos-gate/usr/src/man/man8/
H A DMakefile166 hal-fdi-validate.8 \