Searched refs:MAXNAMELEN (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-9.3-release/share/examples/sunrpc/dir/
H A Ddir.x5 const MAXNAMELEN = 255; /* maximum length of a directory entry */
7 typedef string nametype<MAXNAMELEN>; /* a directory entry */
/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dmaxfilename.cpp52 #ifdef MAXNAMELEN
53 #define NAME_MAX MAXNAMELEN
54 #else /* !MAXNAMELEN */
56 #endif /* !MAXNAMELEN */
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_clnt.h47 char fsname[MAXNAMELEN+1]; /* data device name */
48 char rtname[MAXNAMELEN+1]; /* realtime device filename */
49 char logname[MAXNAMELEN+1]; /* journal device filename */
50 char mtpt[MAXNAMELEN+1]; /* filesystem mount point */
H A Dxfs_types.h152 * MAXNAMELEN is the length (including the terminating null) of
155 #define MAXNAMELEN 256 macro
H A Dxfs_dir_leaf.h110 (uint)sizeof(xfs_dir_leaf_name_t) * 2 - (MAXNAMELEN - 2) + 1 + 1)
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/sys/fs/
H A Dzut.h63 char zl_file[MAXNAMELEN];
64 char zl_xfile[MAXNAMELEN];
74 char zr_file[MAXNAMELEN];
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfs_namecheck.c72 if (strlen(path) >= MAXNAMELEN) {
145 * which is the same as MAXNAMELEN used in the kernel.
147 * places using MAXNAMELEN.
150 if (strlen(path) >= MAXNAMELEN) {
279 if (end - start >= MAXNAMELEN) {
306 * which is the same as MAXNAMELEN used in the kernel.
308 * places using MAXNAMELEN.
310 if (strlen(pool) >= MAXNAMELEN) {
H A Dzfs_ioctl_compat.h89 char zc_string[MAXNAMELEN];
122 char zi_func[MAXNAMELEN];
131 char zc_string[MAXNAMELEN];
168 char zc_string[MAXNAMELEN];
/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dtypes.h45 #define MAXNAMELEN 256 macro
/freebsd-9.3-release/include/rpcsvc/
H A Dnlm_prot.x10 %#define MAXNAMELEN LM_MAXSTRLEN+1
140 string name<MAXNAMELEN>;
173 string caller_name<MAXNAMELEN>;
182 string caller_name<MAXNAMELEN>;
257 string name<MAXNAMELEN>;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_dir.h111 char dd_myname[MAXNAMELEN];
167 char *__ds_name = kmem_alloc(MAXNAMELEN + strlen(MOS_DIR_NAME) + 1, \
171 kmem_free(__ds_name, MAXNAMELEN + strlen(MOS_DIR_NAME) + 1); \
H A Dzfs_ioctl.h136 char drr_toname[MAXNAMELEN];
255 char zi_func[MAXNAMELEN];
311 char zc_string[MAXNAMELEN];
H A Ddsl_dataset.h177 char ds_snapname[MAXNAMELEN];
289 char *__ds_name = kmem_alloc(MAXNAMELEN, KM_SLEEP); \
292 kmem_free(__ds_name, MAXNAMELEN); \
H A Dspa_impl.h121 char spa_name[MAXNAMELEN]; /* pool name */
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs_core/common/
H A Dlibzfs_core.c267 char pool[MAXNAMELEN];
319 char pool[MAXNAMELEN];
346 char fs[MAXNAMELEN];
411 char pool[MAXNAMELEN];
458 char pool[MAXNAMELEN];
686 char pool[MAXNAMELEN];
748 char pool[MAXNAMELEN];
H A Dlibzfs_core_compat.c108 strlcpy(zc->zc_string, val, MAXNAMELEN);
134 nvpair_name(hpair), MAXNAMELEN);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ctldir.c250 zfsctl_root_inode_cb, MAXNAMELEN, NULL, NULL);
700 char newpath[MAXNAMELEN];
758 char from[MAXNAMELEN], to[MAXNAMELEN];
759 char real[MAXNAMELEN], fsname[MAXNAMELEN];
767 MAXNAMELEN, NULL);
780 err = zfsctl_snapshot_zname(sdvp, snm, MAXNAMELEN, from);
782 err = zfsctl_snapshot_zname(tdvp, tnm, MAXNAMELEN, to);
825 char snapname[MAXNAMELEN];
[all...]
H A Ddsl_userhold.c60 if (strlen(htag) > MAXNAMELEN)
63 if (temphold && strlen(htag) + MAX_TAG_PREFIX_LEN >= MAXNAMELEN)
159 char name[MAXNAMELEN];
183 char zhca_spaname[MAXNAMELEN];
575 char name[MAXNAMELEN];
H A Ddsl_bookmark.c37 char buf[MAXNAMELEN];
40 if (strlen(fullname) >= MAXNAMELEN)
H A Dspa_history.c503 char namebuf[MAXNAMELEN];
522 char namebuf[MAXNAMELEN];
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zlook/
H A Dzlook.c321 MAXNAMELEN);
367 (void) strlcpy(lk.zl_file, argv[optind + 1], MAXNAMELEN);
370 argv[optind + 2], MAXNAMELEN);
/freebsd-9.3-release/sys/nlm/
H A Dnlm_prot_xdr.c231 if (!xdr_string(xdrs, &objp->name, MAXNAMELEN))
277 if (!xdr_string(xdrs, &objp->caller_name, MAXNAMELEN))
296 if (!xdr_string(xdrs, &objp->caller_name, MAXNAMELEN))
449 if (!xdr_string(xdrs, &objp->name, MAXNAMELEN))
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c143 char zo_pool[MAXNAMELEN];
144 char zo_dir[MAXNAMELEN];
145 char zo_alt_ztest[MAXNAMELEN];
146 char zo_alt_libpath[MAXNAMELEN];
269 char od_name[MAXNAMELEN];
281 char zd_name[MAXNAMELEN];
611 char altdir[MAXNAMELEN] = { 0 };
3220 char snapname[MAXNAMELEN];
3240 char snapname[MAXNAMELEN];
3243 (void) snprintf(snapname, MAXNAMELEN, "
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_import.c958 char sname[MAXNAMELEN];
961 (void) snprintf(tmpnode.rn_name, MAXNAMELEN, "%s%u",
980 char diskname[MAXNAMELEN];
984 (void) strncpy(diskname, sname, MAXNAMELEN);
1004 char diskname[MAXNAMELEN];
1008 (void) strncpy(diskname, sname, MAXNAMELEN);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zinject/
H A Dzinject.c570 char pool[MAXNAMELEN];
571 char dataset[MAXNAMELEN];

Completed in 405 milliseconds

123