Searched defs:subsystem (Results 1 - 4 of 4) sorted by relevance

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
H A DPacketSessionSubsystemRequest.java19 public String subsystem; field in class:PacketSessionSubsystemRequest
21 public PacketSessionSubsystemRequest(int recipientChannelID, boolean wantReply, String subsystem) argument
25 this.subsystem = subsystem;
35 tw.writeString("subsystem");
37 tw.writeString(subsystem);
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_syswm.h74 SDL_SYSWM_TYPE subsystem; member in struct:SDL_SysWMmsg
86 SDL_SYSWM_TYPE subsystem; member in struct:SDL_SysWMinfo
/external/kernel-headers/original/linux/
H A Dkobject.h98 * to a specific subsystem.
105 * A subsystem does not have to be a list of only one type
106 * of object; multiple ksets can belong to one subsystem. All
107 * ksets of a subsystem share the subsystem's lock.
110 * supress the event generation or add subsystem specific
121 struct subsystem * subsys;
169 struct subsystem { struct
175 struct subsystem _name##_subsys = { \
183 struct subsystem _varnam
[all...]
/external/grub/netboot/
H A Dtulip.c177 u32 pci, pci_mask, subsystem, subsystem_mask;
176 u32 pci, pci_mask, subsystem, subsystem_mask; member in struct:pci_id_info::match_info

Completed in 217 milliseconds