Searched refs:mpconf_buf (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/mpapi/libmpapi/common/ |
H A D | mpapi.c | 3456 MP_CHAR *mpconf_buf; in MP_RegisterPlugin() local 3524 if ((mpconf_buf = (MP_CHAR *)mmap(0, stbuf.st_size, in MP_RegisterPlugin() 3530 if (search_line(mpconf_buf, stbuf.st_size, in MP_RegisterPlugin() 3533 munmap((void *)mpconf_buf, stbuf.st_size); in MP_RegisterPlugin() 3536 munmap((void *)mpconf_buf, stbuf.st_size); in MP_RegisterPlugin() 3580 MP_CHAR *mpconf_buf; in MP_DeregisterPlugin() local 3623 if ((mpconf_buf = (MP_CHAR *)mmap(0, stbuf.st_size, in MP_DeregisterPlugin() 3629 if (search_line(mpconf_buf, stbuf.st_size, pluginid, strlen(pluginid), in MP_DeregisterPlugin() 3631 munmap((void *)mpconf_buf, stbuf.st_size); in MP_DeregisterPlugin() 3646 if (write(tmp_mpconf, mpconf_buf, write_offset) != write_offset) { in MP_DeregisterPlugin() [all …]
|