HomeSort by: relevance | last modified time | path
    Searched refs:process (Results 1 - 25 of 193) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/sys/external/isc/libsodium/dist/msvc-scripts/
Makefile.am 2 process.bat \
  /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...]
proc.c 59 struct process proclist;
62 struct process *pholdjob;
64 struct process *pcurrjob;
65 struct process *pcurrent;
66 struct process *pprevious;
71 static void pflush(struct process *);
72 static void pclrcurr(struct process *);
74 static int pprint(struct process *, int);
75 static void ptprint(struct process *);
78 static struct process *pgetcurr(struct process *)
    [all...]
  /src/usr.bin/make/unit-tests/
varname-dot-make-pid.mk 3 # Tests for the special .MAKE.PID variable, which contains the process ID of
4 # the make process itself.
6 # The process ID must be a positive integer.
13 # Ensure that the process exists.
varname-dot-make-ppid.mk 3 # Tests for the special .MAKE.PPID variable, which contains the process ID of
4 # make's parent process.
6 # The parent process ID must be a positive integer.
13 # Ensure that the process exists.
16 # The parent process ID must be different from the process ID. If they were
17 # the same, make would run as process 1, which is not a good idea because make
var-scope-env.mk 3 # Tests for variables specified in the process environment.
  /src/usr.sbin/mopd/mopd/
Makefile 6 SRCS= mopd.c process.c
12 COPTS.process.c+= -Wno-pointer-sign ${CC_WNO_FORMAT_TRUNCATION}
  /src/usr.bin/sed/
Makefile 8 SRCS= compile.c main.c misc.c process.c
extern.h 56 void process(void);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pmu/fuc/
perf.fuc 26 process(PROC_PERF, #perf_init, #perf_recv)
43 // $r14 - sender process name
test.fuc 26 process(PROC_TEST, #test_init, #test_recv)
42 // $r14 - sender process name
  /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_doorbell.c 48 * We map the doorbell address space into user-mode when a process creates
56 /* # of doorbell bytes allocated for each process. */
134 int kfd_doorbell_mmap(struct kfd_dev *dev, struct kfd_process *process,
141 * allocation of a single device & process.
147 address = kfd_get_process_doorbells(dev, process);
234 struct kfd_process *process,
240 * the process's doorbells. The offset returned is in dword
244 process->doorbell_index
260 struct kfd_process *process)
263 process->doorbell_index * kfd_doorbell_process_slice(dev)
    [all...]
kfd_dbgmgr.c 123 /* Is the requests coming from the already registered process? */
140 /* Is the requests coming from the already registered process? */
141 if (pmgr->pasid != wac_info->process->pasid) {
143 wac_info->process->pasid);
153 /* Is the requests coming from the already registered process? */
154 if (pmgr->pasid != adw_info->process->pasid) {
156 adw_info->process->pasid);
kfd_device_queue_manager_cik.c 139 if (qpd->pqm->process->is_32bit_user_mode) {
149 pr_debug("is32bit process: %d sh_mem_bases nybble: 0x%X and register 0x%X\n",
150 qpd->pqm->process->is_32bit_user_mode, temp, qpd->sh_mem_bases);
179 pr_debug("is32bit process: %d sh_mem_bases nybble: 0x%X and register 0x%X\n",
180 qpd->pqm->process->is_32bit_user_mode, temp, qpd->sh_mem_bases);
190 if (q->process->is_32bit_user_mode)
  /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/lib/libc/arch/mips/sys/
__vfork14.S 48 * v1 == 0 in parent process, v1 == 1 in child process.
59 beq v1, zero, 2f # parent process ?
  /src/lib/libc/compat/arch/mips/sys/
compat_Ovfork.S 51 * v1 == 0 in parent process, v1 == 1 in child process.
64 beq v1, zero, 2f # parent process ?
  /src/sys/arch/emips/ebus/
stub_ebus.c 96 static int stubopen(dev_t device, int flags, int fmt, struct lwp *process);
97 static int stubclose(dev_t device, int flags, int fmt, struct lwp *process);
119 stubopen(dev_t device, int flags, int fmt, struct lwp *process)
128 stubclose(dev_t device, int flags, int fmt, struct lwp *process)
  /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/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/libexec/talkd/
Makefile 7 SRCS= talkd.c announce.c process.c table.c print.c utmpentry.c
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
amdgpu_hdcp_psp.c 45 in->process.msg1_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__NULL_MESSAGE;
46 in->process.msg1_desc.msg_size = 0;
47 in->process.msg2_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__NULL_MESSAGE;
48 in->process.msg2_desc.msg_size = 0;
49 in->process.msg3_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__NULL_MESSAGE;
50 in->process.msg3_desc.msg_size = 0;
454 msg_in->process.msg1_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__AKE_SEND_CERT;
455 msg_in->process.msg1_desc.msg_size = TA_HDCP_HDCP2_MSG_ID_MAX_SIZE__AKE_SEND_CERT;
457 memcpy(&msg_in->process.receiver_message[0], hdcp->auth.msg.hdcp2.ake_cert,
477 if (msg_out->process.msg1_status == TA_HDCP2_MSG_AUTHENTICATION_STATUS__SUCCESS)
    [all...]
  /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/sys/arch/x68k/stand/libdos/
dos_procerr.S 1 | Writes Human68k DOS process error number to dos_errno.

Completed in 112 milliseconds

1 2 3 4 5 6 7 8