HomeSort by: relevance | last modified time | path
    Searched defs:cpum (Results 1 - 1 of 1) sorted by relevancy

  /src/external/cddl/osnet/dist/tools/ctf/cvt/
fixup_tdescs.c 210 mlist_t *cpum; local
270 cpum = xmalloc(sizeof (*cpum));
271 cpum->ml_offset = lml->ml_offset + (ptrsize * NBBY);
272 cpum->ml_size = 0;
273 cpum->ml_name = xstrdup("cpu_m");
274 cpum->ml_type = machcpu;
275 cpum->ml_next = NULL;
277 lml->ml_next = cpum;

Completed in 21 milliseconds