Searched defs:assert_nolint (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.c63 #define assert_nolint(x) (void)0 macro
65 #define assert_nolint(x) assert(x) macro
231 assert_nolint(offsetof(repcache_entity_t, re_id) == 0);
236 assert_nolint(offsetof(repcache_iter_t, ri_id) == 0);
241 assert_nolint(offsetof(repcache_client_t, rc_id) == 0);
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c100 #define assert_nolint(x) (void)0 macro
102 #define assert_nolint(x) assert(x) macro
263 assert_nolint(offsetof(scf_transaction_entry_t,

Completed in 62 milliseconds