/titanic_50/usr/src/cmd/zdb/ |
H A D | zdb.c | 431 CTASSERT(sizeof (bytes) >= NN_NUMBUF_SZ); in dump_bpobj() 432 CTASSERT(sizeof (comp) >= NN_NUMBUF_SZ); in dump_bpobj() 433 CTASSERT(sizeof (uncomp) >= NN_NUMBUF_SZ); in dump_bpobj() 734 CTASSERT(sizeof (maxbuf) >= NN_NUMBUF_SZ); in dump_metaslab_stats() 1313 CTASSERT(sizeof (nice) >= NN_NUMBUF_SZ); in dump_dsl_dir() 1369 CTASSERT(sizeof (used) >= NN_NUMBUF_SZ); in dump_dsl_dataset() 1370 CTASSERT(sizeof (compressed) >= NN_NUMBUF_SZ); in dump_dsl_dataset() 1371 CTASSERT(sizeof (uncompressed) >= NN_NUMBUF_SZ); in dump_dsl_dataset() 1372 CTASSERT(sizeof (unique) >= NN_NUMBUF_SZ); in dump_dsl_dataset() 1443 CTASSERT(sizeof (bytes) >= NN_NUMBUF_SZ); in dump_bptree() [all …]
|
/titanic_50/usr/src/lib/libc/port/locale/ |
H A D | mbrtoc16.c | 36 CTASSERT(sizeof (_CHAR16State) <= sizeof (mbstate_t));
|
/titanic_50/usr/src/cmd/ypcmd/ypupdated/ |
H A D | rpc.ypupdated.c | 232 CTASSERT(sizeof (struct authdes_cred) <= RQCRED_SIZE); 233 CTASSERT(sizeof (struct authunix_parms) <= RQCRED_SIZE);
|
/titanic_50/usr/src/lib/libcmdutils/common/ |
H A D | nicenum.c | 37 CTASSERT(INDEX_MAX * 10 < sizeof (uint64_t) * 8);
|
/titanic_50/usr/src/cmd/ypcmd/ |
H A D | ypupdated.c | 238 CTASSERT(sizeof (struct authdes_cred) <= RQCRED_SIZE); 244 CTASSERT(sizeof (struct authunix_parms) <= RQCRED_SIZE);
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | edonr_zfs.c | 79 CTASSERT(EDONR_BLOCK_SIZE == 2 * (EDONR_MODE / 8)); in zio_checksum_edonr_tmpl_init()
|
H A D | arc.c | 1051 CTASSERT(sizeof (l2arc_dev_hdr_phys_t) == SPA_MINBLOCKSIZE); 1121 CTASSERT(sizeof (l2arc_log_blk_phys_t) == L2ARC_LOG_BLK_SIZE); 1122 CTASSERT(offsetof(l2arc_log_blk_phys_t, lb_entries) - 7797 CTASSERT(L2ARC_LOG_BLK_SIZE >= SPA_MINBLOCKSIZE && in l2arc_log_blk_commit()
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | svc_auth_loopb.c | 50 CTASSERT(sizeof (struct authlpbk_area) <= RQCRED_SIZE);
|
H A D | svc_auth_sys.c | 64 CTASSERT(sizeof (struct authsys_area) <= RQCRED_SIZE);
|
H A D | svcauth_des.c | 125 CTASSERT(sizeof (struct authdes_area) <= RQCRED_SIZE);
|
/titanic_50/usr/src/uts/common/rpc/sec/ |
H A D | svc_authu.c | 85 CTASSERT(sizeof (struct area) <= RQCRED_SIZE); in _svcauth_unix()
|
H A D | auth_kern.c | 152 CTASSERT((NFIELDS + NGRPS) * BYTES_PER_XDR_UNIT + in authkern_marshal()
|
H A D | auth_loopb.c | 155 CTASSERT(NFIELDS * BYTES_PER_XDR_UNIT + RNDUP(MAX_MACHINE_NAME) <= in authloopback_marshal()
|
H A D | svcauthdes.c | 164 CTASSERT(sizeof (struct area) <= RQCRED_SIZE); in _svcauth_des()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | debug.h | 132 #define CTASSERT(x) _CTASSERT(x, __LINE__) macro
|
/titanic_50/usr/src/uts/common/io/nvme/ |
H A D | nvme.c | 265 CTASSERT(sizeof (nvme_identify_ctrl_t) == 0x1000); 266 CTASSERT(offsetof(nvme_identify_ctrl_t, id_oacs) == 256); 267 CTASSERT(offsetof(nvme_identify_ctrl_t, id_sqes) == 512); 268 CTASSERT(offsetof(nvme_identify_ctrl_t, id_subnqn) == 768); 269 CTASSERT(offsetof(nvme_identify_ctrl_t, id_nvmof) == 1792); 270 CTASSERT(offsetof(nvme_identify_ctrl_t, id_psd) == 2048); 271 CTASSERT(offsetof(nvme_identify_ctrl_t, id_vs) == 3072); 273 CTASSERT(sizeof (nvme_identify_nsid_t) == 0x1000); 274 CTASSERT(offsetof(nvme_identify_nsid_t, id_fpi) == 32); 275 CTASSERT(offsetof(nvme_identify_nsid_t, id_nguid) == 104); [all …]
|
/titanic_50/usr/src/cmd/swap/ |
H A D | swap.c | 83 CTASSERT(NUMBER_WIDTH >= NN_NUMBUF_SZ);
|
/titanic_50/usr/src/cmd/fs.d/nfs/rquotad/ |
H A D | rpc.rquotad.c | 332 CTASSERT(sizeof (authp) <= RQCRED_SIZE);
|
/titanic_50/usr/src/cmd/stat/fsstat/ |
H A D | fsstat.c | 78 CTASSERT(LBUFSZ >= NN_NUMBUF_SZ);
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_log_xdr.c | 64 CTASSERT(sizeof (struct authdes_cred) <= RQCRED_SIZE); in nfsl_principal_name_get()
|
H A D | nfs_server.c | 1995 CTASSERT(sizeof (struct authdes_cred) <= RQCRED_SIZE); in checkwin()
|
/titanic_50/usr/src/cmd/keyserv/ |
H A D | keyserv.c | 1339 CTASSERT(sizeof (struct authunix_parms) <= RQCRED_SIZE);
|
/titanic_50/usr/src/cmd/beadm/ |
H A D | beadm.c | 62 CTASSERT(DT_BUF_LEN >= NN_NUMBUF_SZ);
|
/titanic_50/usr/src/cmd/rpcbind/ |
H A D | rpcb_svc_com.c | 1043 CTASSERT(sizeof (struct authsys_parms) <= RQCRED_SIZE); in rpcbproc_callit_com()
|
/titanic_50/usr/src/cmd/fs.d/ |
H A D | df.c | 142 CTASSERT(NUMBER_WIDTH >= NN_NUMBUF_SZ);
|