Home
last modified time | relevance | path

Searched refs:f_name (Results 1 – 24 of 24) sorted by relevance

/titanic_41/usr/src/uts/common/io/
H A Dstr_conf.c137 bucket = FMODSW_HASH(fp->f_name); in i_fmodsw_hash_insert()
140 FMODSW_KEYCMP(p->f_name, fp->f_name, found); in i_fmodsw_hash_insert()
162 FMODSW_KEYCMP(p->f_name, name, found); in i_fmodsw_hash_remove()
186 FMODSW_KEYCMP(p->f_name, name, found); in i_fmodsw_hash_find()
219 (void) strncpy(fp->f_name, name, len); in fmodsw_register()
220 fp->f_name[len] = '\0'; in fmodsw_register()
/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_xattr.c225 SMBVDEBUG("ctx.f_name: %s\n", ctx.f_name); in smbfs_xa_exists()
316 ctx->f_name = kmem_alloc(ctx->f_namesz, KM_SLEEP); in smbfs_xa_findopen()
420 error = md_get_mem(mdp, ctx->f_name, nmlen, MB_MSYSTEM); in smbfs_xa_findnext()
430 SMBVDEBUG("name: %s\n", ctx->f_name); in smbfs_xa_findnext()
449 char *p = ctx->f_name + ctx->f_nmlen - 6; in smbfs_xa_findnext()
471 if (u8_strcmp(ctx->f_wildcard, ctx->f_name, in smbfs_xa_findnext()
489 if (ctx->f_name) in smbfs_xa_findclose()
490 kmem_free(ctx->f_name, ctx->f_namesz); in smbfs_xa_findclose()
H A Dsmbfs_subr.c165 src = (const ushort_t *)ctx->f_name; in smbfs_fname_tolocal()
174 bcopy(tmpbuf, ctx->f_name, outlen + 1); in smbfs_fname_tolocal()
184 (void) strlcpy(ctx->f_name, "?", ctx->f_namesz); in smbfs_fname_tolocal()
H A Dsmbfs_smb.c1836 ctx->f_name = (char *)ctx->f_fname; in smbfs_smb_findopenLM1()
1869 cp = ctx->f_name; in smbfs_smb_findnextLM1()
1873 while (*cp == ' ' && cp >= ctx->f_name) in smbfs_smb_findnextLM1()
1879 ctx->f_nmlen = strlen(ctx->f_name); in smbfs_smb_findnextLM1()
2052 ctx->f_name = kmem_alloc(ctx->f_namesz, KM_SLEEP); in smbfs_smb_findopenLM2()
2162 cp = ctx->f_name; in smbfs_smb_findnextLM2()
2214 bcopy(ctx->f_name, ctx->f_rname, nmlen); in smbfs_smb_findnextLM2()
2241 if (ctx->f_name) in smbfs_smb_findcloseLM2()
2242 kmem_free(ctx->f_name, ctx->f_namesz); in smbfs_smb_findcloseLM2()
2324 if ((ctx->f_nmlen == 1 && ctx->f_name[0] == '.') || in smbfs_smb_findnext()
[all …]
H A Dsmbfs_subr.h117 char *f_name; /* current file name */ member
H A Dsmbfs_vnops.c2732 SMBVDEBUG("Truncating name: %s\n", ctx->f_name); in smbfs_readvdir()
2736 if (smbfs_nget(vp, ctx->f_name, nmlen, in smbfs_readvdir()
2744 bcopy(ctx->f_name, dp->d_name, nmlen); in smbfs_readvdir()
/titanic_41/usr/src/cmd/sgs/ar/common/
H A Dcmd.c669 char *f_name; in create_extract() local
672 f_name = a->ar_rawname; in create_extract()
674 f_name = a->ar_longname; in create_extract()
681 len = strlen(f_name); in create_extract()
690 (void) strncpy(dup, f_name, f_len); in create_extract()
692 f_name = dup; in create_extract()
709 if (access(f_name, F_OK) != -1) { in create_extract()
717 f_name); in create_extract()
729 if ((stat(f_name, &s1) == 0) && in create_extract()
736 MSG_INTL(MSG_OVERRIDE_WARN), f_name); in create_extract()
[all …]
/titanic_41/usr/src/cmd/filesync/
H A Drename.c230 dirp->f_name, old->f_name, dirp->f_name, new->f_name, in note_rename()
H A Deval.c379 showflags(fileflags, fp->f_flags), fp->f_name); in eval_file()
444 push_name(fp->f_name); in eval_file()
687 which, fp->f_name, ip->f_modtime, ip->f_modns, in note_info()
757 which, fp->f_name, fp->f_info[ which ].f_modtime, in update_info()
832 fprintf(stdout, V_change, fp->f_name, TXT_src, in check_inum()
845 fprintf(stdout, V_change, fp->f_name, TXT_dst, in check_inum()
H A Dbase.c188 if (strcmp(name, new->f_name) > 0) { in add_file_to_list()
197 if (strcmp(name, fp->f_name) == 0) { in add_file_to_list()
211 rslt = strcmp(name, fp->f_name); in add_file_to_list()
237 new->f_name = strdup(name); in add_file_to_list()
303 dp->f_name, (fp->f_flags&F_NEW) ? "NEW" : "FOUND", in add_file_to_dir()
841 noblanks(fp->f_name), ip->f_mode); in bw_file()
H A Danal.c245 fprintf(stderr, "ANAL: PRUNE %s\n", fp->f_name); in prune_file()
427 push_name(fp->f_name); in check_file()
943 lp->f_name, lp->f_info[which].f_modtime, in link_update()
1096 i = namelen + 1 + strlen(fp->f_name); in get_name()
1111 strcat(namebuf, fp->f_name); in get_name()
H A Ddatabase.h196 char *f_name; /* name of this file */ member
H A Drecon.c166 fp->f_previous->f_fullname, fp->f_name); in reconcile()
/titanic_41/usr/src/cmd/nvmeadm/
H A Dnvmeadm.c72 char *f_name; member
748 feat->f_name, feat->f_short, type); in usage_get_features()
765 nvme_print(2, feat->f_name, -1, NULL); in do_get_feat_common()
785 nvme_print(2, feat->f_name, -1, NULL); in do_get_feat_intr_vect()
840 if (strncasecmp(feat->f_name, f, strlen(f)) == 0 || in do_get_features()
855 feat->f_name, (feat->f_getflags & NVMEADM_NS) != 0 ? in do_get_features()
866 warnx("unsupported feature: %s", feat->f_name); in do_get_features()
/titanic_41/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c721 char f_name[BUFSIZ]; in collect_prototype() local
784 (void) strpqcpy(f_name, interface, nextsep(interface)); in collect_prototype()
785 (void) decl_SetName(pp, f_name); in collect_prototype()
788 f_name, f_basetype, f_type); in collect_prototype()
790 symtab_set_function(f_name, line, file, f_type, f_basetype, levels); in collect_prototype()
/titanic_41/usr/src/cmd/pr/
H A Dpr.c107 typedef struct { FILE *f_f; char *f_name; wchar_t f_nextc; } FILS; member
667 Nfiles < 2 ? Files->f_name : nulls; in print()
1327 f->f_name = STDINNAME();
1329 } else if ((f->f_f = fopen(f->f_name = s, "r")) == NULL) {
1330 s = ffiler(f->f_name);
1346 (void) sprintf(s = (char *)getspace((UNS) strlen(f->f_name)
1348 empty_file_msg, f->f_name);
1434 if (Nfiles > 1 || Files->f_name == nulls) {
1444 (void) stat(Files->f_name, &sbuf);
/titanic_41/usr/src/cmd/auditreduce/
H A Dmain.c777 char *f_file, *f_nfile, *f_time, *f_name; in rename_outfile() local
787 f_file = f_name = f_outfile; /* their version */ in rename_outfile()
791 f_name = f_file + 1; in rename_outfile()
803 (void) strcat(f_newfile, f_name); in rename_outfile()
/titanic_41/usr/src/cmd/awk_xpg4/
H A Dawk2.c612 if (op->f_mode == type && strcmp(op->f_name, cp) == 0) in openfile()
653 op->f_name = strdup(cp); in openfile()
672 awkperr("error on stream \"%s\"", op->f_name); in awkclose()
674 free(op->f_name); in awkclose()
675 op->f_name = NULL; in awkclose()
H A Dawk.h265 char *f_name; /* Remembered file name */ member
H A Dawk4.c526 if (op->f_fp!=FNULL && strcmp(name, op->f_name)==0) { in f_close()
H A Dawk1.c259 fp->f_name = (char *)0; in awkvarinit()
/titanic_41/usr/src/uts/common/sys/
H A Dconf.h66 char f_name[FMNAMESZ + 1]; member
H A Dstrsubr.h752 char f_name[FMNAMESZ + 1]; member
/titanic_41/usr/src/uts/common/os/
H A Dmodconf.c1122 fp->f_name); in mod_installstrmod()
1126 return (fmodsw_register(fp->f_name, fp->f_str, fp->f_flag)); in mod_installstrmod()
1139 return (fmodsw_unregister(modl->strmod_fmodsw->f_name)); in mod_removestrmod()