Home
last modified time | relevance | path

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

1234567

/openbsd-src/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-src/usr.sbin/ldomctl/
H A Dldomctl.h46 struct device { struct
65 TAILQ_ENTRY(device) link; argument
/openbsd-src/sys/sys/
H A Ddevice.h72 struct device { global() struct
73 dv_classdevice global() argument
76 dv_unitdevice global() argument
78 dv_parentdevice global() argument
84 dv_refdevice global() argument
[all...]
/openbsd-src/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-src/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-src/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-src/lib/libpcap/
H A Dinet.c118 static char device[IF_NAMESIZE + 1]; pcap_lookupdev() local
238 pcap_lookupnet(const char * device,bpf_u_int32 * netp,bpf_u_int32 * maskp,char * errbuf) pcap_lookupnet() argument
[all...]
/openbsd-src/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() argument
324 dev_t device; udv_fault() local
[all...]
/openbsd-src/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-src/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-src/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-src/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,struct sk_option *** optsp) make_options() argument
444 sshsk_enroll(int type,const char * provider_path,const char * device,const char * application,const char * userid,uint8_t flags,const char * pin,struct sshbuf * challenge_buf,struct sshkey ** keyp,struct sshbuf * attest) sshsk_enroll() argument
767 sshsk_load_resident(const char * provider_path,const char * device,const char * pin,u_int flags,struct sshsk_resident_key *** srksp,size_t * nsrksp) sshsk_load_resident() argument
[all...]
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-src/usr.sbin/mopd/common/
H A Dprint.c401 mopPrintDevice(FILE *fd, u_char device) in mopPrintDevice() argument
424 u_char ilen, tmpc, device; in mopPrintInfo() local
[all...]
/openbsd-src/lib/libutil/
H A Dreadlabel.c51 readlabelfs(char *device, int verbose) in readlabelfs()
/openbsd-src/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-src/usr.sbin/rpc.lockd/
H A Dhandles.c56 dev_t device; /* device on which the file lives. */ member
/openbsd-src/sys/dev/hid/
H A Dhidccvar.h22 struct device *device; member
/openbsd-src/usr.bin/wall/
H A Dttymsg.c59 static char device[MAXNAMLEN] = _PATH_DEV; in ttymsg() local
/openbsd-src/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-src/sys/ntfs/
H A Dntfs_ihash.c56 #define NTNOHASH(device, inum) ntfs_hash((device), (inum)) argument

1234567