Searched refs:mems (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/fm/fminject/common/ |
H A D | inj_util.c | 45 static const inj_memtype_t mems[] = { in inj_item2mem() local 49 assert(item >= 0 && item < sizeof (mems) / sizeof (inj_memtype_t)); in inj_item2mem() 50 return (mems[item]); in inj_item2mem()
|
/titanic_41/usr/src/tools/ctf/cvt/ |
H A D | fixup_tdescs.c | 56 char *mems[2] = { "a_objectdir", "fd_shadow" }; in fix_ptrptr_to_struct() local 70 if (streq(ml->ml_name, mems[i])) in fix_ptrptr_to_struct() 102 strs[i], mems[i], acts[i]); in fix_ptrptr_to_struct() 110 char *mems[2] = { NULL, "is_vmem" }; in fix_ptr_to_struct() local 124 if (mems[i] && !streq(ml->ml_name, mems[i])) in fix_ptr_to_struct()
|
/titanic_41/usr/src/lib/libadm/common/ |
H A D | putdgrp.c | 790 char **mems, /* Members to remove */ in _rmdgrpmems() argument 821 if (mems) in _rmdgrpmems() 822 for (pp = mems; *pp; pp++) in _rmdgrpmems() 829 if (mems) in _rmdgrpmems() 830 for (pp = mems; *pp; pp++) { in _rmdgrpmems()
|
/titanic_41/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | rsrc_info_impl.h | 86 ri_dev_t *mems; member
|
H A D | rsrc_info.c | 92 while ((dev = ap->mems) != NULL) { in ri_ap_free() 93 ap->mems = dev->next; in ri_ap_free() 394 if (dev_list_pack(ap->mems, &buf, &size, encoding) != 0) in ap_pack() 923 if (dev_list_unpack(buf, size, &ap->mems) != 0) { in ap_unpack() 1007 return ((mem == NULL) ? ap->mems : mem->next); in ri_mem_next()
|
H A D | ri_init.c | 1154 dev_list_append(&ap->mems, mem); in mem_cm_info()
|
/titanic_41/usr/src/lib/libadm/inc/ |
H A D | devtab.h | 236 extern int _rmdgrpmems(char *dgrp, char **mems, char ***notfounds);
|
/titanic_41/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libadm.h | 285 extern int _rmdgrpmems __P((char *dgrp, char **mems, char ***notfounds));
|