Searched refs:smallest (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | cpuvar.h | 449 #define CPUSET_BOUNDS(set, smallest, largest) { \ argument 450 cpuset_bounds(&(set), &(smallest), &(largest)); \ 519 #define CPUSET_BOUNDS(set, smallest, largest) { \ argument 520 smallest = (uint_t)(lowbit(set) - 1); \
|
/titanic_41/usr/src/uts/common/os/ |
H A D | msg.c | 1487 size_t avail, smallest; in msg_wakeup_senders() local 1518 smallest = MSG_SMALL_INIT; in msg_wakeup_senders() 1531 if (smallest > optr->msgw_snd_size) in msg_wakeup_senders() 1532 smallest = optr->msgw_snd_size; in msg_wakeup_senders() 1540 if (ptr == NULL && smallest != MSG_SMALL_INIT) in msg_wakeup_senders() 1541 qp->msg_snd_smallest = smallest; in msg_wakeup_senders()
|
/titanic_41/usr/src/uts/common/disp/ |
H A D | thread.c | 1946 size_t smallest = 0; in stkinfo_end() local 2057 if (smallest == 0) { in stkinfo_end() 2058 smallest = kmem_stkinfo_log[i].percent; in stkinfo_end() 2062 if (kmem_stkinfo_log[i].percent < smallest) { in stkinfo_end() 2063 smallest = kmem_stkinfo_log[i].percent; in stkinfo_end()
|
/titanic_41/usr/src/lib/fm/libdiagcode/common/tests/ |
H A D | SAMPLE0.dict | 30 # this sample dictionary tests code type 0, the smallest type,
|
/titanic_41/usr/src/cmd/svc/startd/ |
H A D | graph.c | 6241 int i = 0, smallest = -1; in next_action() local 6246 smallest = i; in next_action() 6249 smallest = i; in next_action() 6256 return (smallest); in next_action()
|
/titanic_41/usr/src/cmd/fm/dicts/ |
H A D | SUN4U.po | 3722 …eplace the affected CHIP. Use fmdump -v -u <EVENT_ID>\nto identify the smallest CPU/Strand ID of … 3738 …eplace the affected CORE. Use fmdump -v -u <EVENT_ID>\nto identify the smallest CPU/Strand ID of … 3754 …lace the affected STRAND. Use fmdump -v -u <EVENT_ID>\nto identify the smallest CPU/Strand ID of … 3786 …eplace the affected CHIP. Use fmdump -v -u <EVENT_ID>\nto identify the smallest CPU/Strand ID of … 3802 …eplace the affected CORE. Use fmdump -v -u <EVENT_ID>\nto identify the smallest CPU/Strand ID of … 3818 …lace the affected STRAND. Use fmdump -v -u <EVENT_ID>\nto identify the smallest CPU/Strand ID of …
|
/titanic_41/usr/src/lib/libshell/common/ |
H A D | sh.memo | 1576 causes the smallest matching prefix of the value of 1588 causes the smallest matching substring at the end of
|