Searched defs:done (Results 176 - 200 of 234) sorted by relevance

12345678910

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c525 uint32_t done; local
545 done = 0;
546 for (i = 0; done != (ISR_TXRCMP | ISR_RXRCMP); i++) {
551 done |= INL(dp, ISR) & (ISR_TXRCMP | ISR_RXRCMP);
919 uint32_t done; local
934 done = 0;
935 for (i = 0; done != (ISR_RXRCMP | ISR_TXRCMP); i++) {
947 done |= val & (ISR_RXRCMP | ISR_TXRCMP);
963 uint32_t done; local
976 done
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_med.c792 ESTAMP("done OK med_get_pmap_addr")
794 ESTAMP("done Not OK med_get_pmap_addr")
800 ESTAMP("done Not OK med_get_rpcb_addr")
807 ESTAMP("done OK med_get_rpcb_addr")
1000 * If EIO, loop else we're done.
1034 int done = 0; local
1042 for (uapi = 0; uapi < med_addr_tab_nents && ! done; uapi++) {
1130 done = 1;
1136 if (! done) {
1410 goto done;
[all...]
/illumos-gate/usr/src/cmd/make/bin/
H A Dmain.cc442 // This is done because doname() calls touch_command() that runs serially.
584 * done The Name ".DONE", rule we run
661 (void) doname(done, false, true);
1016 * If we're done processing all of the options of
1546 int done=0; local
1567 done = 1;
1572 done = 1;
1576 if (!done) {
1582 done = 1;
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.c421 * Release structure when done
1023 /* Assume we've already been called and done the set-up */
1349 int stat, numEntries, numVals, tnv, done, lprEc; local
1449 done = 0;
1704 done = 1;
1709 done = 1;
1738 done = 1;
1743 done = 1;
1746 done = 1;
1757 if (!done) {
[all...]
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c178 * from exiting and freeing all of the poll related state. Thus is done
908 * This is normally done in port_send_event() where it calls
988 * expensive operation and should not be done more than once for each poll()
1290 * A close can't come in here because we have not done a releasef()
1583 * The comparison is done on the current poll list and the
1872 int begin, end, done; local
1885 done = 0;
1889 while ((fdcnt < nfds) && !done) {
1902 done = 1;
1998 * releasef after completely done wit
[all...]
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_dev.c967 /* Make sure only page-aligned changes are done */
1456 /* caller has already done segment level protection check */
1717 * until the unlock is done. This is easily
1764 * we could have done the softlock_enter inside the loop
1848 size_t done = (size_t)(maddr - addr); local
1849 (void) segdev_fault(hat, seg, addr, done,
1855 ASSERT(slpage >= btopr(done));
1857 slpage - btopr(done), type);
1883 * For F_SOFTLOCk this is done in the later F_SOFTUNLOCK
2033 size_t done local
[all...]
H A Dvm_seg.c261 * long time. When asynchronous thread is done with its list it switches to
1126 * if we haven't done it yet.
1239 int done; local
1243 done = (*pcp->p_callback)(pcp->p_htag0, pcp->p_addr,
1249 if (done) {
1642 * associated with the segment. (This is typically done by a call to
H A Dseg_spt.c353 * this rounding would not be needed (or is done in shm.c)
1013 * For a small page, we are done --
1020 * for mlock for these. We are done
1443 int done = 0; local
1494 done = 1;
1543 return (done);
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c1329 * just CTS. Note that this is only done for OFDM/HT unicast frames.
1559 * EOL to reap descriptors. Note that this is done to
1911 * a s/w mic is done the frame will have had any mic
2144 arn_printtxbuf(struct ath_buf *bf, int done) argument
2155 !done ? ' ' : (ts->ts_status == 0) ? '*' : '!'));
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/pvscsi/
H A Dpvscsi.c452 /* ndi_devi_enter is done in pvscsi_bus_config */
572 pvscsi_cmd_t *done; local
581 *pending = done = pvscsi_process_comp_ring(pvs);
582 for (c = done; c != NULL; c = c->next_cmd) {
598 if ((done = pvscsi_process_comp_ring(pvs)) != NULL) {
599 done->tail_cmd->next_cmd = *pending;
600 *pending = done;
601 for (c = done; c != NULL; c = c->next_cmd) {
1116 pvscsi_cmd_t *done, *aborted; local
1123 done
[all...]
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c142 * Sampling is done by checking the structures for all CPUs and incrementing
145 * In periodic mode this is done on every clock interrupt.
146 * In one-shot mode, this is done thru a cyclic with an interval of
2197 boolean_t done = B_FALSE; local
2204 while (!done && ioapic_child != 0) { /* Iterate over children */
2222 done = B_TRUE;
2227 if (!done)
2339 * the following only needs to be done once, so we do it on the
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu.c682 /* if there are no indirect blocks before start, we are done */
1553 dmu_sync_late_arrival(zio_t *pio, objset_t *os, dmu_sync_cb_t *done, zgd_t *zgd, argument
1569 dsa->dsa_done = done;
1602 * The caller should log this blkptr in the done callback.
1604 * the error will be reported to the done callback and
1608 dmu_sync(zio_t *pio, uint64_t txg, dmu_sync_cb_t *done, zgd_t *zgd) argument
1636 return (dmu_sync_late_arrival(pio, os, done, zgd, &zp, &zb));
1660 return (dmu_sync_late_arrival(pio, os, done, zgd, &zp, &zb));
1670 * There's no need to log writes to freed blocks, so we're done.
1724 dsa->dsa_done = done;
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c872 * Soft state cleanup done.
1081 * Soft state cleanup done.
3528 int done = 0; local
3563 * Check for done flag before dequeing the command.
3564 * Dequeing before checking the done flag will cause a command
3567 while ((!done) && ((cmd = fcsm_deque_cmd(fcsm)) != NULL)) {
3570 done = 1;
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c528 * is only done for "gecos"
1526 * no mapping was done
2535 * A retry will be done
2871 /* check see if done with all referrals */
3454 /* Check if are already done */
4427 int rc, i, done = 0; local
4474 while (!done) {
4499 done = TRUE;
5486 * #define used to make the difference between coding style as done
/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h732 u8 done; /* A flag to indicate when processing is finished */ member in struct:ExprList::ExprList_item
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Dpicldiag.c185 * string comparison is done to check for any status that starts with "fail"
3656 int done; local
3666 done = 1;
3676 done = 0;
3677 } while (!done);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/lw8/common/
H A Dlw8.c180 * string comparison is done to check for any status that starts with "fail"
3620 int done; local
3630 done = 1;
3640 done = 0;
3641 } while (!done);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/schumacher/common/
H A Dschumacher.c3221 int done; local
3231 done = 1;
3241 done = 0;
3242 } while (!done);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dns83820.c619 u32 enable, u32 done, u32 fail)
636 if (status & done)
650 dprintf(("done %s in %d loops\n", name, loops));
925 #if 0 /* Huh? This sets the PCI latency register. Should be done via
618 ns83820_run_bist(struct nic *nic __unused, const char *name, u32 enable, u32 done, u32 fail) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c188 handle_errors(char *ep, char *ebuf, boolean_t fatal, boolean_t done) argument
216 if (done) {
1696 /* Do nothing, I'm done. */
3024 /* Do nothing, I'm done. */
3451 * The same is done for CMD_PMONITOR.
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c740 goto done;
747 goto done;
755 goto done;
763 goto done;
794 goto done;
801 done:
1261 /* now we are done with pl, just free it */
1608 static int done = 0; local
1629 if (done++ == 0)
/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c2154 int done = 0; local
2163 while (!done) {
2224 done = 1;
2273 int done = 0; local
2288 while (!done) {
2344 done = 1;
2434 int done = 0; local
2469 while (!done) {
2665 done = 1;
2713 * EOF (remember, we may reach EOF without being 'done' wit
2814 int done = 0; local
3042 int done = 0; local
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_ac/
H A Dusb_ac.c651 * competing event callback thread. Event callbacks are done
863 goto done;
881 done:
1190 * the actual parsing is done in usb_ac_add_unit_descriptor()
2262 * we are done. If all is set then we continue until we terminate
2276 uint_t done = (dir & USB_AUDIO_PLAY) ? USB_AUDIO_OUTPUT_TERMINAL : local
2299 "done=%d found=%d",
2300 start_unit, unit, entry, search_target, done,
2321 /* are we done? */
2330 if (uacp->usb_ac_unit_type[unit] == done) {
[all...]
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dreglib.h547 Rex_t done; /* the last continuation */ member in struct:reglib_s
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h330 int done; /* transmits completed */ member in struct:__anon6230

Completed in 992 milliseconds

12345678910