Searched refs:session_find (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/usr.bin/tmux/
H A Dcmd-rename-session.c66 if (session_find(newname) != NULL) {
H A Dcmd-new-session.c115 as = session_find(newname);
126 if (newname != NULL && session_find(newname) != NULL) {
H A Dsession.c77 session_find(const char *name) function
H A Dcmd-find.c265 fs->s = session_find(session);
H A Dstatus.c1981 session = session_find(copy);
H A Dtmux.h3236 struct session *session_find(const char *);
/openbsd-current/usr.sbin/iscsid/
H A Discsid.c251 s = session_find(initiator, sc->SessionName);
H A Discsid.h344 struct session *session_find(struct initiator *, char *);
H A Dsession.c51 session_find(struct initiator *i, char *name) function
/openbsd-current/usr.sbin/relayd/
H A Drelay.c1929 if ((con = session_find(env, cnl.id)) == NULL ||
1989 if ((con = session_find(env, id)) == NULL) {
H A Drelayd.h1319 struct rsession *session_find(struct relayd *, objid_t);
H A Drelayd.c1101 session_find(struct relayd *env, objid_t id) function

Completed in 422 milliseconds