Home
last modified time | relevance | path

Searched refs:server (Results 1 – 25 of 36) sorted by relevance

12

/drivers/s390/block/
Ddasd_alias.c55 list_for_each_entry(pos, &aliastree.serverlist, server) { in _find_server()
65 static struct alias_lcu *_find_lcu(struct alias_server *server, in _find_lcu() argument
69 list_for_each_entry(pos, &server->lculist, lcu) { in _find_lcu()
106 struct alias_server *server; in _allocate_server() local
108 server = kzalloc(sizeof(*server), GFP_KERNEL); in _allocate_server()
109 if (!server) in _allocate_server()
111 memcpy(server->uid.vendor, uid->vendor, sizeof(uid->vendor)); in _allocate_server()
112 memcpy(server->uid.serial, uid->serial, sizeof(uid->serial)); in _allocate_server()
113 INIT_LIST_HEAD(&server->server); in _allocate_server()
114 INIT_LIST_HEAD(&server->lculist); in _allocate_server()
[all …]
Ddasd_eckd.h454 struct list_head server; member
/drivers/usb/usbip/
Dusbip_protocol.txt4 The USB/IP protocol follows a server/client architecture. The server exports the
9 client opens a TCP/IP connection towards the server, and sends an OP_REQ_DEVLIST
11 in one or more pieces at the low level transport layer). The server sends back
16 "client" "server"
27 of them. First the client opens a TCP/IP connection towards the server and
28 sends an OP_REQ_IMPORT packet. The server replies with OP_REP_IMPORT. If the
30 to transfer the URB traffic between the client and the server. The client may
33 server may be USBIP_RET_SUBMIT and USBIP_RET_UNLINK respectively.
36 "client" "server"
263 | | | server-side host controller
/drivers/char/tpm/
Dtpm_acpi.c43 } server; member
74 len = buff->server.log_max_len; in read_log()
75 start = buff->server.log_start_addr; in read_log()
/drivers/gpu/drm/ast/
DKconfig2 tristate "AST server chips"
16 in server chipsets.
/drivers/gpu/drm/mgag200/
DKconfig2 tristate "Kernel modesetting driver for MGA G200 server engines"
11 This is a KMS driver for the MGA G200 server chips, it
/drivers/staging/lustre/
DTODO3 * Seperate client/server functionality. Functions only used by server can be
DREADME.txt62 Allow lock LRU to be controlled by memory pressure on the server
64 per CPU per server on this client).
83 Out of tree Lustre client and server code is available at:
/drivers/edac/
DKconfig145 E7205, E7500, E7501 and E7505 server chipsets.
152 E7520, E7525, E7320 server chipsets.
167 DP82785P and E7210 server chipsets.
174 DP82975x server chipsets.
181 3000 and 3010 server chipsets.
188 3200 and 3210 server chipsets.
202 X38 server chipsets.
/drivers/scsi/
Discsi_boot_sysfs.c249 iscsi_boot_rd_attr(ini_isns, isns-server, ISCSI_BOOT_INI_ISNS_SERVER);
250 iscsi_boot_rd_attr(ini_slp, slp-server, ISCSI_BOOT_INI_SLP_SERVER);
251 iscsi_boot_rd_attr(ini_primary_radius, pri-radius-server,
253 iscsi_boot_rd_attr(ini_secondary_radius, sec-radius-server,
/drivers/dca/
DKconfig2 # DCA server configuration
/drivers/idle/
DKconfig22 Enable memory power savings when idle with certain Intel server
/drivers/staging/lustre/lnet/selftest/
Dconsole.h221 int server, int testidx, int *index_p,
/drivers/staging/unisys/uislib/
Duislib.c129 msg->hdr.Flags.server = svr; in init_msg_header()
232 if (!msg->hdr.Flags.server) { in create_bus()
312 if (msg->hdr.Flags.server) in destroy_bus()
442 if (!msg->hdr.Flags.server) { in create_device()
/drivers/staging/unisys/visorchipset/
Dvisorchipset.h138 u32 server:1; member
Dvisorchipset_main.c963 if ((!pBusInfo->flags.server) /*client */ && in bus_epilog()
974 if ((!pBusInfo->flags.server) /*client */ && in bus_epilog()
1130 pBusInfo->flags.server = inmsg->hdr.Flags.server; in bus_create()
/drivers/staging/lustre/lustre/ptlrpc/
Dlayout.c1186 #define DEFINE_REQ_FMT(name, client, client_nr, server, server_nr) { \ argument
1195 .d = server \
1200 #define DEFINE_REQ_FMT0(name, client, server) \ argument
1201 DEFINE_REQ_FMT(name, client, ARRAY_SIZE(client), server, ARRAY_SIZE(server))
/drivers/block/
DKconfig236 on a remote file server.
293 client and server works over TCP/IP networking, but to the client
298 userland (making server and client physically the same computer,
302 especially about where to find the server code, which runs in user
/drivers/staging/unisys/common-spar/include/channels/
Dcontrolvmchannel.h258 u32 server:1; /**< =1 in all bus & device-related member
/drivers/net/slip/
DKconfig12 Slip/CSlip server for other people to dial in. SLIP (Serial Line
/drivers/auxdisplay/
DKconfig94 of the xorg server.
/drivers/pci/hotplug/
DKconfig33 Say Y here if you have a Compaq server that has a PCI Hotplug
/drivers/net/appletalk/
DKconfig11 so that your Linux box can act as a print and file server for Macs as
/drivers/acpi/
DKconfig183 controller, which can be found on on the server.
384 processor machine check banks. Most server processors log
/drivers/staging/unisys/Documentation/
Doverview.txt9 allow guest partitions on the same server to share devices that would

12