Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/devfsadm/
H A Dcfg_link.c689 char *pathptr; in pci_cfg_ap_path() local
700 pathptr = &pathbuf[sizeof (pathbuf) - 1]; in pci_cfg_ap_path()
701 *pathptr = '\0'; in pci_cfg_ap_path()
719 *pathptr = '\0'; in pci_cfg_ap_path()
736 *pathptr = '\0'; in pci_cfg_ap_path()
746 pathptr -= seplen; in pci_cfg_ap_path()
747 if (pathptr < pathbuf) { in pci_cfg_ap_path()
748 pathptr = pathbuf; in pci_cfg_ap_path()
749 *pathptr = '\0'; in pci_cfg_ap_path()
752 (void) memcpy(pathptr, AP_PATH_SEP, seplen); in pci_cfg_ap_path()
[all …]
/titanic_41/usr/src/cmd/sysdef/
H A Dsysdef.c581 char line[100], path[100], *pathptr = ""; in modules() local
674 pathptr = &path[1]; in modules()
675 (void) strcat(pathptr, "/"); in modules()
691 tmp1, pathptr, tmp); in modules()