/titanic_51/usr/src/cmd/hal/fdi/ |
H A D | Makefile | 29 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 D | README | 8 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/polic [all...] |
/titanic_51/usr/src/cmd/sf880drd/ |
H A D | sf880drd.c | 136 process_event(int fdi) in process_event() argument 140 int slot = INDEX2SLOT(fdi); in process_event() 141 int cntr = INDEX2CONTROLLER(fdi); in process_event() 143 rv = ioctl(fds[fdi].fd, HPC3130_GET_EVENT, &e); in process_event() 161 fault_led_event(e.id, fdi); in process_event() 165 fault_led_event(e.id, fdi); in process_event() 169 removable_led_event(e.id, fdi); in process_event() 173 removable_led_event(e.id, fdi); in process_event() 233 fault_led_event(hpc3130_event_type_t event, int fdi) in fault_led_event() argument 238 if (INDEX2CONTROLLER(fdi) ! in fault_led_event() 274 removable_led_event(hpc3130_event_type_t event,int fdi) removable_led_event() argument [all...] |
/titanic_51/usr/src/pkg/manifests/ |
H A D | service-hal.mf | 38 dir path=etc/hal/fdi variant.opensolaris.zone=global 39 dir path=etc/hal/fdi/information variant.opensolaris.zone=global 40 dir path=etc/hal/fdi/information/10freedesktop variant.opensolaris.zone=global 41 dir path=etc/hal/fdi/information/20thirdparty variant.opensolaris.zone=global 42 dir path=etc/hal/fdi/information/30user variant.opensolaris.zone=global 43 dir path=etc/hal/fdi/policy variant.opensolaris.zone=global 44 dir path=etc/hal/fdi/policy/10osvendor variant.opensolaris.zone=global 45 dir path=etc/hal/fdi/policy/20thirdparty variant.opensolaris.zone=global 46 dir path=etc/hal/fdi/policy/30user variant.opensolaris.zone=global 47 dir path=etc/hal/fdi/preprobe variant.opensolaris.zone=global [all …]
|
/titanic_51/usr/src/tools/btxld/ |
H A D | btxld.c | 206 int fdi[3], fdo, i; in btxld() local 212 if ((fdi[i] = open(fname, O_RDONLY)) == -1) in btxld() 216 gethdr(fdi[i], &ihdr); in btxld() 223 getbtx(fdi[i], &btx); in btxld() 226 gethdr(fdi[i], &ihdr); in btxld() 267 copy(fdi[i], fdo, ldr_size, 0); in btxld() 276 copy(fdi[i], fdo, btx.btx_textsz - sizeof(btx), in btxld() 280 copy(fdi[i], fdo, ihdr.size, 0); in btxld() 284 if (close(fdi[i])) in btxld() 447 copy(int fdi, in argument [all...] |
/titanic_51/usr/src/cmd/allocate/ |
H A D | svc-allocate | 33 HALFDI=/etc/hal/fdi/policy/30user/90-solaris-device-allocation.fdi
|
/titanic_51/usr/src/cmd/hal/ |
H A D | Makefile.hal | 33 ROOT_HAL_FDI = $(ROOT)/etc/hal/fdi
|
H A D | Makefile | 30 SUBDIRS2 = fdi
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | suid_exec.c | 494 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()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | suid_exec.c | 494 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()
|
/titanic_51/usr/src/cmd/hal/tools/ |
H A D | Makefile | 33 SCRIPT_BIN = hal-fdi-validate
|
/titanic_51/usr/src/man/man4/ |
H A D | Makefile | 67 fdi.4 \
|
/titanic_51/usr/src/ |
H A D | Targetdirs | 128 /etc/hal/fdi \ 129 /etc/hal/fdi/information \ 130 /etc/hal/fdi/information/10freedesktop \ 131 /etc/hal/fdi/information/20thirdparty \ 132 /etc/hal/fdi/information/30user \ 133 /etc/hal/fdi/policy \ 134 /etc/hal/fdi/policy/10osvendor \ 135 /etc/hal/fdi/policy/20thirdparty \ 136 /etc/hal/fdi/policy/30user \ 137 /etc/hal/fdi/preprob [all...] |
/titanic_51/usr/src/man/man1m/ |
H A D | Makefile | 166 hal-fdi-validate.1m \
|
/titanic_51/ |
H A D | .gitignore | 1382 usr/src/cmd/hal/tools/hal-fdi-validate
|