HomeSort by relevance Sort by last modified time
    Searched defs:assert_nolint (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/svc/configd/
client.c 64 #define assert_nolint(x) (void)0 macro
66 #define assert_nolint(x) assert(x) macro
232 assert_nolint(offsetof(repcache_entity_t, re_id) == 0);
237 assert_nolint(offsetof(repcache_iter_t, ri_id) == 0);
242 assert_nolint(offsetof(repcache_client_t, rc_id) == 0);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libscf/common/
lowlevel.c 104 #define assert_nolint(x) (void)0 macro
106 #define assert_nolint(x) assert(x) macro
267 assert_nolint(offsetof(scf_transaction_entry_t,
    [all...]

Completed in 240 milliseconds