Home
last modified time | relevance | path

Searched refs:NIDS (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/priocntl/
H A Dpriocntl.h42 #define NIDS 1024 /* max number of id arguments we handle */ macro
H A Dpriocntl.c320 id_t idlist[NIDS]; in print_procs()
352 for (i = 0; i < idargc && nids < NIDS; i++) { in print_procs()