Lines Matching defs:other
2451 ** other -- other information for this type.
2476 proc_list_add(pid, task, type, count, other, hostaddr)
2481 int other;
2539 ProcListVec[i].proc_other = other;
2588 ** other -- storage for proc_other (return).
2603 proc_list_drop(pid, st, other)
2606 int *other;
2617 if (other != NULL)
2618 *other = ProcListVec[i].proc_other;