Lines Matching defs:set
90 * Test for empty set.
98 * OR the second set into the first set.
290 /* set up the initial private data */
472 "%s: cannot trace set-id or "
623 proc_set_t *set = &grab[i++];
630 command, (int)set->pid);
640 if (grabit(pri, set)) {
741 * Find functions and set breakpoints on grabbed process.
742 * A process stopped on exec() gets its breakpoints set below.
762 * If we grabbed a running process, set it running again.
945 * is a set-id program. Every other controlling
1049 * flag is set on SYSENTRY when the call is recieved.
1092 case SYS_context: /* [get|set]context() */
1316 * this is vfork(), we have to set them again.
1336 * stop and we now set the vfork()ing lwp running
1340 * in truss will set any other lwps in the victim
1466 * and either set it running or leave it stopped and abandoned.
1961 if (Euid == Ruid && Egid == Rgid) /* not set-id */
1964 /* if directory permissions OK, create file & set ownership */
1988 } else { /* create file and set ownership correctly */
2312 getset(prpriv_t *p, priv_ptype_t set)
2315 &p->pr_sets[priv_getsetbyname(set) * p->pr_setsize]);
2448 * Add ourself to the set of truss processes
2486 grabit(private_t *pri, proc_set_t *set)
2495 if ((Proc = Pgrab(set->pid, Fflag, &gcode)) == NULL) {
2497 command, Pgrab_error(gcode), (int)set->pid);
2515 procadd(set->pid, set->lwps);
2689 * Test for empty set.
2693 is_empty(const uint32_t *sp, /* pointer to set (array of int32's) */
2694 size_t n) /* number of int32's in set */
2707 * OR the second set into the first.