Searched defs:cms (Results 1 – 2 of 2) sorted by relevance
59 #define CMS_OPS(cms) (cms)->cms_ops argument60 #define CMS_OP_PRESENT(cms, op) ((cms) && CMS_OPS(cms)->op != NULL) argument77 typedef struct cms { struct78 struct cms *cms_next; argument79 struct cms *cms_prev; argument80 const cms_ops_t *cms_ops; argument81 struct modctl *cms_modp; argument82 uint_t cms_refcnt; argument113 cms_link(cms_t *cms) in cms_link()125 cms_unlink(cms_t *cms) in cms_unlink()[all …]
67 typedef struct cms { struct68 struct cms *cms_next; argument69 struct cms *cms_prev; argument70 const cms_ops_t *cms_ops; argument71 struct modctl *cms_modp; argument72 uint_t cms_refcnt; argument325 cms_t cms; /* 40 bytes max */ in cmihdl_disp() local