Searched defs:MAXNAMELEN (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/mknetid/
H A Dmknetid.c47 #define MAXNAMELEN 256 macro
166 char name[MAXNAMELEN];
213 char name[MAXNAMELEN];
244 char name[MAXNAMELEN];
245 char user[MAXNAMELEN];
285 char name[MAXNAMELEN];
292 if (getname(name, MAXNAMELEN, WHITE, WHITE, lp, "#") != 1) {
360 if (getname(name, MAXNAMELEN, skip, term, lp, com) != 1) {
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c43 #define MAXNAMELEN 256 macro
443 char buf[MAXNAMELEN];
460 for (i = 0; i < MAXNAMELEN - 1; i++) {
/illumos-gate/usr/src/ucbhead/sys/
H A Dparam.h152 * MAXNAMELEN is the length (including the terminating null) of
157 #define MAXNAMELEN 256 macro
/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h184 * MAXNAMELEN is the length (including the terminating null) of
190 #define MAXNAMELEN 256 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h74 #define MAXNAMELEN 256 /* max length of name for auth */ macro
78 #define MAXHOSTNAMELEN MAXNAMELEN /* max length of hostname */
250 extern char user[MAXNAMELEN];/* Our name for authenticating ourselves */
255 extern char our_name[MAXNAMELEN];/* Our name for authentication purposes */
256 extern char remote_name[MAXNAMELEN]; /* Peer's name for authentication */
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dcontract.h184 #ifndef MAXNAMELEN
185 #define MAXNAMELEN 1 macro
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h54 #define MAXNAMELEN 256 macro
59 #define BOOTSIGN_ARGLEN (MAXNAMELEN + 10) /* (<sign>,0,d) */
680 extern char current_rootpool[MAXNAMELEN];
681 extern char current_bootfs[MAXNAMELEN];
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h62 #define MAXNAMELEN 256 macro
1292 * largest directory entry (MAXNAMELEN (256) byte name, 8-byte value),

Completed in 62 milliseconds