Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/i386/ibcs2/
Dibcs2_sysent.c22 …{ AS(ibcs2_read_args), (sy_call_t *)ibcs2_read, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 3 = i…
Dibcs2_proto.h279 int ibcs2_read(struct thread *, struct ibcs2_read_args *);
Dibcs2_misc.c467 ibcs2_read(struct thread *td, struct ibcs2_read_args *uap) in ibcs2_read() function