Home
last modified time | relevance | path

Searched refs:scripth (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/disk/ncr/
H A Dncr.c1019 struct scripth *scripth; member
1217 struct scripth { struct
2410 static struct scripth scripth0 = {
3598 np->scripth = (struct scripth*) kmem_alloc_contig
3599 (round_page(sizeof (struct scripth)),
3603 np->scripth = (struct scripth *)
3686 np->p_scripth = vtophys(np->scripth);
3692 (ncrcmd *) np->scripth, sizeof(struct scripth));
5253 script_size = sizeof(struct scripth);
5254 script_base = (u_char *) np->scripth;
[all …]