Lines Matching refs:mplen
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()
1163 sizeof (unixfile) - mplen, in parse_fastboot_args()
1182 if (validate_unix(unixfile, &mplen, &is_zfs, in parse_fastboot_args()
1197 if (mplen > 0) { in parse_fastboot_args()
1198 bcopy(unixfile, bootargs_buf, mplen); in parse_fastboot_args()
1202 bcopy(&unixfile[mplen], &bootargs_buf[mplen + space], in parse_fastboot_args()
1203 unixlen - mplen); in parse_fastboot_args()