Home
last modified time | relevance | path

Searched full:sessions (Results 1 – 25 of 438) sorted by relevance

12345678910>>...18

/openbmc/openbmc-test-automation/redfish/service_root/
H A Dtest_sessions_management.robot106 Valid Value session_service['Sessions']['@odata.id'] ['/redfish/v1/SessionService/Sessions']
109 Verify Sessions Defaults
110 [Documentation] Verify Sessions default property values.
113 ${sessions}= Redfish.Get Properties /redfish/v1/SessionService/Sessions
114 Rprint Vars sessions
115 ${sessions_count}= Get length ${sessions['Members']}
117 Valid Value sessions['@odata.id'] ['/redfish/v1/SessionService/Sessions/']
118 Valid Value sessions['Description'] ['Session Collection']
119 Valid Value sessions['Name'] ['Session Collection']
120 Valid Value sessions['Members@odata.count'] [${sessions_count}]
[all …]
H A Dtest_service_root_security.robot52 ... POST On Session openbmc /redfish/v1/SessionService/Sessions
67 ... POST On Session openbmc /redfish/v1/SessionService/Sessions
71 Create Multiple Login Sessions And Verify
80 # 'location': '/redfish/v1/SessionService/Sessions/qWn2JOJSOs'
84 # Sessions book keeping for cleanup once done.
135 ${resp}= Redfish.Get /redfish/v1/SessionService/Sessions
193 # ['/redfish/v1/SessionService/Sessions/uDzihgDecs',
194 # '/redfish/v1/SessionService/Sessions/PaHF5brPPd']
199 [Documentation] Do the teardown for multiple sessions.
H A Dtest_service_root.robot69 ... openbmc /redfish/v1/SessionService/Sessions headers=${headers}
95 # [{'@odata.id': '/redfish/v1/SessionService/Sessions/bOol3WlCI8'},
96 # {'@odata.id': '/redfish/v1/SessionService/Sessions/Yu3xFqjZr1'}]
98 ... /redfish/v1/SessionService/Sessions
102 ${resp}= Redfish_Utils.List Request /redfish/v1/SessionService/Sessions
114 …${resp}= POST On Session openbmc /redfish/v1/SessionService/Sessions data=${data} headers=${h…
/openbmc/phosphor-net-ipmid/
H A Dsessions_manager.hpp30 * Manager class acts a manager for the IPMI sessions and provides interfaces
128 * Schedules cleaning the inactive sessions entries from the Session Map
134 * @brief reclaim system resources by limiting idle sessions
136 * Limits on active, authenticated sessions are calculated independently
137 * from in-setup sessions, which are not required to be authenticated. This
139 * requests to fill up all available sessions. Too many active sessions will
142 * For active sessions, grace time is inversely proportional to (the number
143 * of active sessions beyond max sessions per channel)^3
145 * For sessions in setup, grace time is inversely proportional to (the
146 * number of total sessions beyond max sessions per channel)^3, with a max
/openbmc/linux/tools/perf/Documentation/
H A Dperf-daemon.txt7 perf-daemon - Run record sessions on background
24 monitors configured record sessions.
37 flight recorder sessions in above example or session that is configured
44 Sessions are configured through config file, see CONFIG FILE section
82 The signal command sends signal to configured sessions.
90 The ping command sends control ping to configured sessions.
102 Base path for daemon data. All sessions data are
114 Example with 2 record sessions:
132 Check sessions:
142 Check sessions with more info:
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DSessionService.v1_2_0.json58 …hema describes the session service and its properties, with links to the actual list of sessions.",
98 … "description": "An indication of whether an absolute session timeout is applied to sessions.",
99 …hether an absolute session timeout is applied to sessions. If `true`, the service shall close ses…
135 … `false`, it is disabled, and new sessions cannot be created, old sessions cannot be deleted, and …
136 …alse`, it is disabled, and new sessions shall not be created, old sessions shall not be deleted, a…
152 "Sessions": { object
154 "description": "The link to a collection of sessions.",
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DSessionService.v1_2_0.json58 …hema describes the session service and its properties, with links to the actual list of sessions.",
98 … "description": "An indication of whether an absolute session timeout is applied to sessions.",
99 …hether an absolute session timeout is applied to sessions. If `true`, the service shall close ses…
135 … `false`, it is disabled, and new sessions cannot be created, old sessions cannot be deleted, and …
136 …alse`, it is disabled, and new sessions shall not be created, old sessions shall not be deleted, a…
152 "Sessions": { object
154 "description": "The link to a collection of sessions.",
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dhandler.cpp83 sessions[session] = nullptr; in open()
84 sessions[session] = std::move(bhs); in open()
94 auto it = sessions.find(session); in read()
95 if (it == sessions.end()) in read()
126 auto itr = sessions.find(session); in close()
127 if (itr == sessions.end()) in close()
131 sessions.erase(itr); in close()
138 auto it = sessions.find(session); in stat()
139 if (it == sessions.end()) in stat()
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/
H A Dtest_sessions_sub_menu.robot3 Documentation Test OpenBMC GUI "Sessions" sub-menu of "Security and access" menu.
15 ${xpath_sessions_heading} //h1[contains(text(),'sessions')]
20 Verify Navigation To Sessions Page
21 [Documentation] Verify navigation to sessions page.
34 Wait Until Keyword Succeeds 30 sec 5 sec Location Should Contain sessions
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-rnbd-server23 What: /sys/class/rnbd-server/ctl/devices/<device_name>/sessions/
30 /sys/class/rnbd-server/ctl/devices/<device_name>/sessions/<session-name>/
34 What: /sys/class/rnbd-server/ctl/devices/<device_name>/sessions/<session-name>/read_only
40 What: /sys/class/rnbd-server/ctl/devices/<device_name>/sessions/<session-name>/mapping_path
46 What: /sys/class/rnbd-server/ctl/devices/<device_name>/sessions/<session-name>/access_mode
52 What: /sys/class/rnbd-server/ctl/devices/<device_name>/sessions/<session-name>/force_close
/openbmc/phosphor-ipmi-blobs/
H A Dmanager.cpp77 /* No sessions available... */ in open()
101 sessions[*session] = SessionInfo(path, handler, flags); in open()
234 if (!sessions.count(lsess)) in getSession()
262 if (auto item = sessions.find(session); in getActionHandler()
263 item != sessions.end() && (item->second.flags & requiredFlags)) in getActionHandler()
274 if (auto item = sessions.find(session); item != sessions.end()) in eraseSession()
287 sessions.erase(session); in eraseSession()
303 if (timeNow - sessions[sessionId].lastActionTime >= sessionTimeout) in cleanUpStaleSessions()
315 * don't erase sessions since the handler side might be still tracking in cleanUpStaleSessions()
H A DREADME.md126 sessions to be active at once.
213 conditions, blobs should not allow concurrent sessions that modify state.
245 a success completion code. This command will fail if there are open sessions for
305 However, this command operates on sessions, rather than blob IDs. Not all blobs
362 ## Stale Sessions
364 Each blob type will define an operation for cleansing stale sessions. This could
366 will scan over each open session, to determine which if any sessions have been
383 sessions to that blob id.
/openbmc/bmcweb/include/
H A Dkvm_websocket.hpp180 static SessionMap sessions; variable
184 sessions.reserve(maxSessions); in requestRoutes()
192 if (sessions.size() == maxSessions) in requestRoutes()
194 conn.close("Max sessions are already connected"); in requestRoutes()
198 sessions[&conn] = std::make_shared<KvmSession>(conn); in requestRoutes()
201 sessions.erase(&conn); in requestRoutes()
205 if (sessions[&conn]) in requestRoutes()
207 sessions[&conn]->onMessage(data); in requestRoutes()
H A Ddbus_monitor.hpp43 static SessionMap sessions; variable
55 auto thisSession = sessions.find(connection); in onPropertyUpdate()
56 if (thisSession == sessions.end()) in onPropertyUpdate()
141 sessions.try_emplace(&conn); in requestRoutes()
144 sessions.erase(&conn); in requestRoutes()
148 const auto sessionPair = sessions.find(&conn); in requestRoutes()
149 if (sessionPair == sessions.end()) in requestRoutes()
/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_sessions.hpp18 #include "sessions.hpp"
49 "/redfish/v1/SessionService/Sessions/{}", session.uniqueId); in fillSessionObject()
155 boost::urls::format("/redfish/v1/SessionService/Sessions/{}", uid); in getSessionCollectionMembers()
192 "/redfish/v1/SessionService/Sessions"; in handleSessionCollectionGet()
226 "Location", "/redfish/v1/SessionService/Sessions/" + session->uniqueId); in processAfterSessionCreation()
336 asyncResp->res.jsonValue["Sessions"]["@odata.id"] = in handleSessionServiceGet()
337 "/redfish/v1/SessionService/Sessions"; in handleSessionServiceGet()
382 BMCWEB_ROUTE(app, "/redfish/v1/SessionService/Sessions/<str>/") in requestRoutesSession()
387 BMCWEB_ROUTE(app, "/redfish/v1/SessionService/Sessions/<str>/") in requestRoutesSession()
392 BMCWEB_ROUTE(app, "/redfish/v1/SessionService/Sessions/<str>/") in requestRoutesSession()
[all …]
/openbmc/linux/Documentation/networking/
H A Dl2tp.rst27 An L2TP tunnel carries one or more L2TP sessions. Each tunnel is
31 and whether it is a control or data packet. When tunnels and sessions
37 operations when establishing tunnels and sessions. The procedure looks
89 An L2TP tunnel and all of its sessions are automatically closed when
217 Ethernet sessions only.
231 Ethernet sessions only.
254 Ethernet sessions only.
334 - Delete a tunnel and all of its sessions (if any)::
484 tunnels and sessions only. Its use is discouraged.
509 keeps a list of sessions in the tunnel. When a tunnel is first
[all …]
H A Dcdc_mbim.rst173 Multiplexed IP sessions (IPS)
175 MBIM allows multiplexing up to 256 IP sessions over a single USB data
176 channel. The cdc_mbim driver models such IP sessions as 802.1q VLAN
184 VLAN links prior to establishing MBIM IP sessions where the SessionId
200 sessions as another set of 802.1q VLAN subdevices of the master wwanY
240 Note that adding VLAN links for DSS sessions is entirely optional. A
276 sessions, which may not always be practical:
284 session 0 to a VLAN subdevice, similar to all other IP sessions. This
302 sessions on the shared USB data channel::
/openbmc/qemu/backends/
H A Dcryptodev-builtin.c51 /* Max number of symmetric/asymmetric sessions */
60 CryptoDevBackendBuiltinSession *sessions[MAX_NUM_SESSIONS]; member
121 if (builtin->sessions[i] == NULL) { in cryptodev_builtin_get_unused_session_index()
234 error_setg(errp, "Total number of sessions created exceeds %u", in cryptodev_builtin_create_cipher_session()
303 builtin->sessions[index] = sess; in cryptodev_builtin_create_cipher_session()
351 error_setg(errp, "Total number of sessions created exceeds %u", in cryptodev_builtin_create_akcipher_session()
365 builtin->sessions[index] = sess; in cryptodev_builtin_create_akcipher_session()
431 if (session_id >= MAX_NUM_SESSIONS || !builtin->sessions[session_id]) { in cryptodev_builtin_close_session()
435 session = builtin->sessions[session_id]; in cryptodev_builtin_close_session()
443 builtin->sessions[session_id] = NULL; in cryptodev_builtin_close_session()
[all …]
/openbmc/webui-vue/src/views/SecurityAndAccess/Sessions/
H A Dindex.js1 import Sessions from './Sessions.vue';
2 export default Sessions;
H A DSessions.vue8 data-test-id="sessions-input-searchSessions"
53 data-test-id="sessions-checkbox-selectAll"
63 :data-test-id="`sessions-checkbox-selectRow-${row.index}`"
79 :data-test-id="`sessions-button-disconnect-${row.index}`"
220 return this.$store.getters['sessions/allConnections'].map((session) => {
235 this.$store.dispatch('sessions/getSessionsData').finally(() => {
249 .dispatch('sessions/disconnectSessions', uris)
/openbmc/phosphor-ipmi-blobs/example/
H A Dexample.cpp20 auto search = sessions.find(id); in getSession()
21 if (search == sessions.end()) in getSession()
58 auto findSess = sessions.find(session); in open()
59 if (findSess != sessions.end()) in open()
64 sessions[session] = ExampleBlob(session, flags); in open()
148 sessions.erase(session); in close()
/openbmc/webui-vue/src/env/router/
H A Dintel.js3 import Sessions from '@/views/SecurityAndAccess/Sessions';
142 path: '/security-and-access/sessions',
143 name: 'sessions',
144 component: Sessions,
146 title: i18n.t('appPageTitle.sessions'),
H A Dibm.js3 import Sessions from '@/views/SecurityAndAccess/Sessions';
139 path: '/security-and-access/sessions',
140 name: 'sessions',
141 component: Sessions,
143 title: i18n.t('appPageTitle.sessions'),
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DSessionService_v1.xml42 …ema describes the session service and its properties, with links to the actual list of sessions."/>
79 … `false`, it is disabled, and new sessions cannot be created, old sessions cannot be deleted, and …
80 …alse`, it is disabled, and new sessions shall not be created, old sessions shall not be deleted, a…
90 …<NavigationProperty Name="Sessions" Type="SessionCollection.SessionCollection" ContainsTarget="tru…
92 <Annotation Term="OData.Description" String="The link to a collection of sessions."/>
250 …escription" String="An indication of whether an absolute session timeout is applied to sessions."/>
251 …hether an absolute session timeout is applied to sessions. If `true`, the service shall close ses…
/openbmc/webui-vue/src/router/
H A Droutes.js11 import Sessions from '../views/SecurityAndAccess/Sessions';
157 path: '/security-and-access/sessions',
158 name: 'sessions',
159 component: Sessions,
161 title: i18n.global.t('appPageTitle.sessions'),

12345678910>>...18