Searched defs:pending (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/efiemu/runtime/
H A Defiemu.c44 grub_efi_boolean_t *pending,
273 grub_efi_boolean_t *pending,
272 efiemu_get_wakeup_time(grub_efi_boolean_t *enabled, grub_efi_boolean_t *pending, grub_efi_time_t *time) argument
/osnet-11/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);
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dasm.S2193 * if there is a character pending, return it; otherwise return -1
2194 * BIOS call "INT 16H Function 01H" to check whether a character is pending
2219 DATA32 jmp pending
2224 pending: label
2553 * BIOS call "INT 1AH Function 02H" to check whether a character is pending
/osnet-11/usr/src/lib/liblldp/common/
H A Dliblldp_tlv.c1428 lldp_nvlist2pending(nvlist_t *tlv_nvl, boolean_t *pending) argument
1431 pending));
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c219 Bytef *pending_buf; /* output still pending */
220 Bytef *pending_out; /* next pending byte to output to the stream */
221 int pending; /* nb of bytes in the pending buffer */ member in struct:deflate_state
394 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
677 s->pending = 0;
693 * Put a short in the pending buffer. The 16-bit value is put in MSB order.
706 * Flush as much pending output as possible.
712 unsigned len = state->pending;
724 state->pending
[all...]

Completed in 95 milliseconds