Searched refs:nmp (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dinuse_lu.c204 char *nmp; local
224 if ((nmp = strstr(ep + 1, "mountPoint=\"")) != NULL) {
225 nmp = nmp + 12;
227 if ((ep = strchr(nmp, '"')) != NULL) {
230 nmp = "";
234 nmp = "";
237 if ((status = add_use_record(devp, nmp)) != 0) {
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dmem.c105 topo_mod_t *nmp; local
107 if (isglobal && (nmp = topo_mod_load(mod, PLATFORM_MEM_NAME,
123 if (isglobal && topo_mod_enumerate(nmp, pnode, PLATFORM_MEM_NAME, name,
H A Dcpu.c218 topo_mod_t *nmp; local
221 if ((nmp = topo_mod_load(mod, PLATFORM_CPU_NAME,
251 if (topo_mod_enumerate(nmp, pnode, PLATFORM_CPU_NAME, name,
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c1040 struct nm_name *nmp; local
1230 for (nmp = &namesp_rec->r_name[0]; nmp->n_key != 0;
1232 nmp = (struct nm_name *)((char *)nmp +
1233 NAMSIZ(nmp))) {
1234 if (nmp->n_key == min->min_key)
1236 used_size -= NAMSIZ(nmp);
1242 if (nmp->n_key == 0) {
1243 assert(nmp
3396 struct nm_rec *nmp; local
[all...]

Completed in 28 milliseconds