Home
last modified time | relevance | path

Searched refs:new_session (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/
H A D0002-tests-Use-head-n1-for-busybox-compatibility.patch27 @@ -30,7 +30,7 @@ new_session qwerty keyctl rdescribe @s "@"
/openbmc/linux/net/l2tp/
H A Dl2tp_ppp.c725 bool new_session = false; in pppol2tp_connect() local
801 new_session = true; in pppol2tp_connect()
846 if (new_session) in pppol2tp_connect()
/openbmc/linux/drivers/scsi/
H A Dst.c971 int retval = CHKRES_READY, new_session = 0; in test_ready() local
994 new_session = 1; in test_ready()
1027 retval = new_session ? CHKRES_NEW_SESSION : CHKRES_READY; in test_ready()
1044 int i, retval, new_session = 0, do_wait; in check_tape() local
1058 new_session = 1; in check_tape()
1087 new_session = 1; in check_tape()
1224 if (new_session) { /* Change the drive parameters for the new mode */ in check_tape()
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py695 def new_session(self): member in SessionHandler
748 session = self.new_session()