Home
last modified time | relevance | path

Searched refs:pathname (Results 176 – 200 of 270) sorted by relevance

1234567891011

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba.c1918 char *pathname = kmem_alloc(MAXPATHLEN, KM_SLEEP); in usba_ready_device_node() local
1924 (void) ddi_pathname(child_dip, pathname); in usba_ready_device_node()
1927 pathname, bus_num, port, &dev_drv, NULL) == USB_SUCCESS) && in usba_ready_device_node()
1932 dev_drv, port, bus_num, pathname); in usba_ready_device_node()
1937 kmem_free(pathname, MAXPATHLEN); in usba_ready_device_node()
H A Dhubdi.c2127 char *pathname = kmem_alloc(MAXPATHLEN, KM_SLEEP); in usba_hubdi_attach() local
2130 "cannot attach %s", ddi_pathname(dip, pathname)); in usba_hubdi_attach()
2132 kmem_free(pathname, MAXPATHLEN); in usba_hubdi_attach()
5689 char *pathname = NULL; in hubd_select_device_configuration() local
5705 pathname = kmem_zalloc(pathlen, KM_SLEEP); in hubd_select_device_configuration()
5711 (void) sprintf(pathname, "%s@%d", tmp_path, port); in hubd_select_device_configuration()
5717 pathname); in hubd_select_device_configuration()
5723 usbdev_ptr->idProduct, child_ud->usb_serialno_str, pathname); in hubd_select_device_configuration()
5731 user_pref->pathname); in hubd_select_device_configuration()
5747 kmem_free(pathname, pathlen); in hubd_select_device_configuration()
/illumos-gate/usr/src/uts/common/io/
H A Dtem.c399 tem_info_init(char *pathname, cred_t *credp) in tem_info_init() argument
421 if (i_ddi_prompath_to_devfspath(pathname, in tem_info_init()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_common.c354 struct pathname pn; in nfsdyn_mountroot()
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vtops.c185 struct pathname *pnp, int flags, struct vnode *rdir, struct cred *cred, in devvt_lookup()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h254 int (*lookupproc)(vnode_t *, char *, vnode_t **, struct pathname *,
/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_drv.c783 char pathname[MAXPATHLEN]; in acpi_drv_gen_sysevent() local
821 (void) ddi_pathname(acpi_drv_dip, pathname); in acpi_drv_gen_sysevent()
822 err = nvlist_add_string(attr_list, PWRCTL_DEV_PHYS_PATH, pathname); in acpi_drv_gen_sysevent()
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_subr.c684 struct pathname *pnp, /* the path .. */ in dv_shadow_node()
928 dv_find(struct dv_node *ddv, char *nm, struct vnode **vpp, struct pathname *pnp, in dv_find()
1736 struct pathname pn; in devfs_remdrv_cleanup()
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.c4391 if (skdev->pathname && in skd_dealloc_resources()
4393 kmem_free(skdev->pathname, in skd_dealloc_resources()
4394 strlen(skdev->pathname)+1); in skd_dealloc_resources()
4748 skdev->pathname = kmem_zalloc(strlen(name) + 1, KM_SLEEP); in skd_attach()
4749 (void) strlcpy(skdev->pathname, name, strlen(name) + 1); in skd_attach()
4882 Dcmn_err(CE_NOTE, " sTec S1120 %s\n", skdev->pathname); in skd_attach()
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c1579 char *pathname = NULL; in modctl_get_fbname() local
1586 pathname = kmem_zalloc(MAXPATHLEN, KM_SLEEP); in modctl_get_fbname()
1588 pathname)) == DDI_SUCCESS) { in modctl_get_fbname()
1589 if (copyout(pathname, path, strlen(pathname)+1) != 0) { in modctl_get_fbname()
1593 kmem_free(pathname, MAXPATHLEN); in modctl_get_fbname()
H A Dsunmdi.c980 mdi_phci_path2devinfo(dev_info_t *vdip, caddr_t pathname) in mdi_phci_path2devinfo() argument
1005 if (strcmp(temp_pathname, pathname) == 0) { in mdi_phci_path2devinfo()
1610 mdi_client_path2devinfo(dev_info_t *vdip, char *pathname) in mdi_client_path2devinfo() argument
1631 if (strcmp(temp_pathname, pathname) == 0) { in mdi_client_path2devinfo()
8093 char *pathname; in vhcache_phci_add() local
8098 pathname = kmem_alloc(MAXPATHLEN, KM_SLEEP); in vhcache_phci_add()
8099 (void) ddi_pathname(ph->ph_dip, pathname); in vhcache_phci_add()
8100 if ((cphci = lookup_vhcache_phci_by_name(vhcache, pathname)) in vhcache_phci_add()
8106 cphci->cphci_path = i_ddi_strdup(pathname, KM_SLEEP); in vhcache_phci_add()
8123 kmem_free(pathname, MAXPATHLEN); in vhcache_phci_add()
H A Ddriver_lyr.c1640 ldi_open_by_name(const char *pathname, int flag, cred_t *cr, in ldi_open_by_name() argument
1648 if ((pathname == NULL) || (*pathname != '/') || in ldi_open_by_name()
1654 if ((ret = ldi_vp_from_name(pathname, &vp)) != 0) in ldi_open_by_name()
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c569 char *pathname, X509 **outcert) in load_X509cert() argument
581 rv = kmf_get_file_format(pathname, &format); in load_X509cert()
589 if ((bcert = BIO_new_file(pathname, "rb")) == NULL) { in load_X509cert()
652 KMF_CERT_VALIDITY validity, char *pathname, in load_certs() argument
662 rv = kmf_get_file_format(pathname, &format); in load_certs()
676 pathname, certs); in load_certs()
693 rv = extract_pem(kmfh, issuer, subject, serial, pathname, in load_certs()
743 KMF_CERT_VALIDITY validity, char *pathname, KMF_DATA *cert) in kmf_load_cert() argument
748 rv = load_X509cert(kmfh, issuer, subject, serial, pathname, &x509cert); in kmf_load_cert()
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c235 struct pathname dpn; in tmp_mount()
/illumos-gate/usr/src/lib/libtecla/common/
H A Dcplmatch.c960 return _pu_path_is_exe(pathname); in CPL_CHECK_FN()
/illumos-gate/usr/src/cmd/sh/
H A Dname.c63 (unsigned char *)pathname
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c3762 (pkgdev.pathname == (char *)NULL)) { in add_packages_in_global_with_zones()
3939 (pkgdev.pathname == (char *)NULL)) { in add_packages_in_nonglobal_zone()
4091 (pkgdev.pathname == (char *)NULL)) { in add_packages_in_global_no_zones()
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vnops.c169 bootfs_lookup(vnode_t *dvp, char *nm, vnode_t **vpp, struct pathname *pnp, in bootfs_lookup()
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c407 char pathname[MAXNAM+1]; /* added 1 for last NULL */ member
1453 "tar: missing links to %s\n"), ihead->pathname); in dorep()
7639 linkstringlen = strlen(linkinfo->pathname) + in prepare_xattr()
7719 (void) strcpy(tptr->h_names, linkinfo->pathname); in prepare_xattr()
7721 &tptr->h_names[strlen(linkinfo->pathname) + 1], in prepare_xattr()
8045 if (chk_path_build(name, longname, lp->pathname, in put_link()
8075 longname, lp->pathname); in put_link()
8089 (void) strcpy(lp->pathname, longname); in put_link()
8093 (void) strcpy(lp->pathname, longname); in put_link()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddocmd.c234 ihead->pathname); in doarrow()
/illumos-gate/usr/src/cmd/mdb/demo/
H A DREADME89 modules, you can either use the ::load built-in dcmd with the absolute pathname
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c1356 struct pathname pn; in vn_createat()
1631 struct pathname pn; in vn_linkat()
1697 struct pathname fpn; /* from pathname */ in vn_renameat()
1698 struct pathname tpn; /* to pathname */ in vn_renameat()
1846 struct pathname pn; /* name of entry */ in vn_removeat()
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c1332 calculate_hash(const char *pathname, char **hash) in calculate_hash() argument
1343 fd = open(pathname, O_RDONLY); in calculate_hash()
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh1429 parent.lhs.location.replace(parent.lhs.location.pathname + "#" + num);
1430 parent.rhs.location.replace(parent.rhs.location.pathname + "#" + num);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DTYPES21 do not have to precede the command name, and field splitting and pathname

1234567891011