Searched refs:lms (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | map_core.c | 225 static ld_map_state_t lms; variable 812 return (avl_find(lms.lms_cexp_id, &node, 0) != NULL); in cexp_ident_test() 847 avl_add(lms.lms_cexp_id, node); in cexp_ident_add() 873 real_node = avl_find(lms.lms_cexp_id, &node, 0); in cexp_ident_clear() 875 avl_remove(lms.lms_cexp_id, real_node); in cexp_ident_clear() 893 if (lms.lms_cexp_id != NULL) in cexp_ident_init() 896 lms.lms_cexp_id = libld_calloc(1, sizeof (*lms.lms_cexp_id)); in cexp_ident_init() 897 if (lms.lms_cexp_id == NULL) in cexp_ident_init() 899 avl_create(lms.lms_cexp_id, cexp_ident_cmp, sizeof (cexp_id_node_t), in cexp_ident_init() 993 if (STACK_RESERVE(lms.lms_cexp_op_stack, CEXP_OP_STACK_INIT) == 0) in cexp_push_op() [all …]
|
/illumos-gate/usr/src/uts/common/klm/ |
H A D | klmmod.c | 484 lm_sysidt(struct lm_sysid *lms) in lm_sysidt() argument 486 return (((struct nlm_host *)lms)->nh_sysid); in lm_sysidt()
|
/illumos-gate/usr/src/cmd/svc/shell/ |
H A D | mfsthistory | 659 svc:/network/lms:default var/svc/manifest/network/lms.xml 660 svc:/network/lms var/svc/manifest/network/lms.xml
|