Searched refs:task (Results 1 - 23 of 23) sorted by relevance

/osnet-11/usr/src/lib/pyzfs/common/
H A Dutil.py65 __slots__ = "why", "task", "errno"
68 def __init__(self, eno, task=None, why=None):
71 task -- a string describing the task that failed
76 self.task = task
81 if self.task:
82 s += self.task + ": "
/osnet-11/usr/src/lib/libc/port/sys/
H A Dtasksys.c36 #include <sys/task.h>
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DTask.xs5 * Task.xs contains XS wrappers for the task maniplulation functions.
9 #include <sys/task.h>
/osnet-11/usr/src/grub/grub2/util/grub.d/
H A D10_hurd.in99 --exec-server-task='\${exec-task}' -T typed '\${root}' \\
100 '\$(task-create)' '\$(task-resume)'
101 module /lib/ld.so.1 exec /hurd/exec '\$(exec-task=task-create)'
122 --exec-server-task='\${exec-task}' -T typed '\${root}' \\
123 '\$(task-create)' '\$(task
[all...]
H A D30_os-prober.in194 --exec-server-task='\${exec-task}' -T typed '\${root}' \\
195 '\$(task-create)' '\$(task-resume)'
196 module /lib/ld.so.1 exec /hurd/exec '\$(exec-task=task-create)'
/osnet-11/usr/src/grub/grub2/util/
H A Ddeviceiter.c1007 struct dm_task *task = NULL;
1016 task = dm_task_create (DM_DEVICE_LIST);
1017 dmraid_check (task, "dm_task_create failed\n");
1018 dmraid_check (dm_task_run (task), "dm_task_run failed\n");
1019 names = dm_task_get_names (task);
1064 if (task)
1065 dm_task_destroy (task);
1080 if (task)
1081 dm_task_destroy (task);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/bin/
H A Dcpan31 the others, and then exits after it finishes the task. The script
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/
H A DExacct.xs470 # Return an accounting record for the specified task or process. idtype is
471 # either P_TASKID or P_PID and id is a process or task id.
523 # either P_TASKID or P_PID and id is a process or task id. value may be either
598 # Write an accounting record for the specified task or process. idtype is
599 # either P_TASKID or P_PID, id is a process or task id and flags is either
/osnet-11/usr/src/lib/libzpool/common/
H A Dtaskq.c31 typedef struct task { struct
32 struct task *task_next;
33 struct task *task_prev;
74 * task structures) without risking deadlock with
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dblib.pm31 Pollutes global name space for development only task.
H A DTest.pm87 This module simplifies the task of writing test files for Perl modules,
H A DCPAN.pm6383 Forces CPAN to perform a task that normally would have failed. Force
6459 Forces CPAN to perform a task that normally would have failed. Force
6569 Forces CPAN to perform a task that normally would have failed. Force
/osnet-11/usr/src/lib/libproc/common/
H A Dpr_tasksys.c31 #include <sys/task.h>
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dhostdisk.c522 struct dm_task *task = NULL; local
529 task = dm_task_create (DM_DEVICE_TABLE);
530 if (! task)
536 if (! dm_task_set_name (task, dev))
542 if (! dm_task_run (task))
548 dm_get_next_target (task, NULL, &start, &length, &target_type, &params);
578 dm_task_destroy (task);
583 if (task)
584 dm_task_destroy (task);
/osnet-11/usr/src/cmd/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...]
/osnet-11/usr/src/lib/libproject/common/
H A Dsetproject.c26 #include <sys/task.h>
218 (strncmp(ctl_name, "task.", strlen("task.")) != 0)) {
588 * Changes the assigned project, task and resource pool of a stopped target
669 if (strcmp(kv_array->data[i].key, "task.final") == 0) {
711 * Pools are not configured, so simply create new task.
721 * In the case that we are starting a new task in the
/osnet-11/usr/src/lib/pam_modules/unix_cred/
H A Dunix_cred.c36 #include <sys/task.h>
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_module.c32 #include <sys/task.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm199 monumental task, and, frankly, we don't want this manpage to be an internals
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm358 Instead of the above process, with Filter::Simple the task of setting up
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc136 #include <sys/task.h>
/osnet-11/usr/src/lib/librestart/common/
H A Dlibrestart.c56 #include <sys/task.h>
3592 * in a TASK_FINAL task (setproject, settaskid)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm990 It splits the task of generating the Makefile into several subroutines

Completed in 92 milliseconds