Searched refs:mplen (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/halt/ |
H A D | halt.c | 836 validate_unix(char *arg, int *mplen, int *is_zfs, char *bootfs_arg) in validate_unix() argument 870 *mplen = location - arg; in validate_unix() 1006 int mplen; /* length of the mount point */ in parse_fastboot_args() local 1153 mplen = strlen(mountpoint); in parse_fastboot_args() 1154 bcopy(mountpoint, unixfile, mplen); in parse_fastboot_args() 1160 bcopy(newarg, &unixfile[mplen], strlen(newarg)); in parse_fastboot_args() 1163 } else if (mplen != 0) { in parse_fastboot_args() 1171 (void) snprintf(&unixfile[mplen], in parse_fastboot_args() 1172 sizeof (unixfile) - mplen, in parse_fastboot_args() 1175 (void) snprintf(&unixfile[mplen], in parse_fastboot_args() [all …]
|
/titanic_50/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_50/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()
|