/src/sbin/iscsid/ |
iscsid_lists.c | 55 for (curr = sess->connections.tqh_first; curr != NULL && !nosess; curr = next) { 66 while ((curr = TAILQ_FIRST(&sess->connections)) != NULL) { 67 TAILQ_REMOVE(&sess->connections, curr, link); 543 conn = (connection_t *)(void *)TAILQ_FIRST(&sess->connections); 563 * Handle GET_CONNECTION_LIST request: Return a list of connections 606 TAILQ_FOREACH(curr, &sess->connections, link) { 648 conn = (connection_t *)(void *)TAILQ_FIRST(&sess->connections); 852 * Selects the portal with the least number of active connections. 865 uint32_t ccnt = 64 * 1024; /* probably not more than 64k connections... */ 885 * connections [all...] |
iscsid_globals.h | 197 uint32_t active_connections; /* Number of connections active on this portal */ 342 uint32_t max_connections; /* maximum connections */ 343 uint32_t num_connections; /* currently active connections */ 344 generic_list_t connections; /* the list of connections */ member in struct:session_s 419 (connection_t *)(void *)find_id(&session->connections, id) 433 (connection_t *)(void *)find_name(&session->connections, name) 445 (connection_t *)(void *)find_sym_id(&session->connections, sid)
|
iscsid_driverif.c | 131 * Find the Portal with the least number of connections. 239 TAILQ_FIRST(&sess->connections); 473 TAILQ_INSERT_TAIL(&sess->connections, &conn->entry, link); 632 TAILQ_INIT(&sess->connections); 993 TAILQ_REMOVE(&sess->connections, &conn->entry, link);
|
/src/sys/dev/usb/ |
uvisor.c | 101 } connections[UVISOR_MAX_CONN]; member in struct:uvisor_connection_info 127 } connections[UVISOR_MAX_CONN]; member in struct:uvisor_palm_connection_info 291 switch (coninfo.connections[i].port_function_id) { 308 port = coninfo.connections[i].port; 354 port = palmconinfo.connections[i].end_point_info; 358 port = palmconinfo.connections[i].port;
|
/src/sys/external/bsd/vchiq/dist/interface/vchi/ |
vchi.h | 39 #include "interface/vchi/connections/connection.h" 152 typedef void (*VCHI_SERVICE_INIT)(VCHI_INSTANCE_T initialise_instance, VCHI_CONNECTION_T **connections, uint32_t num_connections); 172 // Routine used to initialise the vchi on both local + remote connections 177 extern int32_t vchi_connect( VCHI_CONNECTION_T **connections, 358 // function prototypes for the different mid layers (the state info gives the different physical connections)
|
/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
vchiq_shim.c | 488 * Arguments: VCHI_CONNECTION_T **connections 498 int32_t vchi_connect(VCHI_CONNECTION_T **connections, 504 (void)connections;
|
/src/libexec/ftpd/ |
extern.h | 275 LLT limit; /* Max connections (-1 = unlimited) */ 311 GLOBAL int connections; variable in typeref:typename:GLOBAL int
|
conf.c | 70 #define DEFAULT_LIMIT -1 /* unlimited connections */ 662 cprintf(stdout, "%d", connections); 663 lastnum = connections; 878 * Count the number of current connections, reading from 899 connections = 1; 931 connections++;
|
ftpd.c | 226 * Timeout intervals for retrying connections 297 connections = 1; 718 /* Set keepalives on the socket to detect dropped connections. */ 1510 connections = 1; 1513 if (curclass.limit != -1 && connections > curclass.limit) { 1946 * By default source port for PORT connections is 2743 reply(0, "Current connections: %d", connections); 2745 reply(0, "Maximum connections: unlimited"); 2747 reply(0, "Maximum connections: " LLF [all...] |
/src/libexec/httpd/lua/ |
bozo.lua | 154 -- set up connections
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/hisilicon/ |
hi6220-coresight.dtsi | 369 /* CTI 0 - TMC and TPIU connections */
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
msm8916.dtsi | 513 /* CTI 0 - TMC connections */ 524 /* CTI 1 - TPIU connections */
|