Home
last modified time | relevance | path

Searched refs:mpconf_buf (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.c3457 MP_CHAR *mpconf_buf; in MP_RegisterPlugin() local
3525 if ((mpconf_buf = (MP_CHAR *)mmap(0, stbuf.st_size, in MP_RegisterPlugin()
3531 if (search_line(mpconf_buf, stbuf.st_size, in MP_RegisterPlugin()
3534 munmap((void *)mpconf_buf, stbuf.st_size); in MP_RegisterPlugin()
3537 munmap((void *)mpconf_buf, stbuf.st_size); in MP_RegisterPlugin()
3581 MP_CHAR *mpconf_buf; in MP_DeregisterPlugin() local
3624 if ((mpconf_buf = (MP_CHAR *)mmap(0, stbuf.st_size, in MP_DeregisterPlugin()
3630 if (search_line(mpconf_buf, stbuf.st_size, pluginid, strlen(pluginid), in MP_DeregisterPlugin()
3632 munmap((void *)mpconf_buf, stbuf.st_size); in MP_DeregisterPlugin()
3647 if (write(tmp_mpconf, mpconf_buf, write_offset) != write_offset) { in MP_DeregisterPlugin()
[all …]