Home
last modified time | relevance | path

Searched defs:device (Results 1 – 25 of 162) sorted by relevance

1234567

/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/
H A Ddevsw.c356 static void flush_packet(const DeviceDescr *device, DriverCall *dc) in flush_packet()
397 AdpErrs DevSW_Open(DeviceDescr *device, const char *name, const char *arg, in DevSW_Open()
438 AdpErrs DevSW_Match(const DeviceDescr *device, const char *name, in DevSW_Match()
444 AdpErrs DevSW_Close (DeviceDescr *device, const DevChanID type) in DevSW_Close()
476 AdpErrs DevSW_Read(const DeviceDescr *device, const DevChanID type, in DevSW_Read()
540 AdpErrs DevSW_FlushPendingWrite(const DeviceDescr *device) in DevSW_FlushPendingWrite()
566 AdpErrs DevSW_Write(const DeviceDescr *device, Packet *packet, DevChanID type) in DevSW_Write()
596 AdpErrs DevSW_Ioctl(const DeviceDescr *device, const int opcode, void *args) in DevSW_Ioctl()
601 bool DevSW_WriteFinished(const DeviceDescr *device) in DevSW_WriteFinished()
/openbsd/usr.sbin/ldomctl/
H A Dldomctl.h46 struct device { struct
65 TAILQ_ENTRY(device) link; argument
/openbsd/sys/sys/
H A Ddevice.h72 struct device { struct
73 enum devclass dv_class; /* this device's classification */ argument
76 int dv_unit; /* device unit number */ argument
78 struct device *dv_parent; /* pointer to parent device */ argument
84 #define DVF_ACTIVE 0x0001 /* device is activated */ argument
/openbsd/sys/dev/pci/drm/include/linux/
H A Dfirmware.h23 struct device *device) in request_firmware()
41 struct device *device) in firmware_request_nowarn()
48 struct device *device) in request_firmware_direct()
/openbsd/sys/arch/i386/pci/
H A Dpci_bus_fixup.c52 int device, maxdevs, function, nfuncs, bus_max, bus_sub; in pci_bus_check() local
159 int bridge, device, maxdevs, function, nfuncs, bus_max, bus_sub; in pci_bus_assign() local
259 int bus, device, function; in pcibus_print_devid() local
H A Dpci_intr_fixup.c332 pciintr_pir_lookup(int bus, int device) in pciintr_pir_lookup()
654 int irq, link, bus, device, function; in pci_intr_header_fixup() local
771 int device, maxdevs = pci_bus_maxdevs(pc, 0); in pci_intr_fixup() local
/openbsd/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dsmu_helper.h151 #define PHM_READ_FIELD(device, reg, field) \ argument
154 #define PHM_READ_INDIRECT_FIELD(device, port, reg, field) \ argument
158 #define PHM_READ_VFPF_INDIRECT_FIELD(device, port, reg, field) \ argument
162 #define PHM_WRITE_FIELD(device, reg, field, fieldval) \ argument
166 #define PHM_WRITE_INDIRECT_FIELD(device, port, reg, field, fieldval) \ argument
171 #define PHM_WRITE_VFPF_INDIRECT_FIELD(device, port, reg, field, fieldval) \ argument
/openbsd/lib/libpcap/
H A Dinet.c118 static char device[IF_NAMESIZE + 1]; in pcap_lookupdev() local
238 pcap_lookupnet(const char *device, bpf_u_int32 *netp, bpf_u_int32 *maskp, in pcap_lookupnet()
/openbsd/sys/uvm/
H A Duvm_device.c92 udv_attach(dev_t device, vm_prot_t accessprot, voff_t off, vsize_t size) in udv_attach()
324 dev_t device; in udv_fault() local
/openbsd/sys/arch/alpha/pci/
H A Dlca_pci.c128 int s, secondary, device, ba; local
192 int s, secondary, device; local
H A Dpci_machdep.c64 pci_display_console(iot, memt, pc, bus, device, function) in pci_display_console() argument
/openbsd/sbin/kbd/
H A Dkbd_wscons.c154 char device[PATH_MAX]; in kbd_list() local
234 char buf[LINE_MAX], *c, *b, device[sizeof "/dev/wskbd00"]; in kbd_set() local
/openbsd/games/trek/
H A Dcheck_out.c49 check_out(int device) in check_out()
H A Dshield.c68 const char *device, *dev2, *dev3; in shield() local
/openbsd/usr.bin/ssh/
H A Dssh-sk-helper.c150 char *provider, *application, *pin, *device, *userid; in process_enroll() local
213 char *provider, *pin, *device; in process_load_resident() local
H A Dssh-sk.c391 make_options(const char *device, const char *user_id, in make_options()
444 sshsk_enroll(int type, const char *provider_path, const char *device, in sshsk_enroll()
767 sshsk_load_resident(const char *provider_path, const char *device, in sshsk_load_resident()
H A Dssh-sk-client.c288 sshsk_enroll(int type, const char *provider_path, const char *device, in sshsk_enroll()
386 sshsk_load_resident(const char *provider_path, const char *device, in sshsk_load_resident()
/openbsd/usr.sbin/mopd/common/
H A Dprint.c401 mopPrintDevice(FILE *fd, u_char device) in mopPrintDevice()
424 u_char ilen, tmpc, device; in mopPrintInfo() local
/openbsd/lib/libutil/
H A Dreadlabel.c51 readlabelfs(char *device, int verbose) in readlabelfs()
/openbsd/sys/isofs/cd9660/
H A Dcd9660_node.c65 #define INOHASH(device, inum) cd9660_isohash((device), (inum)) argument
84 cd9660_isohash(dev_t device, cdino_t inum) in cd9660_isohash()
/openbsd/usr.sbin/rpc.lockd/
H A Dhandles.c56 dev_t device; /* device on which the file lives. */ member
/openbsd/sys/dev/hid/
H A Dhidccvar.h22 struct device *device; member
/openbsd/usr.bin/wall/
H A Dttymsg.c59 static char device[MAXNAMLEN] = _PATH_DEV; in ttymsg() local
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.cpp61 CoreSimulatorSupport::Device device(GetSimulatorDevice()); in LaunchProcess() local
104 CoreSimulatorSupport::Device device = devices.GetDeviceAtIndex(i); in GetStatus() local
147 [this, &arg_str](const CoreSimulatorSupport::Device &device) -> bool { in ConnectRemote()
/openbsd/sys/ntfs/
H A Dntfs_ihash.c56 #define NTNOHASH(device, inum) ntfs_hash((device), (inum)) argument

1234567