Searched refs:mplen (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/halt/ |
H A D | halt.c | 823 validate_unix(char *arg, int *mplen, int *is_zfs, char *bootfs_arg) in validate_unix() argument 857 *mplen = location - arg; in validate_unix() 993 int mplen; /* length of the mount point */ in parse_fastboot_args() local 1140 mplen = strlen(mountpoint); in parse_fastboot_args() 1141 bcopy(mountpoint, unixfile, mplen); in parse_fastboot_args() 1147 bcopy(newarg, &unixfile[mplen], strlen(newarg)); in parse_fastboot_args() 1150 } else if (mplen != 0) { in parse_fastboot_args() 1158 (void) snprintf(&unixfile[mplen], in parse_fastboot_args() 1159 sizeof (unixfile) - mplen, in parse_fastboot_args() 1162 (void) snprintf(&unixfile[mplen], in parse_fastboot_args() [all …]
|
/titanic_41/usr/src/uts/common/inet/kssl/ |
H A D | ksslapi.c | 331 int mplen; in kssl_input() local 369 ((mp != NULL) && (mplen = MBLKL(mp)) > SSL3_HDR_LEN)) { in kssl_input() 379 if ((mp->b_cont == NULL) && (mplen == rec_sz)) { in kssl_input()
|
/titanic_41/usr/src/cmd/svr4pkg/pkgcond/ |
H A D | main.c | 2160 long mplen = strlen(list[n].fsi_mntPoint); in cmd_is_path_writable() local 2161 if (rootPathLen < mplen) { in cmd_is_path_writable() 2165 if (strncmp(rootPath, list[n].fsi_mntPoint, mplen) == 0) { in cmd_is_path_writable()
|
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_name.c | 2908 int mplen; in metadrivename() local 2939 for (i = MD_MAX_PARTS - 1, mplen = 0; i; i /= 10, ++mplen) in metadrivename() 2941 len = strlen(uname) + mplen + 2; in metadrivename()
|