HomeSort by: relevance | last modified time | path
    Searched refs:client_path (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/lvm2/dist/daemons/dmeventd/
dmeventd.h 55 const char *client_path; member in struct:dm_event_fifos
libdevmapper-event.c 404 if (stat(fifos->client_path, &statbuf))
408 log_error("%s is not a fifo.", fifos->client_path);
413 fifos->client = open(fifos->client_path, O_WRONLY | O_NONBLOCK);
423 __func__, fifos->client_path, strerror(errno));
465 fifos->client_path = DM_EVENT_FIFO_CLIENT;
488 /* if ((fifos->client = open(fifos->client_path, O_WRONLY | O_NONBLOCK)) < 0) {*/
489 if ((fifos->client = open(fifos->client_path, O_RDWR | O_NONBLOCK)) < 0) {
491 __func__, fifos->client_path, strerror(errno));
dmeventd.c 1205 fifos->client_path = DM_EVENT_FIFO_CLIENT;
1213 if (((mkfifo(fifos->client_path, 0600) == -1) && errno != EEXIST) ||
1223 if ((!stat(fifos->client_path, &st)) && (st.st_mode & 0777) != 0600)
1225 fifos->client_path);
1232 if (chmod(fifos->client_path, 0600)) {
1234 fifos->client_path);
1251 if ((fifos->client = open(fifos->client_path, O_RDWR)) < 0) {
  /src/external/mpl/dhcp/dist/client/
dhclient.c 4571 static char client_path [] = CLIENT_PATH; local
4602 envp [i++] = client_path;

Completed in 33 milliseconds