/src/usr.bin/gzip/ |
znew | 37 process () { function 94 echo "$prog: failed to process $filez" 132 if ! process "$1"; then
|
/src/usr.bin/unvis/ |
unvis.c | 51 static void process(FILE *, const char *, int); 97 process(fp, *argv, eflags); 103 process(stdin, "<stdin>", eflags); 108 process(FILE *fp, const char *filename, int eflags) function in typeref:typename:void
|
/src/usr.bin/soelim/ |
soelim.c | 46 * soelim - a filter to process n/troff input eliminating .so's 75 static int process(struct path *, const char *); 157 (void)process(&p, STDIN_NAME); 161 (void)process(&p, argv[0]); 169 process(struct path *p, const char *file) function in typeref:typename:int 229 if (process(p, fname) < 0)
|
/src/usr.bin/tput/ |
tput.c | 58 static char **process(const char *, const char *, char **); 117 argv = process(p, s, argv); 139 process(const char *cap, const char *str, char **argv) function in typeref:typename:char **
|
/src/usr.sbin/sysinst/ |
txtwalk.c | 55 static int process(const struct lookfor *, char *); 97 * For each match in these, process the match. 114 error = process(&these[which], line); 123 /* process the matched line. */ 125 process(const struct lookfor *item, char *line) function in typeref:typename:int 136 printf("process: \"%s\"\n", line); 149 /* Process the stuff. */
|
/src/lib/libc/gdtoa/test/ |
strtodt.c | 55 process(char *fname, FILE *f) function in typeref:typename:int 123 n = process("<stdin>", stdin); 127 n += process(s, f);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
pmu.h | 37 u32 process; member in struct:nvkm_pmu::__anonc8ba6cde0208 43 int nvkm_pmu_send(struct nvkm_pmu *, u32 reply[2], u32 process, 61 /* interface to MEMX process running on PMU */
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pmu/ |
nouveau_nvkm_subdev_pmu_gt215.c | 36 u32 process, u32 message, u32 data0, u32 data1) 54 /* we currently only support a single process at a time waiting 60 pmu->recv.process = process; 71 nvkm_wr32(device, 0x10a1c4, process); 84 (pmu->recv.process == 0)); 99 u32 process, message, data0, data1; local in function:gt215_pmu_recv 114 process = nvkm_rd32(device, 0x10a1c4); 123 /* wake process if it's waiting on a synchronous reply */ 124 if (pmu->recv.process) { [all...] |
/src/usr.bin/vis/ |
vis.c | 64 static void process(FILE *); 154 process(fp); 163 process(stdin); 168 process(FILE *fp) function in typeref:typename:void 226 * At this point we will process one character.
|
/src/usr.bin/realpath/ |
realpath.c | 53 static bool process(char *path); 99 if (!process(path)) 106 process(char *path) function in typeref:typename:bool
|
/src/bin/csh/ |
proc.h | 38 * Structure for each process the shell knows about: 45 struct process { struct 46 struct process *p_next; /* next in global "proclist" */ 47 struct process *p_friends; /* next in job list (or self) */ 71 #define PDUMPED (1<<9) /* process dumped core */ 76 #define PPTIME (1<<14) /* time individual process */ 93 extern struct process proclist; /* list head of all processes */ 96 extern struct process *pholdjob; /* one level stack of current jobs */ 98 extern struct process *pcurrjob; /* current job */ 99 extern struct process *pcurrent; /* current job in table * [all...] |
/src/usr.bin/who/ |
who.c | 71 static void process(const char *, int); 91 { INIT_PROCESS, "init process" }, 92 { LOGIN_PROCESS, "login process" }, 93 { USER_PROCESS, "user process" }, 94 { DEAD_PROCESS, "dead process" }, 186 process(NULL, show_labels); 195 process(*argv, show_labels); 261 process(const char *fname, int show_labels) function in typeref:typename:void
|
/src/usr.sbin/lpr/common_source/ |
rmjob.c | 62 extern char *user[]; /* users to process */ 127 * process the files 130 process(files[i]->d_name); 142 * Process a lock file: collect the pid of the active 182 * Process a control file. 185 process(const char *file) function in typeref:typename:void
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_irq.h | 78 int (*process)(struct amdgpu_device *adev, member in struct:amdgpu_irq_src_funcs
|
/src/tests/lib/libc/stdio/ |
h_intr.c | 41 static bool process(const char *fn); 116 if (process(argv[i]) == true) 128 process(const char *fn) function in typeref:typename:bool 454 * Process program options.
|
/src/usr.bin/checknr/ |
checknr.c | 196 static int nfiles; /* number of files to process */ 211 static void process(FILE *); 293 process(f); 299 process(stdin); 314 process(FILE *f) function in typeref:typename:void 356 * At this point we process the line looking
|
/src/usr.bin/sed/ |
process.c | 1 /* $NetBSD: process.c,v 1.54 2024/09/17 13:34:08 kre Exp $ */ 41 __RCSID("$NetBSD: process.c,v 1.54 2024/09/17 13:34:08 kre Exp $"); 43 __FBSDID("$FreeBSD: head/usr.bin/sed/process.c 192732 2009-05-25 06:45:33Z brian $"); 47 static const char sccsid[] = "@(#)process.c 8.6 (Berkeley) 4/20/94"; 104 process(void) function in typeref:typename:void 296 * line for process ranges. Interprets the non-select (``!'') flag.
|
/src/games/worm/ |
worm.c | 90 static void process(int); 159 process(lastch); 164 process(getch()); 224 process(lastch); 262 process(int ch) function in typeref:typename:void
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
kfd_process.c | 58 /* For process termination handling */ 176 /* kfd_process_alloc_gpuvm - Allocate GPU VM for the KFD process 177 * This function should be only called right after the process 207 * will take care of the bo removal when the process finishes. 208 * We do not need to take p->mutex, because the process is just 244 * process for IB usage The memory reserved is for KFD to submit 275 struct kfd_process *process; local in function:kfd_create_process 287 * take kfd processes mutex before starting of process creation 288 * so there won't be a case where two threads of the same process 293 /* A prior open of /dev/kfd could have already created the process. * 342 struct kfd_process *process; local in function:kfd_get_process 360 struct kfd_process *process; local in function:find_process_by_mm 631 struct kfd_process *process; local in function:create_process [all...] |
kfd_chardev.c | 114 struct kfd_process *process; local in function:kfd_open 124 "Process %d (32-bit) failed to open /dev/kfd\n" 130 process = kfd_create_process(filep); 131 if (IS_ERR(process)) 132 return PTR_ERR(process); 135 kfd_unref_process(process); 140 filep->private_data = process; 142 dev_dbg(kfd_device, "process %d opened, compat mode (32 bit) - %d\n", 143 process->pasid, process->is_32bit_user_mode) 150 struct kfd_process *process = filep->private_data; local in function:kfd_release 1798 struct kfd_process *process; local in function:kfd_ioctl 1925 struct kfd_process *process; local in function:kfd_mmap [all...] |
kfd_dbgmgr.h | 52 /* send to waves within current process */ 54 /* send to waves within current process on CU */ 114 * a process virtual memory location of a certain size that can be accessed 115 * by CPU and GPU shader code within the process to set and query the content 239 struct kfd_process *process; member in struct:dbg_address_watch_info 248 struct kfd_process *process; member in struct:dbg_wave_control_info 263 /* a pointer to the pqm of the calling process */
|
/src/usr.bin/w/ |
w.c | 94 int argwidth; /* width of tty left to print process args */ 127 static void process(struct entry *); 272 process(ep); 285 /* Don't process entries that we have utmpx for */ 311 process(ep); 541 process(struct entry *ep) function in typeref:typename:void 563 * is used later to match corresponding process.
|
/src/sys/crypto/adiantum/ |
adiantum.c | 2012 process(void) 2045 process(); 2001 process(void) function in typeref:typename:void
|
/src/sys/dev/microcode/siop/ |
ncr53cxxx.c | 304 void process (void); 347 * process options 449 process (); 593 void process () function in typeref:typename:void 889 * f_list: process list of symbols for the ENTRY and EXTERNAL directive 916 * f_define: process list of definitions for ABSOLUTE and RELATIVE directive
|
/src/sys/opencrypto/ |
crypto.c | 1106 int (*process)(void *, struct cryptop *, int), 1139 cap->cc_process = process; 1474 int (*process)(void *, struct cryptkop *, int); local in function:crypto_kinvoke 1477 process = cap->cc_kprocess; 1482 error = (*process)(arg, krp, hint); 1539 int (*process)(void *, struct cryptop *, int); local in function:crypto_invoke 1542 process = cap->cc_process; 1547 * Invoke the driver to process the request. 1549 DPRINTF("calling process for %p\n", crp); 1551 error = (*process)(arg, crp, hint) [all...] |