Searched refs:dbdpn (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcnid_metad.c155 static int maybe_start_dbd(char *dbdpn, struct volinfo *volinfo) argument
265 ret = execlp(dbdpn, dbdpn, "-d", volpath, buf1, buf2, logconfig, NULL);
267 ret = execlp(dbdpn, dbdpn, volpath, buf1, buf2, logconfig, NULL);
441 char *dbdpn = _PATH_CNID_DBD; local
488 dbdpn = strdup(optarg);
630 maybe_start_dbd(dbdpn, volinfo);

Completed in 93 milliseconds