Home
last modified time | relevance | path

Searched refs:drvname (Results 1 – 4 of 4) sorted by relevance

/freebsd/tools/tools/kdrv/
H A DKernelDriver672 proc findInstalledDrvi386 {drvname kpath} {
683 if {$name != $drvname} {
687 set Drv(driver) $drvname;
712 proc findInstalledDrvconf {drvname kpath} {
723 if {$name != $drvname} {
727 set Drv(driver) $drvname;
752 proc findInstalledDrv {drvname kpath} {
756 if {$Options(verbose)} {puts "+ look for driver '$drvname' in '$kpath'";}
759 set a [findInstalledDrvi386 $drvname $kpath];
760 set b [findInstalledDrvconf $drvname $kpath];
[all …]
/freebsd/lib/libkiconv/
H A Dkiconv_sysctl.c39 kiconv_lookupconv(const char *drvname) in kiconv_lookupconv() argument
56 if (strcmp(drvp, drvname) == 0) { in kiconv_lookupconv()
/freebsd/sys/dev/gpio/
H A Dofw_gpiobus.c142 ofw_gpiobus_add_fdt_child(device_t bus, const char *drvname, phandle_t child) in ofw_gpiobus_add_fdt_child() argument
160 childdev = device_add_child(bus, drvname, -1); in ofw_gpiobus_add_fdt_child()
/freebsd/sys/sys/
H A Diconv.h95 int kiconv_lookupconv(const char *drvname);