Searched defs:lms (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/klm/
H A Dklmmod.c481 /* Access private member lms->sysid */
483 lm_sysidt(struct lm_sysid *lms) argument
485 return (((struct nlm_host *)lms)->nh_sysid);
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c211 * - Change all references to lms to instead reference the pointer in
223 static ld_map_state_t lms; variable
810 return (avl_find(lms.lms_cexp_id, &node, 0) != NULL);
845 avl_add(lms.lms_cexp_id, node);
871 real_node = avl_find(lms.lms_cexp_id, &node, 0);
873 avl_remove(lms.lms_cexp_id, real_node);
884 * On success, TRUE (1) is returned and lms.lms_cexp_id is ready for use.
891 if (lms.lms_cexp_id != NULL)
894 lms.lms_cexp_id = libld_calloc(sizeof (*lms
[all...]

Completed in 69 milliseconds