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

/osnet-11/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/common/
H A Dopl_hostbridge.c110 char *dnpath; local
144 if ((dnpath = di_devfs_path(dnode)) != NULL) {
148 dnpath, NULL);
152 dnpath);
154 di_devfs_path_free(dnpath);
161 di_devfs_path_free(dnpath);
176 di_devfs_path_free(dnpath);
182 di_devfs_path_free(dnpath);
187 if (dnpath) {
189 TOPO_PROP_IMMUTABLE, dnpath,
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/cpuboard/common/
H A Dcpuboard_hostbridge.c95 char *dnpath; local
112 if ((dnpath = di_devfs_path(dnode)) != NULL) {
120 rcpath = dnpath;
122 dnpath, NULL);
126 dnpath);
128 di_devfs_path_free(dnpath);
135 di_devfs_path_free(dnpath);
150 di_devfs_path_free(dnpath);
156 di_devfs_path_free(dnpath);
168 if (dnpath) {
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/modules/files/
H A Ddhcp_network.c65 char dnpath[MAXPATHLEN]; local
83 net2path(dnpath, MAXPATHLEN, location, netp->s_addr, "");
84 retval = open_file(dnpath, flags, &fd);
153 char dnpath[MAXPATHLEN]; local
155 net2path(dnpath, MAXPATHLEN, dir, netp->s_addr, "");
156 if (unlink(dnpath) == -1)
343 char dnpath[MAXPATHLEN]; local
350 net2path(dnpath, MAXPATHLEN, dhp->dh_location, dhp->dh_net, "");
351 fd = open(dnpath, O_RDONLY);
456 char dnpath[MAXPATHLE local
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/modules/files0/
H A Ddhcp_network.c64 char dnpath[MAXPATHLEN]; local
82 net2path(dnpath, MAXPATHLEN, location, netp->s_addr, "");
83 retval = open_file(dnpath, flags, &fd);
104 char dnpath[MAXPATHLEN]; local
106 net2path(dnpath, MAXPATHLEN, dir, netp->s_addr, "");
107 if (unlink(dnpath) == -1)
273 char dnpath[MAXPATHLEN]; local
280 net2path(dnpath, MAXPATHLEN, dhp->dh_location, dhp->dh_net, "");
281 fp = fopen(dnpath, "r");
385 char dnpath[MAXPATHLE local
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/hostbridge/common/
H A Dhb_sun4v.c177 char dnpath[MAXPATHLEN]; local
190 (void) snprintf(dnpath, sizeof (dnpath), "/pci@%llx", ba);
191 fmri = topo_mod_devfmri(mod, FM_DEV_SCHEME_VERSION, dnpath, NULL);
194 dnpath);
222 TOPO_PROP_IMMUTABLE, dnpath, &err) != 0) {
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.c420 char *dnpath, *path, *fpath, *nm; local
436 if ((dnpath = di_devfs_path(did_dinode(pd))) != NULL) {
442 if ((path = topo_mod_strdup(mp, dnpath)) == NULL) {
443 di_devfs_path_free(dnpath);
446 di_devfs_path_free(dnpath);
715 char *dnpath; local
721 dnpath = di_devfs_path(did_dinode(pd));
722 if ((dnpath == NULL) || (strstr(dnpath, "/pci@") == NULL)) {
724 dnpath
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcp_network.c183 char dnpath[MAXPATHLEN]; local
202 net2path(dnpath, MAXPATHLEN, dir, netp->s_addr);
203 retval = open_file(dnpath, flags, &dhp->dh_fd);
307 char dnpath[MAXPATHLEN]; local
309 net2path(dnpath, MAXPATHLEN, dir, netp->s_addr);
310 if (unlink(dnpath) == -1)

Completed in 49 milliseconds