Searched refs:opendir (Results 126 - 150 of 222) sorted by relevance

123456789

/illumos-gate/usr/src/cmd/whodo/
H A Dwhodo.c309 if (!(dirp = opendir(PROCDIR))) {
/illumos-gate/usr/src/cmd/pgrep/
H A Dpgrep.c251 if ((dirp = opendir(dirpath)) == NULL) {
/illumos-gate/usr/src/cmd/picl/plugins/common/memcfg/
H A Dpiclmemcfg_comm.c710 if ((dirp = opendir(MC_DIR)) == NULL) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddocmd.c641 if ((d = opendir(target)) == NULL) {
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Dvold.c907 dirp = opendir(".");
909 dprintf("%s[%d]:opendir failed on '.'; %m\n",
/illumos-gate/usr/src/cmd/cdrw/
H A Ddevice.c571 dir = opendir("/dev/rdsk");
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_usb.c101 if ((dp = opendir(dir_name)) != NULL) {
/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c606 if ((dirfp = opendir(pkgdir)) == NULL)
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dcheck.c997 if ((dirfp = opendir(path)) == NULL) {
/illumos-gate/usr/src/tools/protocmp/
H A Dprotodir.c703 if ((p_dir = opendir(dir_name)) == NULL) {
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c268 * This code (opendir, readdir, and the "for" loop) is arranged in
274 if ((dirp = opendir(dir)) == NULL) {
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dglob.c627 gp->gl_opendir = (GL_opendir_f)opendir;
H A Dfts.c931 if (!(fts->dir = opendir(fts->name)))
934 if (!fts->dir && !(fts->dir = opendir(fts->name)))
/illumos-gate/usr/src/cmd/luxadm/
H A Dadm.c232 if ((dp = opendir(dir)) == NULL) {
H A Dfcalupdate.c891 if ((dp = opendir(devpath)) == NULL) {
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c274 if ((dp = opendir(basedir)) == NULL) {
1267 *cp = 0; /* terminate path for opendir() */
1276 if ((dp = opendir(devpath)) == NULL) {
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c642 dirp = opendir(tmp_path_name);
1128 dir = opendir("/dev/rdsk");
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_fhistory.c854 dirp = opendir(dir);
1447 dirp = opendir(dir);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c2047 dirp = opendir(namebuf);
2103 dirp = opendir(namebuf);
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdladm.c815 (dp = opendir(rootdir)) == NULL)
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/javelin/common/
H A Djavelin.c719 if ((dirp = opendir("/devices")) == NULL)
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/tazmo/common/
H A Dtazmo.c722 if ((dirp = opendir("/devices")) == NULL)
/illumos-gate/usr/src/lib/libbc/sparc/
H A DMakefile76 opendir.o optind.o perror.o plock.o \
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b_subr.c1466 dir = opendir(BINDING);
1470 syslog(LOG_ERR, "opendir failed with [%s]", strerror(errno));
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_traverse.c294 if ((dirp = opendir(ts_fh->fh_fpath)) == NULL)

Completed in 167 milliseconds

123456789