HomeSort by: relevance | last modified time | path
    Searched defs:ctrl_path (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sparc64/sparc64/
autoconf.c 1031 char ctrl_path[OFPATHLEN], parent_path[OFPATHLEN], dev_path[OFPATHLEN]; local
1049 OF_package_to_path(ctrlnode, ctrl_path, sizeof(ctrl_path));
1052 DPRINTF(ACDB_BOOTDEV, ("controller %x : %s\n", ctrlnode, ctrl_path));
1060 ctrlnode, ctrl_path, bi_unit->parent, parent_path));
1065 " parent\n", ctrlnode, ctrl_path));
1068 " %x : %s\n", ctrlnode, ctrl_path, bi_unit->parent,
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
dnssd_clientstub.c 595 char ctrl_path[64] = ""; // "/var/tmp/dnssd_result_socket.xxxxxxxxxx-xxx-xxxxxx" local
606 snprintf(ctrl_path, sizeof(ctrl_path), "%s%d-%.3lx-%.6lu", CTL_PATH_PREFIX, (int)getpid(),
608 *len += strlen(ctrl_path) + 1;
635 if (SeparateReturnSocket) put_string(ctrl_path, data_start);
uds_daemon.c 6165 // (even if only the one-byte empty C string placeholder for the old ctrl_path parameter)
6243 char ctrl_path[MAX_CTLPATH]; local
6244 get_string(&req->msgptr, req->msgend, ctrl_path, MAX_CTLPATH); // path is first element in message buffer
6247 mDNSPlatformStrLCopy(cliaddr.sun_path, ctrl_path, sizeof(cliaddr.sun_path));
6251 if (ctrl_path[0] == 0)

Completed in 67 milliseconds