Lines Matching refs:mplen
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()
1176 sizeof (unixfile) - mplen, in parse_fastboot_args()
1195 if (validate_unix(unixfile, &mplen, &is_zfs, in parse_fastboot_args()
1210 if (mplen > 0) { in parse_fastboot_args()
1211 bcopy(unixfile, bootargs_buf, mplen); in parse_fastboot_args()
1215 bcopy(&unixfile[mplen], &bootargs_buf[mplen + space], in parse_fastboot_args()
1216 unixlen - mplen); in parse_fastboot_args()