Home
last modified time | relevance | path

Searched refs:pathname (Results 226 – 250 of 270) sorted by relevance

1234567891011

/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c966 struct pathname pn = { NULL }; in lofi_add()
1114 struct pathname pn, rpn; in domount()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c1013 char pathname[MAXPATHLEN]; in fcsm_handle_port_detach() local
1076 cmd, ddi_pathname(pinfo->port_dip, pathname))); in fcsm_handle_port_detach()
H A Dfcp.c9820 char *pathname; in fcp_handle_port_attach() local
9821 pathname = kmem_zalloc(MAXPATHLEN, KM_SLEEP); in fcp_handle_port_attach()
9822 (void) ddi_pathname(pptr->port_dip, pathname); in fcp_handle_port_attach()
9825 pathname, in fcp_handle_port_attach()
9831 kmem_free(pathname, MAXPATHLEN); in fcp_handle_port_attach()
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c3497 door_ki_open(char *pathname, door_handle_t *dhp) in door_ki_open() argument
3503 if ((err = lookupname(pathname, UIO_SYSSPACE, FOLLOW, NULL, &vp)) != 0) in door_ki_open()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c1668 struct pathname pn; in nfs_mountroot()
H A Dnfs3_vfsops.c1663 struct pathname pn; in nfs3_mountroot()
H A Dnfs3_vnops.c184 struct pathname *, int, vnode_t *, cred_t *,
1924 nfs3_lookup(vnode_t *dvp, char *nm, vnode_t **vpp, struct pathname *pnp, in nfs3_lookup()
2009 nfs3lookup(vnode_t *dvp, char *nm, vnode_t **vpp, struct pathname *pnp, in nfs3lookup()
H A Dnfs_subr.c274 struct pathname *, int, vnode_t *, cred_t *, int),
4697 int (*lookupproc)(vnode_t *, char *, vnode_t **, struct pathname *, int, in failover_lookup() argument
H A Dnfs_server.c2995 struct pathname pn; in rfs_pathname()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c269 struct pathname dpn; in ufs_mount()
H A Dufs_vnops.c124 struct pathname *, int, struct vnode *, struct cred *,
2615 struct pathname *pnp, int flags, struct vnode *rdir, struct cred *cr, in ufs_lookup()
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c186 struct pathname dpn; in udf_mount()
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c374 struct pathname *pnp, int flags, struct vnode *rdir, struct cred *cred, in hsfs_lookup()
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fop.c738 struct pathname pn; in port_fop_getdvp()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h676 krb5_error_code krb5_create_secure_file (krb5_context, const char * pathname);
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c3238 rm_parent_dir_if_empty(char *pathname) in rm_parent_dir_if_empty() argument
3243 vprint(REMOVE_MID, "%schecking %s if empty\n", fcn, pathname); in rm_parent_dir_if_empty()
3245 (void) strcpy(path, pathname); in rm_parent_dir_if_empty()
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c1674 struct pathname lookpn; in auto_getmntpnt()
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c296 struct pathname special; in pcfs_device_identify()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE1832 05-12-05 The whence builtin now returns an absolute pathname when the
2019 attempted rather than pathname completion using the builtin editors.
2110 during pathname expansion, any component that consists only of ** is
2156 stores the full pathname of the file that the current command
2512 even though the full pathname for the command was specified
2568 script with #! was invoked by full pathname from the
2697 99-03-31 +When performing pathname expansion, the shell checks
H A DRELEASE9339 b. When performing pathname expansion, the shell checks
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c17542 char pathname[128]; in sata_log() local
17554 (void) ddi_pathname(dip, pathname); in sata_log()
17556 pathname[0] = 0; in sata_log()
17560 cmn_err(level, "?%s:\n %s\n", pathname, sata_log_buf); in sata_log()
17562 cmn_err(level, "%s:\n %s\n", pathname, sata_log_buf); in sata_log()
17565 cmn_err(level, "%s:\n %s", pathname, sata_log_buf); in sata_log()
17567 cmn_err(level, "%s:\n %s", pathname, in sata_log()
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c826 struct pathname *pnp, in tmp_lookup()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dlibdwarf.h2622 const char *pathname,
/illumos-gate/usr/src/cmd/sendmail/cf/
H A DREADME114 pathname of the help and status files, the flags needed for the local
907 feature is the pathname of an LMTP capable mailer. By
913 If a different LMTP capable mailer is used, its pathname
923 The argument to this feature is the pathname of the
976 pathname to smrsh; otherwise, the path defined by
3423 a full pathname, in which case it is
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt751 comment=pathname of the executable:
752 comment=pathname of working directory:

1234567891011