| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_goto_ifs.c | 40 struct path_fork *fork; member in struct:path 133 * Sets all path variables to reach the target block via a fork 136 set_path_vars(nir_builder *b, struct path_fork *fork, nir_block *target) argument 138 while (fork) { 140 if (_mesa_set_search(fork->paths[i].reachable, target)) { 141 if (fork->is_var) { 142 nir_store_var(b, fork->path_var, nir_imm_bool(b, i), 1); 144 assert(fork->path_ssa == NULL); 145 fork->path_ssa = nir_imm_bool(b, i); 147 fork 161 set_path_vars_cond(nir_builder * b,struct path_fork * fork,nir_src condition,nir_block * then_block,nir_block * else_block) argument 275 fork_reachable(struct path_fork * fork) argument 335 struct path_fork *fork = rzalloc(mem_ctx, struct path_fork); local in function:loop_routing_start 345 struct path_fork *fork = rzalloc(mem_ctx, struct path_fork); local in function:loop_routing_start 362 fork_condition(nir_builder * b,struct path_fork * fork) argument 515 struct path_fork *fork = rzalloc(mem_ctx, struct path_fork); local in function:select_fork_recur 780 struct path_fork *fork = rzalloc(mem_ctx, struct path_fork); local in function:organize_levels [all...] |
| /xsrc/external/mit/xdm/dist/xdm/ |
| H A D | daemon.c | 56 switch (fork()) { 59 LogError("daemon fork failed, %s\n", _SysErrorMsg (errno));
|
| H A D | server.c | 80 switch (pid = fork ()) { 111 LogError ("fork failed, sleeping\n");
|
| H A D | session.c | 611 switch (pid = fork ()) { 817 Debug ("StartSession, fork failed\n"); 818 LogError ("can't start session on \"%s\", fork failed: %s\n", 824 Debug ("StartSession, fork succeeded %d\n", pid); 864 switch (pid = fork ()) { 875 Debug ("fork failed\n"); 876 LogError ("can't fork to execute \"%s\" (err %d)\n", args[0], errno);
|
| /xsrc/external/mit/xorg-server/dist/test/ |
| H A D | tests-common.c | 17 cpid = fork();
|
| H A D | simple-xinit.c | 76 int server_pid = fork(); 148 client_pid = fork();
|
| /xsrc/external/mit/xfs/dist/os/ |
| H A D | daemon.c | 59 switch (fork()) { 62 FatalError("daemon fork failed, %s\n", strerror(errno));
|
| H A D | osglue.c | 297 child = fork(); 299 /* failed to fork */ 300 ErrorF("clone failed to fork()\n");
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/ |
| H A D | pager.c | 54 pager_pid = fork(); 56 fprintf(stderr, "Failed to fork pager: %m\n");
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/ |
| H A D | lnx_kmod.c | 21 * a fork AND exec. We don't want that. We want the regular, 65 /* now fork/exec the modprobe command */ 71 switch (pid = fork()) { 85 case -1: /* fork failed */ 87 default: /* fork worked */
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/ |
| H A D | lnx_kmod.c | 19 * a fork AND exec. We don't want that. We want the regular, 63 /* now fork/exec the modprobe command */ 69 switch (pid = fork()) { 83 case -1: /* fork failed */ 85 default: /* fork worked */
|
| /xsrc/external/mit/xdm/dist/xdmshell/ |
| H A D | xdmshell.c | 54 # define vfork() fork()
|
| /xsrc/external/mit/libxshmfence/dist/test/ |
| H A D | xshmfence_test.c | 33 #define NCHILD 5 /* number of child processes to fork */ 64 /* fork NCHILD processes to wait for the fence 67 switch (fork()) { 69 perror("fork");
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/ |
| H A D | write.c | 159 /* Need to fork to change ruid without loosing euid */ 161 switch ((pid = fork())) 164 ErrorF("xf86writeConfigFile(): fork failed (%s)\n",
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/ |
| H A D | write.c | 142 /* Need to fork to change ruid without losing euid */ 144 switch ((pid = fork())) { 146 ErrorF("xf86writeConfigFile(): fork failed (%s)\n",
|
| /xsrc/external/mit/xsm/dist/ |
| H A D | remote.c | 78 switch(fork()) 83 "%s: fork() error during remote start of %s",
|
| H A D | restart.c | 261 switch(fork()) { 264 "%s: Can't fork() %s", Argv[0], program); 450 switch(fork()) { 453 "%s: Can't fork() %s", Argv[0], program);
|
| /xsrc/external/mit/libXpm/dist/src/ |
| H A D | RdFToI.c | 148 pid = fork(); 160 pid = fork();
|
| /xsrc/external/mit/xinit/dist/ |
| H A D | xinit.c | 399 serverpid = fork(); 571 clientpid = fork(); 644 serverpid = fork(); 652 Error("fork failed");
|
| /xsrc/external/mit/pixman/dist/test/ |
| H A D | fence-image-self-test.c | 96 * so we fork, and do the test in the child process. Child's 106 pid = fork (); 108 die ("fork failed", errno);
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | parse_m4.c | 41 fres = fork();
|
| /xsrc/external/mit/MesaLib/dist/docs/ci/ |
| H A D | index.rst | 33 If the GitLab CI doesn't seem to be running on your fork (or MRs, as they run 34 in the context of your fork), you should check the "Settings" of your fork. 172 register your personal GitLab runner in your Mesa fork. Then, tell 213 images from the fork into the main repo's registry).
|
| /xsrc/external/mit/libXpm/dist/ |
| H A D | configure.ac | 24 AC_CHECK_FUNC([fork],[], AC_DEFINE(NO_ZPIPE))
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| H A D | main.cpp | 178 pid_t child_pid = fork(); 180 fprintf(stderr, "%s: fork() failed: %s\n", argv[0], strerror(errno));
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/ |
| H A D | stub.c | 234 child = fork(); 236 fprintf(stderr, "Xquartz: Could not fork: %s\n", strerror(errno));
|