Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.c176 char systemPath[MAX_NAME_SIZE], mpConfFilePath[MAX_NAME_SIZE]; in InitLibrary() local
192 strncpy(mpConfFilePath, "/etc/mpapi.conf", MAX_NAME_SIZE); in InitLibrary()
194 if ((fd_mpconf = open(mpConfFilePath, O_RDONLY)) < 0) { in InitLibrary()
3458 char systemPath[MAX_NAME_SIZE], mpConfFilePath[MAX_NAME_SIZE]; in MP_RegisterPlugin() local
3485 strncpy(mpConfFilePath, "/etc/mpapi.conf", MAX_NAME_SIZE); in MP_RegisterPlugin()
3487 if ((chmod(mpConfFilePath, S_IRUSR|S_IRGRP|S_IROTH) == -1) && in MP_RegisterPlugin()
3492 if ((mpconf = open(mpConfFilePath, O_RDWR | O_CREAT)) == -1) { in MP_RegisterPlugin()
3593 strncpy(mpConfFilePath, "/etc/mpapi.conf", MAX_NAME_SIZE); in MP_DeregisterPlugin()
3595 if ((chmod(mpConfFilePath, S_IRUSR|S_IRGRP|S_IROTH) == -1) && in MP_DeregisterPlugin()
3601 if ((mpconf = open(mpConfFilePath, O_RDWR)) == -1) { in MP_DeregisterPlugin()
[all …]