Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_descrip.c408 struct __oflock ofl; in kern_fcntl_freebsd() local
421 error = copyin((void *)(intptr_t)arg, &ofl, sizeof(ofl)); in kern_fcntl_freebsd()
422 fl.l_start = ofl.l_start; in kern_fcntl_freebsd()
423 fl.l_len = ofl.l_len; in kern_fcntl_freebsd()
424 fl.l_pid = ofl.l_pid; in kern_fcntl_freebsd()
425 fl.l_type = ofl.l_type; in kern_fcntl_freebsd()
459 ofl.l_start = fl.l_start; in kern_fcntl_freebsd()
460 ofl.l_len = fl.l_len; in kern_fcntl_freebsd()
461 ofl.l_pid = fl.l_pid; in kern_fcntl_freebsd()
462 ofl.l_type = fl.l_type; in kern_fcntl_freebsd()
[all …]
/f-stack/freebsd/i386/i386/
H A Dexception.s110 IDTVEC(ofl)
H A Dmachdep.c1537 IDTVEC(div), IDTVEC(dbg), IDTVEC(nmi), IDTVEC(bpt), IDTVEC(ofl),
2234 setidt(IDT_OF, &IDTVEC(ofl), SDT_SYS386IGT, SEL_UPL, in i386_setidt1()
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c823 IDTVEC(div), IDTVEC(dbg), IDTVEC(nmi), IDTVEC(bpt), IDTVEC(ofl),
1734 setidt(IDT_OF, pti ? &IDTVEC(ofl_pti) : &IDTVEC(ofl), SDT_SYSIGT, in hammer_time()
H A Dexception.S173 TRAP ofl, T_OFLOW