/src/lib/libc/isc/ |
ev_timers.c | 248 evTimer *del = id.opaque; local in function:evClearTimer 252 ctx->cur->u.timer.this == del) { 258 del->inter = evConsTime(0, 0); 262 if (heap_element(ctx->timers, del->index) != del) 265 if (heap_delete(ctx->timers, del->index) < 0) 267 FREE(del); 393 evTimer *del = id.opaque; local in function:evClearIdleTimer 394 idle_timer *tt = del->uap;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/ |
nouveau_nvif_object.c | 299 struct nvif_ioctl_del del; member in struct:nvif_object_fini::__anon4e009b3e0808
|
/src/include/ |
db.h | 60 #define R_CURSOR 1 /* del, put, seq */ 118 int (*del) (const struct __db *, const DBT *, unsigned int); member in struct:__db
|
/src/sys/sys/ |
quotactl.h | 121 } del; member in union:quotactl_args::__anonb2878b2c020a
|
/src/usr.bin/sdiff/ |
sdiff.c | 952 struct fileline *del; local in function:printc 959 del = SIMPLEQ_FIRST(&delqhead); 960 enqueue(del->line, '|', add); 966 free(del);
|
/src/libexec/makewhatis/ |
makewhatis.c | 586 static const char *del[] = { local in function:makewhatisline 604 for (i = 0; del[i]; i++) 605 if ((ptr = strstr(line, del[i])) != NULL) 608 if (del[i] == NULL) { 616 dlen = strlen(del[i]);
|
/src/sys/netinet/ |
tcp_vtw.h | 286 uint64_t del; /* <! deleted */ member in struct:vtw_stats
|
/src/sys/arch/sun3/dev/ |
xy.c | 1191 xyc_unbusy(struct xyc *xyc, int del) 1194 while (del-- > 0) { 1199 return del == 0 ? XY_ERR_FAIL : XY_ERR_AOK; 1560 int del; local in function:xyc_xyreset 1570 del = XYC_RESETUSEC; 1571 while (del > 0) { 1575 del--; 1578 if (del <= 0 || xycsc->ciopb->errs) { 1581 del = xycsc->xyc->xyc_rsetup; 1599 int del = 0, lcv, retval = XY_ERR_AOK local in function:xyc_reset [all...] |
xd.c | 1639 int del; local in function:xdc_xdreset 1647 XDC_WAIT(xdcsc->xdc, del, XDC_RESETUSEC, XDC_REMIOPB); 1648 if (del <= 0 || xdcsc->iopbase->errs) { 1652 XDC_WAIT(xdcsc->xdc, del, XDC_RESETUSEC, XDC_RESET); 1653 if (del <= 0) 1670 int del = 0, lcv, retval = XD_ERR_AOK; local in function:xdc_reset 1679 XDC_WAIT(xdcsc->xdc, del, XDC_RESETUSEC, XDC_RESET); 1680 if (del <= 0) { 1743 del = xdcsc->nwait + xdcsc->nrun + xdcsc->nfree + xdcsc->ndone; 1744 if (del != XDC_MAXIOPB [all...] |
/src/sys/dev/vme/ |
xy.c | 1339 xyc_unbusy(struct xyc *xyc, int del) 1341 while (del-- > 0) { 1346 return(del == 0 ? XY_ERR_FAIL : XY_ERR_AOK); 1703 int del; local in function:xyc_xyreset 1717 del = XYC_RESETUSEC; 1718 while (del > 0) { 1722 del--; 1725 if (del <= 0 || iopb->errs) { 1728 del = xycsc->xyc->xyc_rsetup; 1748 int del = 0, lcv, retval = XY_ERR_AOK local in function:xyc_reset [all...] |
xd.c | 459 int del = 0; local in function:xdc_probe 462 XDC_WAIT(xdc, del, XDC_RESETUSEC, XDC_RESET); 463 return (del > 0 ? 0 : EIO); 1810 int del; local in function:xdc_xdreset 1817 XDC_WAIT(xdcsc->xdc, del, XDC_RESETUSEC, XDC_REMIOPB); 1818 if (del <= 0 || xdcsc->iopbase->errs) { 1822 XDC_WAIT(xdcsc->xdc, del, XDC_RESETUSEC, XDC_RESET); 1823 if (del <= 0) 1841 int del = 0, lcv, retval = XD_ERR_AOK; local in function:xdc_reset 1849 XDC_WAIT(xdcsc->xdc, del, XDC_RESETUSEC, XDC_RESET) [all...] |
/src/lib/libedit/ |
terminal.c | 493 int del; local in function:terminal_move_to_line 505 if ((del = where - el->el_cursor.v) > 0) { 510 for (; del > 0; del--) 514 } else { /* del < 0 */ 515 if (GoodStr(T_UP) && (-del > 1 || !GoodStr(T_up))) 516 terminal_tputs(el, tgoto(Str(T_UP), -del, -del), -del); 519 for (; del < 0; del++ 533 int del, i; local in function:terminal_move_to_char [all...] |
/src/sys/dev/nvmm/x86/ |
nvmm_x86.h | 296 } del; member in struct:nvmm_vcpu_conf_cpuid::__anon2a671044060a::__anon2a6710440708
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_mac.cc | 741 char **del = env; local in function:__sanitizer::LeakyResetEnv 743 del[0] = del[1]; 744 } while (*del++);
|
/src/sys/compat/netbsd32/ |
netbsd32.h | 385 } del; member in union:netbsd32_quotactlargs::__anon14f7041d010a
|