Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lvm/rpc.mdcommd/
H A Dmdmn_commd_server.c126 char *commdoutfile; /* file name for the above output */ variable
256 if (statvfs64(commdoutfile, &vfsbuf)) { in flush_fcout()
436 commdoutfile = commd_get_outfile(); in setup_debug()
439 if (commdoutfile == (char *)NULL) { in setup_debug()
441 commdoutfile = "/var/run/commd.out"; in setup_debug()
442 commdout = fopen(commdoutfile, "a"); in setup_debug()
445 tmp_dir = strdup(commdoutfile); in setup_debug()
447 ((commdout = fopen(commdoutfile, "a")) == (FILE *)NULL)) { in setup_debug()
450 "using /var/run/commd.out instead\n", commdoutfile); in setup_debug()
451 free(commdoutfile); in setup_debug()
[all …]