| /src/sys/dev/pci/ |
| usb_pci.h | 44 bool claimed; member in struct:usb_pci
|
| /src/sys/arch/sun2/dev/ |
| sc_mbmem.c | 190 int claimed; local 192 claimed = sunscpal_intr(sc); 194 if (claimed == 0) { 199 claimed = 1; 201 return claimed;
|
| /src/sys/dev/vme/ |
| sc_vme.c | 228 int claimed; local 230 claimed = sunscpal_intr(sc); 232 if (!claimed) { 237 claimed = 1; 239 return claimed;
|
| si.c | 363 int dma_error, claimed; local 366 claimed = 0; 390 claimed = ncr5380_intr(&sc->ncr_sc); 392 if (!claimed) { 401 return claimed;
|
| /src/sys/arch/sun3/dev/ |
| si.c | 205 int dma_error, claimed; local 208 claimed = 0; 231 claimed = ncr5380_intr(&sc->ncr_sc); 233 if (!claimed) { 240 claimed = 1; 243 return claimed;
|
| si_sebuf.c | 527 int claimed; local 530 claimed = 0; 537 claimed = ncr5380_intr(&sc->ncr_sc); 539 if (!claimed) { 544 claimed = 1; 547 return claimed;
|
| /src/sys/arch/sparc64/sparc64/ |
| intr.c | 135 int claimed = 0; local 139 while (ih && !claimed) { 140 claimed = (*ih->ih_fun)(ih->ih_arg); 147 claimed ? "claimed" : ""); 152 return (claimed);
|
| /src/external/gpl3/gcc.old/dist/lto-plugin/ |
| lto-symtab.c | 156 int claimed; local 177 claim_file_handler (&file, &claimed);
|
| /src/sys/arch/hppa/dev/ |
| apic.c | 240 int claimed = 0; local 243 claimed = iv->handler(iv->arg); 244 if (claimed && iv->cnt) 246 if (claimed) 253 return claimed;
|
| ssio.c | 318 int claimed = 0; local 336 claimed = iv->handler(iv->arg); 341 return (claimed);
|
| /src/sys/arch/mac68k/dev/ |
| sbc.c | 175 int claimed = 0; local 184 claimed = ncr5380_intr(ncr_sc); 185 if (!claimed) {
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_overlay.c | 47 bool claimed; member in struct:vmw_stream 526 if (!overlay->stream[i].claimed) 546 if (overlay->stream[i].claimed) 549 overlay->stream[i].claimed = true; 570 WARN_ON(!overlay->stream[stream_id].claimed); 572 overlay->stream[stream_id].claimed = false; 594 overlay->stream[i].claimed = false;
|
| /src/sys/arch/sparc/dev/ |
| sw.c | 397 int dma_error, claimed; local 400 claimed = 0; 424 claimed = ncr5380_intr(&sc->ncr_sc); 426 if (!claimed) { 435 return claimed;
|
| /src/sys/dev/goldfish/ |
| gftty.c | 300 bool claimed = false; local 307 claimed = true; 320 return claimed; 331 bool claimed = false; local 339 claimed = true; 367 return claimed; 408 bool claimed; local 412 claimed = gftty_rx(sc); 414 claimed = gftty_flush(sc); 418 return claimed; [all...] |
| /src/sys/dev/ic/ |
| smc83c170.c | 592 int i, claimed = 0; local 601 return claimed; 603 claimed = 1;
|
| aac.c | 996 int claimed; local 999 claimed = 0; 1020 claimed = 1; 1028 claimed = 1; 1036 claimed = 1; 1048 claimed = 1; 1051 return (claimed);
|
| ncr5380sbc.c | 427 int claimed = 0; local 467 claimed = 1; 479 return claimed;
|
| sunscpal.c | 555 int claimed = 0; local 594 claimed = 1; 606 return claimed;
|
| /src/sys/external/bsd/drm2/linux/ |
| linux_dma_resv.c | 1296 bool claimed = false; /* we claimed the callback */ local 1354 * If someone else claimed the callback, or we already 1358 if (!claimed || callback) { 1408 * If someone else claimed the callback, or we already 1412 if (!claimed || callback) { 1438 if (claimed && !callback) { 1440 * We claimed the callback but we didn't actually 1461 claimed = rpoll->rp_claimed = true;
|
| /src/external/gpl3/binutils/dist/ld/ |
| testplug.c | 31 int *claimed); 38 /* Struct for recording files to claim / files claimed. */ 43 bool claimed; member in struct:claim_file 131 /* The master list of all claimable/claimed files. */ 137 /* The last claimed file added to the list, for receiving syms. */ 147 claimed. */ 284 /* Can't add symbols except as belonging to claimed files. */ 561 onclaim_file (const struct ld_plugin_input_file *file, int *claimed) 565 the file should be claimed or not. */ 589 claimfile ? "CLAIMED" : "not claimed") [all...] |
| testplug2.c | 31 int *claimed); 38 /* Struct for recording files to claim / files claimed. */ 43 bool claimed; member in struct:claim_file 132 /* The master list of all claimable/claimed files. */ 138 /* The last claimed file added to the list, for receiving syms. */ 266 /* Can't add symbols except as belonging to claimed files. */ 518 onclaim_file (const struct ld_plugin_input_file *file, int *claimed) 551 *claimed = (claimfile != 0); 554 claimfile->claimed = true;
|
| testplug3.c | 31 int *claimed); 38 /* Struct for recording files to claim / files claimed. */ 43 bool claimed; member in struct:claim_file 131 /* The master list of all claimable/claimed files. */ 137 /* The last claimed file added to the list, for receiving syms. */ 265 /* Can't add symbols except as belonging to claimed files. */ 497 onclaim_file (const struct ld_plugin_input_file *file, int *claimed) 530 *claimed = (claimfile != 0); 536 TV_MESSAGE (LDPL_INFO, "Claimed: %s [@%ld/%ld]", file->name, 539 claimfile->claimed = true [all...] |
| testplug4.c | 31 int *claimed); 38 /* Struct for recording files to claim / files claimed. */ 43 bool claimed; member in struct:claim_file 132 /* The master list of all claimable/claimed files. */ 138 /* The last claimed file added to the list, for receiving syms. */ 266 /* Can't add symbols except as belonging to claimed files. */ 524 onclaim_file (const struct ld_plugin_input_file *file, int *claimed) 557 *claimed = (claimfile != 0); 560 claimfile->claimed = true;
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| testplug.c | 32 int *claimed); 39 /* Struct for recording files to claim / files claimed. */ 44 bool claimed; member in struct:claim_file 132 /* The master list of all claimable/claimed files. */ 138 /* The last claimed file added to the list, for receiving syms. */ 148 claimed. */ 285 /* Can't add symbols except as belonging to claimed files. */ 562 onclaim_file (const struct ld_plugin_input_file *file, int *claimed) 566 the file should be claimed or not. */ 590 claimfile ? "CLAIMED" : "not claimed") [all...] |
| testplug2.c | 32 int *claimed); 39 /* Struct for recording files to claim / files claimed. */ 44 bool claimed; member in struct:claim_file 133 /* The master list of all claimable/claimed files. */ 139 /* The last claimed file added to the list, for receiving syms. */ 267 /* Can't add symbols except as belonging to claimed files. */ 519 onclaim_file (const struct ld_plugin_input_file *file, int *claimed) 552 *claimed = (claimfile != 0); 555 claimfile->claimed = true;
|