Symbol: NOREMAINDER
usr/src/cmd/fm/eversholt/common/ptree.c
815
else if (NOREMAINDER(*ullp, 1000000000ULL*60*60*24*365, val))
usr/src/cmd/fm/eversholt/common/ptree.c
817
else if (NOREMAINDER(*ullp, 1000000000ULL*60*60*24*30, val))
usr/src/cmd/fm/eversholt/common/ptree.c
819
else if (NOREMAINDER(*ullp, 1000000000ULL*60*60*24*7, val))
usr/src/cmd/fm/eversholt/common/ptree.c
821
else if (NOREMAINDER(*ullp, 1000000000ULL*60*60*24, val))
usr/src/cmd/fm/eversholt/common/ptree.c
823
else if (NOREMAINDER(*ullp, 1000000000ULL*60*60, val))
usr/src/cmd/fm/eversholt/common/ptree.c
825
else if (NOREMAINDER(*ullp, 1000000000ULL*60, val))
usr/src/cmd/fm/eversholt/common/ptree.c
827
else if (NOREMAINDER(*ullp, 1000000000ULL, val))
usr/src/cmd/fm/eversholt/common/ptree.c
829
else if (NOREMAINDER(*ullp, 1000000ULL, val))
usr/src/cmd/fm/eversholt/common/ptree.c
831
else if (NOREMAINDER(*ullp, 1000ULL, val))
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
337
else if (NOREMAINDER(ull, 1000000000ULL*60*60*24*365, val))
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
339
else if (NOREMAINDER(ull, 1000000000ULL*60*60*24*30, val))
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
341
else if (NOREMAINDER(ull, 1000000000ULL*60*60*24*7, val))
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
343
else if (NOREMAINDER(ull, 1000000000ULL*60*60*24, val))
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
345
else if (NOREMAINDER(ull, 1000000000ULL*60*60, val))
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
347
else if (NOREMAINDER(ull, 1000000000ULL*60, val))
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
349
else if (NOREMAINDER(ull, 1000000000ULL, val))
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
351
else if (NOREMAINDER(ull, 1000000ULL, val))
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
353
else if (NOREMAINDER(ull, 1000ULL, val))