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

  /onnv/onnv-gate/usr/src/uts/common/io/lvm/md/
md.c 177 md_ops_t **md_ops = NULL; variable
543 md_ops = (md_ops_t **)kmem_zalloc(
799 if (md_ops != NULL) {
800 kmem_free(md_ops, sizeof (md_ops_t *) * MD_NOPS);
801 md_ops = NULL;
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/lvm/
mdvar.h 466 typedef struct md_ops { struct
531 struct md_ops *md_next;

Completed in 6298 milliseconds