Searched refs:ofl (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_descrip.c | 420 struct __oflock ofl; in kern_fcntl_freebsd() local 433 error = copyin((void *)arg, &ofl, sizeof(ofl)); in kern_fcntl_freebsd() 434 fl.l_start = ofl.l_start; in kern_fcntl_freebsd() 435 fl.l_len = ofl.l_len; in kern_fcntl_freebsd() 436 fl.l_pid = ofl.l_pid; in kern_fcntl_freebsd() 437 fl.l_type = ofl.l_type; in kern_fcntl_freebsd() 438 fl.l_whence = ofl.l_whence; in kern_fcntl_freebsd() 471 ofl.l_start = fl.l_start; in kern_fcntl_freebsd() 472 ofl in kern_fcntl_freebsd() [all...] |
/freebsd/sys/i386/i386/ |
H A D | exception.S | 106 IDTVEC(ofl)
|
H A D | machdep.c | 624 IDTVEC(div), IDTVEC(dbg), IDTVEC(nmi), IDTVEC(bpt), IDTVEC(ofl), 1316 setidt(IDT_OF, &IDTVEC(ofl), SDT_SYS386IGT, SEL_UPL, in i386_setidt1()
|
/freebsd/sys/amd64/amd64/ |
H A D | machdep.c | 495 IDTVEC(div), IDTVEC(dbg), IDTVEC(nmi), IDTVEC(bpt), IDTVEC(ofl), 1424 setidt(IDT_OF, pti ? &IDTVEC(ofl_pti) : &IDTVEC(ofl), SDT_SYSIGT, in hammer_time()
|
H A D | exception.S | 168 TRAP ofl, T_OFLOW
|