Searched refs:devtype (Results 1 - 25 of 103) sorted by relevance

12345

/freebsd-current/sys/dev/uart/
H A Duart_cpu_x86.c54 uart_cpu_getdev(int devtype, struct uart_devinfo *di) argument
64 if (uart_getenv(devtype, di, class) == 0)
73 if (late_console && uart_cpu_acpi_setup(devtype, di) == 0)
85 if (devtype == UART_DEV_CONSOLE && !UART_FLAGS_CONSOLE(ivar))
87 if (devtype == UART_DEV_DBGPORT && !UART_FLAGS_DBGPORT(ivar))
H A Duart_cpu_arm64.c81 uart_cpu_fdt_setup(struct uart_class *class, int devtype, struct uart_devinfo *di) argument
89 &shift, &iowidth, devtype);
115 uart_cpu_getdev(int devtype, struct uart_devinfo *di) argument
122 err = uart_getenv(devtype, di, class);
128 if (uart_cpu_acpi_setup(devtype, di) == 0)
132 if (uart_cpu_fdt_setup(class, devtype, di) == 0)
H A Duart_cpu_acpi.h68 int uart_cpu_acpi_setup(int devtype, struct uart_devinfo *di);
H A Duart_cpu_fdt.c73 uart_cpu_getdev(int devtype, struct uart_devinfo *di) argument
83 err = uart_getenv(devtype, di, class);
88 &shift, &iowidth, devtype);
H A Duart_cpu_acpi.c142 uart_cpu_acpi_spcr(int devtype, struct uart_devinfo *di) argument
289 uart_cpu_acpi_setup(int devtype, struct uart_devinfo *di) argument
293 switch(devtype) {
295 return (uart_cpu_acpi_spcr(devtype, di));
H A Duart_cpu_powerpc.c109 uart_cpu_getdev(int devtype, struct uart_devinfo *di) argument
118 switch (devtype) {
/freebsd-current/tests/sys/cddl/zfs/tests/devices/
H A Ddevices_common.kshlib42 devtype=$($DF -T / | $AWK '{print $2}')
43 case $devtype in
72 "for / ($devtype)," \
/freebsd-current/sys/dev/scc/
H A Dscc_bfe_quicc.c49 uintptr_t devtype, rclk; local
54 error = BUS_READ_IVAR(parent, dev, QUICC_IVAR_DEVTYPE, &devtype);
57 if (devtype != QUICC_DEVTYPE_SCC)
/freebsd-current/sys/powerpc/ps3/
H A Dps3bus.h46 PS3BUS_ACCESSOR(devtype, DEVTYPE, uint64_t)
H A Dps3bus.c82 uint64_t devtype; member in struct:ps3bus_devinfo
246 dinfo->bustype, dinfo->devtype, result);
317 dinfo->bustype, dinfo->devtype, result);
334 uint64_t dev, devtype; local
377 lv1_repository_string("type"), 0, &devtype, &junk);
390 switch (devtype) {
404 dinfo->devtype = devtype;
430 dinfo->devtype = devtype;
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_parallel_admin.ksh76 typeset devtype=$3
79 errmsg=$(zpool add $pool $devtype $device 2>&1 > /dev/null)
81 echo ${pool}: added $devtype vdev in $SECONDS secs
84 echo ${pool}: add $devtype vdev failed ${errmsg}, in $SECONDS secs
/freebsd-current/sys/dev/dpaa2/
H A Ddpaa2_mc.h209 enum dpaa2_dev_type devtype);
211 enum dpaa2_dev_type devtype, uint32_t obj_id);
213 enum dpaa2_dev_type devtype);
215 enum dpaa2_dev_type devtype);
217 enum dpaa2_dev_type devtype);
/freebsd-current/sbin/camcontrol/
H A Depc.c129 static int epc_list(struct cam_device *device, camcontrol_devtype devtype,
133 static int epc_getmode(struct cam_device *device, camcontrol_devtype devtype,
137 camcontrol_devtype devtype, union ccb *ccb,
189 epc_list(struct cam_device *device, camcontrol_devtype devtype, union ccb *ccb, argument
224 /*devtype*/ devtype);
270 epc_getmode(struct cam_device *device, camcontrol_devtype devtype, argument
334 /*devtype*/ devtype);
411 /*devtype*/ devtyp
520 epc_set_features(struct cam_device *device, camcontrol_devtype devtype, union ccb *ccb, int retry_count, int timeout, int action, int power_cond, int timer, int enable, int save, int delayed_entry, int hold, int power_src, int restore_src) argument
616 camcontrol_devtype devtype; local
[all...]
H A Dfwdownload.c283 camcontrol_devtype devtype,
290 camcontrol_devtype devtype);
660 fw_check_device_ready(struct cam_device *dev, camcontrol_devtype devtype, argument
674 if (devtype != CC_DT_SCSI) {
686 switch (devtype) {
717 /*devtype*/ devtype);
727 warnx("Unknown disk type %d", devtype);
737 warn("error sending %s CCB", (devtype == CC_DT_SCSI) ?
827 camcontrol_devtype devtype)
824 fw_download_img(struct cam_device *cam_dev, struct fw_vendor *vp, char *buf, int img_size, int sim_mode, int printerrors, int quiet, int retry_count, int timeout, const char *imgname, camcontrol_devtype devtype) argument
986 camcontrol_devtype devtype; local
[all...]
H A Dzone.c329 camcontrol_devtype devtype; local
433 /*printerrors*/ 1, &devtype);
446 switch (devtype) {
513 /*devtype*/ devtype);
526 warnx("%s: Unknown device type %d", __func__,devtype);
539 switch (devtype) {
605 /*devtype*/ devtype);
615 warnx("%s: Unknown device type %d", __func__,devtype);
[all...]
H A Dcamcontrol.h67 int verbosemode, camcontrol_devtype *devtype);
74 int is48bit, camcontrol_devtype devtype);
/freebsd-current/sys/security/audit/
H A Daudit_trigger.c63 audit_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
80 audit_close(struct cdev *dev, int fflag, int devtype, struct thread *td) argument
/freebsd-current/contrib/wpa/src/p2p/
H A Dp2p_parse.c41 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
182 wps_dev_type_bin2str(msg->pri_dev_type, devtype,
183 sizeof(devtype)),
480 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
483 wps_dev_type_bin2str(msg->wps_pri_dev_type, devtype,
484 sizeof(devtype)));
720 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
738 devtype,
739 sizeof(devtype)));
748 devtype, sizeo
804 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dfpclone.sh115 fpclone_open(struct cdev *dev, int oflags, int devtype, struct thread *td)
129 fpclone_close(struct cdev *dev, int fflag, int devtype, struct thread *td)
/freebsd-current/sys/contrib/rdma/krping/
H A Dkrping_dev.c95 krping_open(struct cdev *dev, int oflags, int devtype, struct thread *p) argument
102 krping_close(struct cdev *dev, int fflag, int devtype, struct thread *p) argument
/freebsd-current/sys/dev/virtio/
H A Dvirtio.h77 #define VIRTIO_SIMPLE_PNPINFO(driver, devtype, desc) \
79 .device_type = devtype, \
/freebsd-current/sys/dev/cardbus/
H A Dcardbus_device.c134 cardbus_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
141 cardbus_close(struct cdev *dev, int fflags, int devtype, struct thread *td) argument
/freebsd-current/sys/dev/smartpqi/
H A Dsmartpqi_helper.c275 } else if (device->devtype == RAID_DEVICE) {
289 } else if (device->devtype == CONTROLLER_DEVICE) {
305 "SSDSmartPathCap%c En%c Exp%c qd=%d devtype=%d\n",
317 device->devtype);
/freebsd-current/contrib/wpa/src/wps/
H A Dwps_dev_attr.c359 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
369 wps_dev_type_bin2str(dev->pri_dev_type, devtype,
370 sizeof(devtype)));
/freebsd-current/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_agents.c213 device_type_t devtype = DEVICE_TYPE_PRIMARY; local
247 devtype = search.gs_vdev_type;
270 switch (devtype) {

Completed in 383 milliseconds

12345