Searched refs:pending (Results 1 - 25 of 76) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dcommand.h31 static __inline void _lm_sq_post(struct _lm_device_t *pdev,struct sq_pending_command * pending) argument
37 mm_memcpy(pdev->sq_info.sq_chain.prod_bd, &pending->command, sizeof(pending->command));
49 DbgMessage(pdev,VERBOSEl2sp | VERBOSEl4sp, "Writing SP prod %d, conn_and_cmd_data=%x, type=%d \n",pdev->sq_info.sq_chain.prod_idx, pending->command.hdr.conn_and_cmd_data, pending->command.hdr.type);
66 * @param pending - OUT: this entry is filled given the input
75 * @param release_mem_flag - Determines whether the sp pending
80 struct sq_pending_command * pending,
94 pending->command.hdr.conn_and_cmd_data = mm_cpu_to_le32((command << SPE_HDR_T_CMD_ID_SHIFT ) | HW_CID(pdev,cid));
95 pending
79 lm_sq_post_fill_entry(struct _lm_device_t* pdev, struct sq_pending_command * pending, u32_t cid, u8_t command, u16_t type, u64_t data, u8_t release_mem_flag) argument
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dclock_tick.c103 * Number of pending ticks that need to be accounted by the softint
265 clock_tick_schedule_one(clock_tick_set_t *csp, int pending, processorid_t cid) argument
279 ctp->ct_pending += pending;
292 clock_tick_process(cpu_t *cp, clock_t mylbolt, int pending) argument
418 clock_tick(t, pending);
453 * simply increment a pending count and return. Eventually when they
454 * finish, the pending count is passed down to the next set of
457 * chances of threads getting away before their pending ticks are
458 * accounted. The other benefit is that if the pending count is
530 int pending)
529 clock_tick_execute_common(int start, int scan, int end, clock_t mylbolt, int pending) argument
569 int start, scan, end, pending; local
[all...]
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_keyboard.c133 * -1 Nothing pending
139 int pending; member in struct:__anon9346
144 -1, /* pending */
161 * kb_ischar() doesn't succeed without leaving kb.pending
164 ASSERT(kb.pending >= 0);
166 if (kb.pending & 0x100) {
168 kb.pending &= 0xff;
170 ret = kb.pending;
171 kb.pending = -1;
189 if (kb.pending >
[all...]
/illumos-gate/usr/src/lib/libpp/common/
H A Dppline.c78 if (pp.pending == pppendout() || pplastout() != '\n')
85 pp.pending = pppendout();
H A Dppmacref.c57 pp.pending = pppendout();
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl_ml.s45 * | | | | is pending. |
75 andl $0xFFFFFFFE, %edx / Clear pending bit
77 adcl $0, %edx / If owned, set pending bit
81 cmpb $3, %dl / Was it acquired or marked pending?
82 sbbq %rax, %rax / acquired = -1, pending = 0
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c407 s->pending = 0;
450 int ZEXPORT deflatePending (strm, pending, bits)
451 unsigned *pending;
456 if (pending != Z_NULL)
457 *pending = strm->state->pending;
516 if (err == Z_BUF_ERROR && s->pending == 0)
624 * Put a short in the pending buffer. The 16-bit value is put in MSB order.
637 * Flush as much pending output as possible. All deflate() output goes
649 len = s->pending;
[all...]
H A Ddeflate.h100 Bytef *pending_buf; /* output still pending */
102 Bytef *pending_out; /* next pending byte to output to the stream */
103 uInt pending; /* nb of bytes in the pending buffer */ member in struct:internal_state
278 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.c378 s->pending = 0;
520 * Put a short in the pending buffer. The 16-bit value is put in MSB order.
533 * Flush as much pending output as possible. All deflate() output goes
541 unsigned len = strm->state->pending;
551 strm->state->pending -= len;
552 if (strm->state->pending == 0) {
623 s->pending);
660 uInt beg = s->pending; /* start of bytes to update crc */
663 if (s->pending == s->pending_buf_size) {
664 if (s->gzhead->hcrc && s->pending > be
[all...]
H A Ddeflate.h97 Bytef *pending_buf; /* output still pending */
99 Bytef *pending_out; /* next pending byte to output to the stream */
100 uInt pending; /* nb of bytes in the pending buffer */ member in struct:internal_state
268 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Ddisable.c95 int pending = 0; /* not implemented */ local
108 pending = 1;
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed.h147 extern union reptr *pending;
H A Dsed1.c60 union reptr *pending; variable in typeref:union:reptr
126 if(pending) {
127 ipc = pending;
128 pending = 0;
505 pending = ipc;
517 pending = ipc;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c1041 // check that we are not in the middle of handling another encapsulated packets offload set request (1 pending)
1626 * if it's on execute the vlan pending command
2853 /* Clear pending state for the last command */
2858 /* If there are pending mcast commands - send them */
2869 DbgMessage(pdev, FATAL, "Failed to send pending mcast commands: %d\n", lm_status);
2870 DbgBreakMsg("Unexpected pending mcast command failed\n");
2936 * check which object is pending, and clear the relevant one. */
3403 void lm_eq_comp_cb(struct _lm_device_t *pdev, struct sq_pending_command * pending) argument
3406 u32_t cid = pending->cid;
3407 u8_t cmd = pending
3557 struct sq_pending_command * pending = NULL; local
3743 struct sq_pending_command * pending = NULL; local
3800 lm_sq_post_entry(struct _lm_device_t * pdev, struct sq_pending_command * pending, u8_t priority) argument
3891 struct sq_pending_command *pending = NULL; local
3922 struct sq_pending_command *pending = NULL; local
4176 lm_eth_comp_cb(struct _lm_device_t *pdev, struct sq_pending_command * pending) argument
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Desi.c573 * ESI failure, the ESI event will be removed with a pending time,
577 * pending - the pending flag.
585 int pending
605 (void) el_remove(puid, uid, pending);
697 * removed, the ESI event will be marked as removal pending, which
698 * will result in removing the Entity object after the pending time.
703 * pending - flag for the ESI removal pending.
713 int pending
[all...]
H A Dsched.c454 * pending - Do not actually remove, mark it for removal pending.
463 int pending
472 if (evl_remove(id1, id2, pending) != 0) {
482 if (ev_remove(n->event, id2, 1, pending) == 0) {
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_runner.c424 call_notify(DBusPendingCall *pending, void *user_data) argument
435 m = dbus_pending_call_steal_reply(pending);
462 dbus_pending_call_unref (pending);
474 dbus_pending_call_unref (pending);
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_dma.c116 buf->pending = 0;
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_intr.c74 * Insert an vector into the tail of the interrupt pending list
94 * pending list.
130 * Add hardware interrupts to the interrupt pending list.
145 * Add ISR of this interrupt to the pending list for such
159 /* set pending at specified priority level */
163 continue; /* already in the pending list */
166 /* insert into pending list by it original IPL */
176 * Walk pending hardware interrupts at given priority level, invoking
384 volatile uint16_t pending; local
387 while ((pending
572 volatile uint16_t pending; local
772 volatile uint16_t pending; local
[all...]
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_uppc.c422 * If the clock irq is pending on this cpu then we need to
423 * clear the pending interrupt.
774 * We have cleared the pending bit already, clear the event
825 uint16_t pending; local
830 * If new ipl level will enable any pending interrupts, setup so the
833 pending = cpu->cpu_m.mcpu_intr_pending & ~((1 << (ipl + 1)) - 1);
834 if (pending) {
840 for (i = bsrw_insn(pending); i > ipl; i--)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_rx.c388 atomic_add_32(&rq->pending, frag_cnt);
601 (void) atomic_dec_32(&rq->pending);
665 /* Checks for pending rx buffers with Stack */
673 if (rq->pending > 0) {
677 rq->pending = 0;
681 return (rq->pending);
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/pvscsi/
H A Dpvscsi.c568 pvscsi_abort_cmd(pvscsi_cmd_t *cmd, pvscsi_cmd_t **pending) argument
581 *pending = done = pvscsi_process_comp_ring(pvs);
599 done->tail_cmd->next_cmd = *pending;
600 *pending = done;
616 cmd->next_cmd = *pending;
617 *pending = cmd;
947 pvscsi_cmd_t **pending, int marker_flag)
983 * Now merge current pending commands with
998 *pending = phead;
1122 /* Try to process pending request
946 pvscsi_abort_all(struct scsi_address *ap, pvscsi_softc_t *pvs, pvscsi_cmd_t **pending, int marker_flag) argument
1513 pvscsi_cmd_t *pending; local
1911 pvscsi_cmd_t *pending; local
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/include/
H A Dlm_l5if.h76 struct sq_pending_command *pending);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c46 #define ECORE_RET_PENDING(pending_bit, pending) \
47 (ECORE_TEST_BIT(pending_bit, pending) ? ECORE_PENDING : ECORE_SUCCESS)
412 * 'pending' list.
423 /* Run through the pending commands list and create a next
458 /* If zero is returned, means there are no outstanding pending
459 * completions and we may dismiss the pending list.
715 ECORE_MSG(pdev, "vlan_mac_lock execute pending command with ramrod flags %lu\n",
721 ECORE_ERR("execution of pending commands failed with rc %d\n",
745 ECORE_MSG(pdev, "Placing pending execution with ramrod flags %lu\n",
755 * @details Should be called under execution queue lock. Notice if a pending
4798 unsigned long *pending = &o->pending; local
6740 unsigned long *pending = &o->pending; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dsetup.c1313 int pending, transferred; local
1458 pending = sizeof (struct fs);
1461 transferred = read(child_pipe[FROM_CHILD], target, pending);
1462 pending -= transferred;
1464 } while ((pending > 0) && (transferred > 0));
1466 if (pending > 0) {

Completed in 138 milliseconds

1234