Home
last modified time | relevance | path

Searched defs:cms (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/i86pc/os/
H A Dcms.c59 #define CMS_OPS(cms) (cms)->cms_ops argument
60 #define CMS_OP_PRESENT(cms, op) ((cms) && CMS_OPS(cms)->op != NULL) argument
77 typedef struct cms { struct
78 struct cms *cms_next; argument
79 struct cms *cms_prev; argument
80 const cms_ops_t *cms_ops; argument
81 struct modctl *cms_modp; argument
82 uint_t cms_refcnt; argument
113 cms_link(cms_t *cms) in cms_link()
125 cms_unlink(cms_t *cms) in cms_unlink()
[all …]
/titanic_41/usr/src/cmd/mdb/intel/modules/generic_cpu/
H A Dgcpu.c67 typedef struct cms { struct
68 struct cms *cms_next; argument
69 struct cms *cms_prev; argument
70 const cms_ops_t *cms_ops; argument
71 struct modctl *cms_modp; argument
72 uint_t cms_refcnt; argument
325 cms_t cms; /* 40 bytes max */ in cmihdl_disp() local