Home
last modified time | relevance | path

Searched refs:pathname (Results 1 – 25 of 270) sorted by path

1234567891011

/illumos-gate/usr/src/boot/efi/libefi/
H A Defipart.c627 char *pathname, *p; in efipart_hdinfo_add_filepath() local
639 if ((pathname = malloc(len + 1)) == NULL) { in efipart_hdinfo_add_filepath()
644 cpy16to8(node->PathName, pathname, len + 1); in efipart_hdinfo_add_filepath()
645 p = strchr(pathname, ':'); in efipart_hdinfo_add_filepath()
655 free(pathname); in efipart_hdinfo_add_filepath()
662 printf("Bad unit number for partition \"%s\"\n", pathname); in efipart_hdinfo_add_filepath()
663 free(pathname); in efipart_hdinfo_add_filepath()
675 printf("BUG: No disk for partition \"%s\"\n", pathname); in efipart_hdinfo_add_filepath()
676 free(pathname); in efipart_hdinfo_add_filepath()
684 free(pathname); in efipart_hdinfo_add_filepath()
/illumos-gate/usr/src/boot/libsa/
H A Dbootparam.c234 bp_getfile(int sockfd, char *key, struct in_addr *serv_addr, char *pathname) in bp_getfile() argument
304 if (xdr_string_decode(&rdata, pathname, &path_len)) { in bp_getfile()
/illumos-gate/usr/src/boot/sys/sys/
H A Dlinker.h78 char* pathname; /* file name with full path */ member
319 char pathname[MAXPATHLEN]; member
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dabi_index.pl80 my $pathname = '';
90 $pathname = $';
110 next unless ($pathname =~ m,\.so,);
111 next unless ($pathname =~ m,/lib,);
112 next unless ($pathname =~ m,/lib[^/]*\.so\b,);
115 $pathname = trim($pathname);
117 filter($pathname, $link, $pkgs);
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c931 char pathname[MAXLINE]; in generate_aux_file() local
935 (void) snprintf(pathname, sizeof (pathname), "%s.pf", in generate_aux_file()
937 errlog(TRACING, "output file = '%s'", pathname); in generate_aux_file()
938 if ((fp = fopen(pathname, "w")) == NULL) { in generate_aux_file()
939 errlog(FATAL, "%s: %s", pathname, strerror(errno)); in generate_aux_file()
958 errlog(FATAL, "fclose %s: %s", pathname, strerror(errno)); in generate_aux_file()
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioFile.cc217 char *pathname; in OpenPath() local
266 pathname = new char[strlen(prefix) + flen + 2]; in OpenPath()
267 (void) sprintf(pathname, "%s/%s", prefix, filename); in OpenPath()
268 err = tryopen(pathname, openmode); in OpenPath()
269 delete[] pathname; in OpenPath()
286 const char *pathname, in tryopen() argument
294 if (pathname != GetName()) in tryopen()
295 SetName(pathname); in tryopen()
298 if (stat(pathname, &st) < 0) in tryopen()
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt751 comment=pathname of the executable:
752 comment=pathname of working directory:
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dcreate.c396 plc.mapper.pathname = get_string(optarg_av, in kc_create()
398 if (plc.mapper.pathname == NULL) { in kc_create()
506 if ((plc.mapper.mapname != NULL && plc.mapper.pathname != NULL) || in kc_create()
507 (plc.mapper.dir != NULL && plc.mapper.pathname != NULL) || in kc_create()
510 plc.mapper.pathname == NULL)) { in kc_create()
H A Dlist.c167 plc->mapper.pathname ? plc->mapper.pathname : "<null>"); in show_policy()
H A Dmodify.c630 (mapper_name != NULL && oplc.mapper.pathname != NULL) || in kc_modify_policy()
636 (mapper_dir != NULL && oplc.mapper.pathname != NULL) || in kc_modify_policy()
640 mapper_pathname == NULL && oplc.mapper.pathname == NULL))) { in kc_modify_policy()
657 plc.mapper.pathname = mapper_pathname; in kc_modify_policy()
663 UPDATE_IF_DIFFERENT(oplc.mapper.pathname, plc.mapper.pathname); in kc_modify_policy()
/illumos-gate/usr/src/cmd/cmd-inet/etc/default/
H A Dipsec.dfl30 # IKE_CONFIG defines the default IKE config file pathname. By default, it
/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/cmd-inet/usr.bin/rdist/
H A Ddefs.h122 char pathname[LINESIZE]; member
H A Ddocmd.c234 ihead->pathname); in doarrow()
H A Dserver.c429 "k%o %s %s\n", opts, lp->pathname, in sendf()
434 lp->pathname, rname); in sendf()
483 opts, lp->pathname, rname); in sendf()
487 lp->pathname, rname); in sendf()
576 if (strlcpy(lp->pathname, in savelink()
578 sizeof (lp->pathname)) >= sizeof (lp->pathname)) { in savelink()
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drdr_messages.c4498 static char pathname[MAXPATHLEN]; in load_libdscp() local
4519 len = snprintf(pathname, MAXPATHLEN, LIBDSCP_PATH, platform); in load_libdscp()
4528 if ((lib = dlopen(pathname, RTLD_LAZY)) == NULL) { in load_libdscp()
/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/cmd/devmgmt/data/
H A Ddevice.tab28 # alias:cdevice:bdevice:pathname:attrs
34 # pathname Pathname to the inode for the device
/illumos-gate/usr/src/cmd/format/
H A Dcheckdev.c61 static int getpartition(char *pathname);
126 getpartition(char *pathname) in getpartition() argument
138 if (match_substr(pathname, "/dev/") == 0) in getpartition()
141 (void) strcat(raw_device, pathname + strlen("/dev/")); in getpartition()
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dref_subr.c212 make_pathname4(char *path, pathname4 *pathname) in make_pathname4() argument
217 if (pathname == NULL) in make_pathname4()
221 pathname->pathname4_val = NULL; in make_pathname4()
222 pathname->pathname4_len = 0; in make_pathname4()
228 pathname->pathname4_val = NULL; in make_pathname4()
229 pathname->pathname4_len = 0; in make_pathname4()
234 pathname->pathname4_val = NULL; in make_pathname4()
235 pathname->pathname4_len = 0; in make_pathname4()
242 pathname->pathname4_val = comp4; in make_pathname4()
243 pathname->pathname4_len = ncomp; in make_pathname4()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_trans.c86 char *pathname; member
182 if (strcmp(pte->pathname, entry->pathname) == 0) { in insert_te()
254 if (pte->pathname) free(pte->pathname); in remove_te()
777 newte->pathname = in trans_create()
1040 free(pte->pathname); in trans_rename()
1411 newte->pathname = in trans_create3()
1476 newte->pathname = in trans_remove3()
1539 newte->pathname = in trans_mkdir3()
1585 newte->pathname = in trans_rmdir3()
1710 newte->pathname = in trans_mknod3()
[all …]
/illumos-gate/usr/src/cmd/fs.d/nfs/umount/
H A Dumount.c161 nfs_unmount(char *pathname, int umnt_flag) in nfs_unmount() argument
167 mntp = mnttab_find(pathname); in nfs_unmount()
169 pathname = mntp->mnt_mountp; in nfs_unmount()
176 if (umount2(pathname, umnt_flag) < 0) { in nfs_unmount()
178 pr_err(gettext("%s: is busy\n"), pathname); in nfs_unmount()
180 pr_err(gettext("%s: not mounted\n"), pathname); in nfs_unmount()
/illumos-gate/usr/src/cmd/fs.d/smbclnt/umount/
H A Dumount.c138 smbfs_unmount(char *pathname, int umnt_flag) in smbfs_unmount() argument
143 mntp = mnttab_find(pathname); in smbfs_unmount()
145 pathname = mntp->mnt_mountp; in smbfs_unmount()
150 rc = umount2(pathname, umnt_flag); in smbfs_unmount()
154 pr_err(gettext("%s: %s\n"), pathname, strerror(errno)); in smbfs_unmount()
/illumos-gate/usr/src/cmd/gencat/
H A Dgencat.c411 read_block(fd, p, n, pathname) in read_block() argument
415 char *pathname;
524 readcat(fd, pathname) in readcat() argument
526 char *pathname;
540 FPRINTF(stderr, MSG(5), pathname);
552 FPRINTF(stderr, MSG(5), pathname);
956 read_msgfile(fp, pathname) in read_msgfile() argument
958 char *pathname;
964 msgfname = pathname;
1027 writecat(fd, pathname) in writecat() argument
[all …]
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh1925 printf "$(gettext "Enter the pathname of the file to be copied"): "

1234567891011