Searched refs:session (Results 1 - 25 of 39) sorted by relevance

12

/xsrc/external/mit/libXt/dist/src/
H A DShell.c740 Offset(session.connection), XtRSmcConn, (XtPointer) NULL},
743 Offset(session.session_id), XtRString, (XtPointer) NULL},
745 Offset(session.restart_command), XtRPointer, (XtPointer) NULL},
747 Offset(session.clone_command), XtRPointer, (XtPointer) NULL},
749 Offset(session.discard_command), XtRPointer, (XtPointer) NULL},
751 Offset(session.resign_command), XtRPointer, (XtPointer) NULL},
753 Offset(session.shutdown_command), XtRPointer, (XtPointer) NULL},
755 Offset(session.environment), XtRPointer, (XtPointer) NULL},
757 Offset(session.current_dir), XtRString, (XtPointer) NULL},
759 Offset(session
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
H A Dsystemd-logind.c48 char *session; member in struct:systemd_logind_info
100 if (!info->session || major == 0)
119 msg = dbus_message_new_method_call("org.freedesktop.login1", info->session,
177 if (!info->session || major == 0)
196 msg = dbus_message_new_method_call("org.freedesktop.login1", info->session,
230 return logind_info.session ? 1 : 0;
240 if (!info->session)
278 msg = dbus_message_new_method_call("org.freedesktop.login1", info->session,
348 if (strcmp(dbus_message_get_path(message), info->session) != 0)
448 char *session local in function:connect_hook
[all...]
/xsrc/external/mit/xorg-server/dist/test/scripts/
H A Drun-piglit.sh42 $XSERVER_DIR/test/scripts/xinit-piglit-session.sh \
/xsrc/external/mit/xdm/dist/xdm/
H A DMakefile.am28 # libXdmGreet.so loaded through a dlopen call from session.c
48 session.c \
H A Ddpylist.c145 free (d->session);
221 d->session = NULL;
H A DMakefile.in138 policy.c protodpy.c reset.c resource.c server.c session.c \
149 server.$(OBJEXT) session.$(OBJEXT) socket.$(OBJEXT) \
182 ./$(DEPDIR)/session.Po ./$(DEPDIR)/socket.Po \
445 # libXdmGreet.so loaded through a dlopen call from session.c
449 reset.c resource.c server.c session.c socket.c util.c xdmcp.c \
562 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/session.Po@am__quote@ # am--include-marker
746 -rm -f ./$(DEPDIR)/session.Po
815 -rm -f ./$(DEPDIR)/session.Po
H A Dresource.c252 /* resources which control the session behaviour */
265 { "session", "Session", DM_STRING, boffset(session),
365 {"-session", NULL, XrmoptionSkipArg, (caddr_t) NULL },
376 {"-session", "*session", XrmoptionSepArg, (caddr_t) NULL },
/xsrc/external/mit/libdrm/dist/tests/amdgpu/
H A Duvd_enc_tests.c51 struct amdgpu_uvd_enc_bo session; member in struct:amdgpu_uvd_enc
81 { "UVD ENC session init", amdgpu_cs_uvd_enc_session_init },
250 alloc_resource(&enc.session, 128 * 1024, AMDGPU_GEM_DOMAIN_GTT);
251 resources[num_resources++] = enc.session.handle;
285 ib_cpu[len++] = enc.session.addr >> 32;
286 ib_cpu[len++] = enc.session.addr;
368 ib_cpu[len++] = enc.session.addr >> 32;
369 ib_cpu[len++] = enc.session.addr;
475 ib_cpu[len++] = enc.session.addr >> 32;
476 ib_cpu[len++] = enc.session
[all...]
/xsrc/external/mit/MesaLib/dist/bin/
H A Dgen_release_notes.py214 async with aiohttp.ClientSession(loop=loop) as session:
215 results = await asyncio.gather(*[get_bug(session, i) for i in issues])
223 async def get_bug(session: aiohttp.ClientSession, bug_id: str) -> str:
228 async with session.get(url, params=params) as response:
/xsrc/external/mit/freetype/dist/builds/dos/
H A Ddetect.mk37 # We try to recognize a Dos session under OS/2. The `ver' command
40 # To recognize a Dos session under OS/2, we check COMSPEC for the
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dradeon_vce.c248 enc->session(enc);
291 enc->session(enc);
302 enc->session(enc);
323 enc->session(enc);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dradeon_vce.c252 enc->session(enc);
295 enc->session(enc);
306 enc->session(enc);
327 enc->session(enc);
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dpostprocess.rst9 The filters can be toggled per-app via driconf, or per-session via the
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/
H A Dradeon_vce.c248 enc->session(enc);
290 enc->session(enc);
301 enc->session(enc);
322 enc->session(enc);
H A Dradeon_vce_40_2_2.c41 static void session(struct rvce_encoder *enc) function in typeref:typename:void
43 RVCE_BEGIN(0x00000001); // session cmd
433 enc->session = session;
H A Dradeon_vce_52.c569 static void session(struct rvce_encoder *enc) function in typeref:typename:void
571 RVCE_BEGIN(0x00000001); // session cmd
657 enc->session = session;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/
H A Dradeon_vce.c245 enc->session(enc);
289 enc->session(enc);
300 enc->session(enc);
320 enc->session(enc);
H A Dradeon_vce_40_2_2.c38 static void session(struct rvce_encoder *enc) function in typeref:typename:void
40 RVCE_BEGIN(0x00000001); // session cmd
430 enc->session = session;
/xsrc/external/mit/xdm/dist/greeter/
H A Dverify.c425 if (d->session)
426 argv = parseArgs (argv, d->session);
/xsrc/external/mit/xdm/dist/
H A Dconfigure.ac492 # Defaults for X session - should probably be configure --with-* flags
513 AC_ARG_WITH(default-session, AS_HELP_STRING([--with-default-session=command],
514 [Use command for default session (default: bindir/xterm -ls)]),
517 [Define to default command to start X session])
579 [Define to default command to start failsafe X session])
/xsrc/external/mit/twm/dist/src/
H A DMakefile.in131 session.$(OBJEXT) twm.$(OBJEXT) util.$(OBJEXT) gram.$(OBJEXT) \
156 ./$(DEPDIR)/resize.Po ./$(DEPDIR)/session.Po \
400 session.c \
401 session.h \
514 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/session.Po@am__quote@ # am--include-marker
711 -rm -f ./$(DEPDIR)/session.Po
772 -rm -f ./$(DEPDIR)/session.Po
/xsrc/external/mit/libXt/dist/include/X11/
H A DShellP.h375 /* New fields for the session shell widget */
429 SessionShellPart session; member in struct:__anon46fc50251708
/xsrc/external/mit/MesaLib/dist/docs/
H A Dperfetto.rst71 5. Start ``perfetto`` under the tmux session initiated in step 3.
147 ``SSH_TARGET`` without starting the tmux session, make sure you have ``tmux``
/xsrc/external/mit/xorg-server/dist/test/
H A DMakefile.am190 scripts/xinit-piglit-session.sh \
/xsrc/external/mit/ctwm/dist/cmake_files/
H A Dbuild_options.cmake191 # XSMP session manager support
195 list(APPEND CTWMSRC session.c)

Completed in 25 milliseconds

12