Searched defs:mplen (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslapi.c331 int mplen; local
369 ((mp != NULL) && (mplen = MBLKL(mp)) > SSL3_HDR_LEN)) {
379 if ((mp->b_cont == NULL) && (mplen == rec_sz)) {
/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c2160 long mplen = strlen(list[n].fsi_mntPoint); local
2161 if (rootPathLen < mplen) {
2165 if (strncmp(rootPath, list[n].fsi_mntPoint, mplen) == 0) {
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c824 validate_unix(char *arg, int *mplen, int *is_zfs, char *bootfs_arg) argument
858 *mplen = location - arg;
994 int mplen; /* length of the mount point */ local
1139 mplen = strlen(mountpoint);
1140 bcopy(mountpoint, unixfile, mplen);
1146 bcopy(newarg, &unixfile[mplen], strlen(newarg));
1149 } else if (mplen != 0) {
1157 (void) snprintf(&unixfile[mplen],
1158 sizeof (unixfile) - mplen,
1161 (void) snprintf(&unixfile[mplen],
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_name.c2908 int mplen; local
2936 * increment the mplen counter once for each decimal digit in
2939 for (i = MD_MAX_PARTS - 1, mplen = 0; i; i /= 10, ++mplen)
2941 len = strlen(uname) + mplen + 2;

Completed in 79 milliseconds