/src/sys/kern/ |
subr_exec_fd.c | 73 * descriptors 0..2 closed, as these descriptors are given implicit 90 char closed[CHECK_UPTO * 3 + 1], which[3 + 1]; local in function:fd_checkstd 93 closed[0] = '\0'; 103 strlcat(closed, which, sizeof(closed)); 125 if (closed[0] != '\0') { 131 "with fd %s closed\n", 133 pp->p_pid, pp->p_comm, &closed[1]);
|
/src/games/dab/ |
board.cc | 109 int closed = 0; local in function:BOARD::domove 126 closed++; 140 closed++; 143 return closed;
|
/src/games/adventure/ |
init.c | 127 clock2, saved, isclosing, panic, closed, scoring; variable in typeref:typename:int 276 isclosing = panic = closed = scoring = FALSE;
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_debugfs.c | 236 u64 closed; member in struct:file_stats 265 stats->closed += vma->node.size; 283 stats->closed += vma->node.size; 301 seq_printf(m, "%s: %lu objects, %llu bytes (%llu active, %llu inactive, %llu unbound, %llu closed)\n", \ 308 stats.closed); \
|