Searched refs:task (Results 201 - 225 of 322) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/sendmail/src/
H A Dutil.c2448 ** task -- task of pid.
2476 proc_list_add(pid, task, type, count, other, hostaddr)
2478 char *task;
2536 PSTRSET(ProcListVec[i].proc_task, task);
2555 ** PROC_LIST_SET -- set pid task in process list
2559 ** task -- task of pid
2566 proc_list_set(pid, task)
2568 char *task;
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-tasks.c108 /* the current task */
243 valid_task_id (int task) argument
245 return get_entry_vptr (task) != NULL;
267 task */
285 /* Print detailed information about specified task */
318 /* print the Ada task id */
321 /* print the name of the task */
348 /* print the parent gdb task id */
356 /* print the name of the task */
372 /* print the base priority of the task */
[all...]
/freebsd-11-stable/sys/dev/mfi/
H A Dmfivar.h248 struct task mfi_evt_task;
249 struct task mfi_map_sync_task;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc137 // get information about the original set of exception ports for the task
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dmem.h383 isc_task_t *task,
538 * Get the tag value for 'task', as previously set using isc_mem_setname().
547 *\li 'ctx' is a valid task.
/freebsd-11-stable/sys/dev/cfi/
H A Dcfi_disk.c63 struct taskqueue *tq; /* private task queue for i/o request */
64 struct task iotask; /* i/o processing */
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/api/
H A Dostiapi.h449 bit32 task,
/freebsd-11-stable/sys/dev/mly/
H A Dmlyvar.h225 /* command-completion task */
226 struct task mly_task_complete; /* deferred-completion task */
/freebsd-11-stable/sys/dev/nmdm/
H A Dnmdm.c81 struct task np_task;
/freebsd-11-stable/tools/tools/vhba/faulty/
H A Dvhba_faulty.c48 struct task qt;
/freebsd-11-stable/tools/tools/vhba/lots/
H A Dvhba_lots.c46 struct task qt;
/freebsd-11-stable/tools/tools/vhba/medium/
H A Dvhba_medium.c46 struct task qt;
/freebsd-11-stable/tools/tools/vhba/rptluns/
H A Dvhba_rptluns.c46 struct task qt;
/freebsd-11-stable/tools/tools/vhba/simple/
H A Dvhba_simple.c46 struct task qt;
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clsubs.c88 struct task ncl_nfsiodnew_task;
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_dmtpps.c81 struct task pps_task; /* For pps_event handling. */
290 * interlock based... we write in this routine and trigger the task that
314 /* This is the task function that gets enqueued by poll_pps. Once the
511 * Init the task that does deferred pps_event() processing after
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_io.h219 ctl_io_type io_type; /* task I/O, SCSI I/O, etc. */
559 struct ctl_ha_msg_task task; member in union:ctl_ha_msg
579 struct ctl_taskio taskio; /* SCSI task management/reset */
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspa_impl.h282 kthread_t *spa_async_thread; /* thread doing async task */
283 kthread_t *spa_async_thread_vd; /* thread doing vd async task */
286 uint16_t spa_async_tasks; /* async task mask */
372 struct task spa_deadman_task;
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge.h285 struct task task_reset;
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h112 ITT_STUBV(ITTAPI, void, model_task_begin, (__itt_model_task *task, __itt_model_task_instance *instance, const char *name), (ITT_FORMAT task, instance, name), model_task_begin, __itt_group_model, "%p, %p, \"%s\"")
113 ITT_STUBV(ITTAPI, void, model_task_end, (__itt_model_task *task, __itt_model_task_instance *instance), (ITT_FORMAT task, instance), model_task_end, __itt_group_model, "%p, %p")
/freebsd-11-stable/sys/sys/
H A Djail.h163 struct task pr_task; /* (c) destroy task */
/freebsd-11-stable/sys/dev/cxgbe/
H A Dadapter.h568 struct task tx_reclaim_task;
646 struct task wrq_tx_task;
887 struct task tc_task;
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwnvar.h969 struct task mac_intrtask;
970 struct task mac_hwreset;
971 struct task mac_txpower;
1030 struct taskqueue *sc_tq; /* private task queue */
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_drv.h563 struct task work;
621 struct task error_work;
677 struct task hotplug_work;
744 struct task error_work;
919 struct task console_resume_work;
/freebsd-11-stable/sys/geom/raid/
H A Dmd_intel.c1186 struct task *task; local
1238 task = malloc(sizeof(struct task),
1240 TASK_INIT(task, 0, g_disk_md_intel_retaste, task);
1241 taskqueue_enqueue(taskqueue_swi, task);

Completed in 203 milliseconds

1234567891011>>