Home
last modified time | relevance | path

Searched refs:pathname (Results 151 – 175 of 270) sorted by relevance

1234567891011

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A Dsh.memo646 With command or pathname completion,
653 then the word is replaced by the pathname, and a
656 pathname is a directory, otherwise a space is added.
847 generates the physical pathname of the present working
1818 is used to disable pathname generation.
1927 for each file name component of the pathname.
1951 each matching pathname that is the name
2744 If the pathname where it is found matches the pathname associated
2764 that is not associated with a pathname.
3001 without giving the full pathname.
[all …]
/illumos-gate/usr/src/lib/libtsol/common/
H A Dlabeld.h272 char pathname[BUFSIZE]; member
/illumos-gate/usr/src/uts/common/syscall/
H A Dopen.c63 struct pathname pn; in copen()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c207 uprintf("%s: Cannot execute %s\n", exec_file, args->pathname); in mapexec_brand()
215 uprintf("%s: Cannot read %s\n", exec_file, args->pathname); in mapexec_brand()
220 uprintf("%s: Nothing to load in %s", exec_file, args->pathname); in mapexec_brand()
230 uprintf("%s: Cannot map %s\n", exec_file, args->pathname); in mapexec_brand()
699 if (_ptr = strrchr(args->pathname, '/')) { in elfexec()
700 len = _ptr - args->pathname; in elfexec()
704 bcopy(args->pathname, &pathbufp[curlen], len); in elfexec()
/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c3985 struct pathname pn; in resolve_pathname()
3993 if (*pathname != '/') in resolve_pathname()
4154 ddi_pathname_to_dev_t(char *pathname) in ddi_pathname_to_dev_t() argument
4807 char *pathname; in i_log_devfs_add_devinfo() local
4827 pathname = kmem_alloc(MAXPATHLEN, KM_SLEEP); in i_log_devfs_add_devinfo()
4829 (void) ddi_pathname(dip, pathname); in i_log_devfs_add_devinfo()
4830 ASSERT(strlen(pathname)); in i_log_devfs_add_devinfo()
4833 se_val.value.sv_string = pathname; in i_log_devfs_add_devinfo()
4883 kmem_free(pathname, MAXPATHLEN); in i_log_devfs_add_devinfo()
4896 kmem_free(pathname, MAXPATHLEN); in i_log_devfs_add_devinfo()
[all …]
H A Dsunddi.c5336 char *pathname, *class_name; in i_log_devfs_minor_create() local
5362 if (pathname == NULL) { in i_log_devfs_minor_create()
5368 ASSERT(strlen(pathname)); in i_log_devfs_minor_create()
5370 se_val.value.sv_string = pathname; in i_log_devfs_minor_create()
5373 kmem_free(pathname, MAXPATHLEN); in i_log_devfs_minor_create()
5377 kmem_free(pathname, MAXPATHLEN); in i_log_devfs_minor_create()
5437 char *pathname, *class_name; in i_log_devfs_minor_remove() local
5461 if (pathname == NULL) { in i_log_devfs_minor_remove()
5467 ASSERT(strlen(pathname)); in i_log_devfs_minor_remove()
5472 kmem_free(pathname, MAXPATHLEN); in i_log_devfs_minor_remove()
[all …]
/illumos-gate/usr/src/cmd/sh/
H A Ddefs.h317 extern const char pathname[];
H A Dhashserv.c522 if (eq(start, pathname)) in argpath()
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vfsops.c69 struct pathname dpn; in bootfs_mount()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2872 char *pathname; in zpool_vdev_online() local
2898 nvlist_lookup_string(tgt, ZPOOL_CONFIG_PATH, &pathname) == 0) { in zpool_vdev_online()
2914 pathname += strlen(ZFS_DISK_ROOT) + 1; in zpool_vdev_online()
2915 error = zpool_relabel_disk(hdl, pathname, msg); in zpool_vdev_online()
4434 char *pathname, size_t len) in zpool_obj_to_path() argument
4443 (void) snprintf(pathname, len, "<metadata>:<0x%llx>", obj); in zpool_obj_to_path()
4453 (void) snprintf(pathname, len, "<0x%llx>:<0x%llx>", in zpool_obj_to_path()
4468 (void) snprintf(pathname, len, "%s%s", mntpnt, in zpool_obj_to_path()
4471 (void) snprintf(pathname, len, "%s:%s", in zpool_obj_to_path()
4475 (void) snprintf(pathname, len, "%s:<0x%llx>", dsname, obj); in zpool_obj_to_path()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c1838 char pathname[MAXPATHLEN]; in mac_get_nexus_node() local
1854 (void) ddi_pathname(pdip, pathname); in mac_get_nexus_node()
1856 "/devices%s:intr", pathname); in mac_get_nexus_node()
1857 (void) ddi_pathname_minor(minordata, pathname); in mac_get_nexus_node()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c153 char *pathname = kmem_alloc(MAXPATHLEN, KM_SLEEP); in sogetvp() local
154 error = ddi_dev_pathname(vp->v_rdev, S_IFCHR, pathname); in sogetvp()
156 error = devfs_lookupname(pathname, NULLVPP, &dvp); in sogetvp()
158 kmem_free(pathname, MAXPATHLEN); in sogetvp()
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_netops.c113 struct pathname *pnp, int flags, struct vnode *rdir, struct cred *cred, in devnet_lookup()
H A Dsdev_ptsops.c288 struct pathname *pnp, int flags, struct vnode *rdir, struct cred *cred, in devpts_lookup()
H A Dsdev_plugin.c421 struct pathname *pnp, int flags, struct vnode *rdir, struct cred *cred, in sdev_plugin_vop_lookup()
552 struct pathname pn = { 0 }; in sdev_plugin_register()
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c618 char pathname[OBP_MAXPATHLEN]; in zsa_channel_is_active_in_rom() local
637 (void) ddi_pathname(dev, pathname); /* device pathname */ in zsa_channel_is_active_in_rom()
640 (void) strcpy(default_pathname, pathname); in zsa_channel_is_active_in_rom()
644 (void) strcat(pathname, minordata); in zsa_channel_is_active_in_rom()
647 if (strcmp(pathname, stdioname) == 0) { in zsa_channel_is_active_in_rom()
657 if (strcmp(pathname, stdioname) == 0) { in zsa_channel_is_active_in_rom()
/illumos-gate/usr/src/cmd/cmd-inet/etc/ike/
H A Dconfig.sample41 ## Use the pathname of a library that supports PKCS#11 in quotes.
/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c137 static char *pathname = NULL; variable
294 pathname = optarg; in main()
1918 (void) strcat(fname, pathname); in write_one_file()
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.h406 char *pathname; member
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs_inet.h406 extern int lookup(char *pathname, struct nfs_file *, bool_t);
/illumos-gate/usr/src/lib/libtecla/
H A Dlibtecla.h340 #define CPL_CHECK_FN(fn) int (fn)(void *data, const char *pathname)
/illumos-gate/usr/src/uts/sparc/os/
H A Dbootdev.c440 struct pathname pn, rpn; in resolve_devfs_name()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c1112 char *pathname; in sbd_attach_cpu() local
1139 pathname = sbp->sb_cpupath[unit]; in sbd_attach_cpu()
1140 (void) ddi_pathname(dip, pathname); in sbd_attach_cpu()
2180 char *pathname = NULL; in sbd_setup_devlists() local
2203 pathname = sbp->sb_cpupath[unit]; in sbd_setup_devlists()
2207 pathname = sbp->sb_mempath[unit]; in sbd_setup_devlists()
2211 pathname = sbp->sb_iopath[unit]; in sbd_setup_devlists()
2230 if (pathname) { in sbd_setup_devlists()
2231 (void) ddi_pathname(dip, pathname); in sbd_setup_devlists()
/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_cmn_func.c1833 char pathname[128]; in oplmsu_cmn_prt_pathname() local
1838 (void) sprintf(pathname, "/devices%s:%c", wrkbuf, in oplmsu_cmn_prt_pathname()
1842 "Active path change to path => %s", pathname)); in oplmsu_cmn_prt_pathname()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c1724 char pathname[PATH_MAX]; in piclenvmon_init() local
1729 if (get_config_file(pathname) < 0) in piclenvmon_init()
1733 (picld_pluginutil_parse_config_file(rooth, pathname) != in piclenvmon_init()

1234567891011