Searched defs:MAXPROPSIZE (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/luxadm/
H A Dsetboot.c55 * 8192 - MAXPROPSIZE - sizeof (int) is the size of the largest
59 #define MAXPROPSIZE 128 macro
60 #define MAXVALSIZE (8192 - MAXPROPSIZE - sizeof (uint_t))
167 MAXVALSIZE + MAXPROPSIZE);
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_prom.c53 * 8192 - MAXPROPSIZE - sizeof (int) is the size of the largest
58 #define MAXPROPSIZE 128 macro
59 #define MAXNAMESIZE MAXPROPSIZE
60 #define MAXVALSIZE (8192 - MAXPROPSIZE - sizeof (u_int))
61 #define BUFSIZE (MAXPROPSIZE + MAXVALSIZE + sizeof (u_int))
/illumos-gate/usr/src/cmd/eeprom/i386/
H A Dbenv_kvm.c41 * 16384 - MAXPROPSIZE - sizeof (int) is the size of the largest
46 #define MAXPROPSIZE 128 macro
47 #define MAXVALSIZE (16384 - MAXPROPSIZE - sizeof (u_int))
48 #define BUFSIZE (MAXPROPSIZE + MAXVALSIZE + sizeof (u_int))
131 (void) strlcpy(opp->oprom_array, prop, MAXPROPSIZE);
144 (void) strlcpy(opp->oprom_array, prop, MAXPROPSIZE);
/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo.h40 * 4096 - MAXPROPSIZE - sizeof (int) is the size of the largest
44 #define MAXPROPSIZE 128 macro
45 #define MAXVALSIZE (4096 - MAXPROPSIZE - sizeof (uint_t))
46 #define BUFSIZE (MAXPROPSIZE + MAXVALSIZE + sizeof (uint_t))
/illumos-gate/usr/src/cmd/eeprom/sparc/
H A Dopenprom.c32 * 8192 - MAXPROPSIZE - sizeof (int) is the size of the largest
37 #define MAXPROPSIZE 128 macro
38 #define MAXNAMESIZE MAXPROPSIZE
39 #define MAXVALSIZE (8192 - MAXPROPSIZE - sizeof (uint_t))
40 #define BUFSIZE (MAXPROPSIZE + MAXVALSIZE + sizeof (uint_t))
235 opp->oprom_size = MAXPROPSIZE;
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c59 #define MAXPROPSIZE 256 macro
60 #define MAXVALSIZE (BUFSIZE - MAXPROPSIZE - sizeof (uint_t))
596 opp->oprom_size = MAXPROPSIZE;
598 opp->oprom_size = MAXPROPSIZE;
741 opp->oprom_size = MAXPROPSIZE;
743 opp->oprom_size = MAXPROPSIZE;
1777 opp->oprom_size = MAXPROPSIZE;
1787 opp->oprom_size = MAXPROPSIZE;
2235 opp->oprom_size = MAXPROPSIZE;
2244 opp->oprom_size = MAXPROPSIZE;
[all...]

Completed in 61 milliseconds