Searched refs:last (Results 251 - 275 of 811) sorted by relevance

<<11121314151617181920>>

/freebsd-10.0-release/sys/contrib/altq/altq/
H A Daltq_rio.h103 int count; /* packet count since the last dropped/
107 struct timeval last; /* timestamp when queue becomes idle */ member in struct:rio::dropprec_state
/freebsd-10.0-release/sys/fs/ext2fs/
H A Dext2_subr.c138 e4fs_daddr_t start, last; local
143 last = start + btodb(bp->b_bcount) - 1;
149 if (ep->b_bcount == 0 || ep->b_blkno > last ||
154 (intmax_t)start, (intmax_t)last, (intmax_t)ep->b_blkno,
/freebsd-10.0-release/sys/ia64/ia64/
H A Defi.c207 static struct efi_md *last = NULL; local
210 md = (last != NULL) ? last : efi_md_first();
215 last = md;
/freebsd-10.0-release/sys/mips/mips/
H A Dmp_machdep.c207 int cpu, last; local
211 last = 1;
213 last = cpu;
221 mp_maxid = min(last, MAXCPU) - 1;
/freebsd-10.0-release/sys/ofed/drivers/net/mlx4/
H A Den_frag.c102 session->last = NULL;
119 session->last->m_next = mb;
121 session->last = mb;
171 session->last = mb;
/freebsd-10.0-release/tools/tools/portsinfo/
H A Dportsinfo.sh4 # portsinfo - Generate list of new ports for last two weeks.
46 New ports added last two weeks
66 Updated ports last two weeks
/freebsd-10.0-release/usr.sbin/fifolog/lib/
H A Dfifolog_write.h54 time_t last; member in struct:fifolog_writer
/freebsd-10.0-release/usr.sbin/pkg/
H A Ddns_utils.c82 compute_weight(struct dns_srvinfo **d, int first, int last) argument
87 chosen = malloc(sizeof(int) * (last - first + 1));
90 for (i = 0; i <= last; i++)
96 for (i = 0; i <= last; i++) {
/freebsd-10.0-release/contrib/texinfo/info/
H A Ddisplay.c126 register char *last_node_char; /* Position of the last character in node. */
271 the next line. Remember the offset of the last character
279 /* If printing the last character in this window couldn't
453 register int i, last; local
475 last = end + amount;
480 temp = the_display[last - i];
481 the_display[last - i] = the_display[end - i];
497 last = start + amount;
500 temp = the_display[last + i];
501 the_display[last
[all...]
/freebsd-10.0-release/tools/tools/net80211/w00t/expand/
H A Dexpand.c79 struct timeval last; member in struct:params
119 struct queue *last = NULL; local
131 last = q;
146 assert(last);
147 last->next = q;
175 if (gettimeofday(&p->last, NULL) == -1)
383 el = elapsed(&p->last, &tv);
/freebsd-10.0-release/sys/arm/xscale/ixp425/
H A Dixp425.c247 arm_get_next_irq(int last) argument
251 last += 1; /* always advance fwd, NB: handles -1 */
252 if (last < 32) {
253 mask = ixp425_irq_read() >> last;
254 for (; mask != 0; mask >>= 1, last++) {
256 return last;
258 last = 32;
261 mask = ixp435_irq_read() >> (32-last);
262 for (; mask != 0; mask >>= 1, last++) {
264 return last;
[all...]
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar2133.c369 int numChannels=0,i,last;
400 for (last=0,i=0;
402 last=i++);
403 totalD = data[i].channelValue - data[last].channelValue;
405 totalF = data[i].maxPower_t4 - data[last].maxPower_t4;
406 *maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD);
408 totalMin = ar2133GetMinPower(ah,&data[i]) - ar2133GetMinPower(ah, &data[last]);
409 *minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + ar2133GetMinPower(ah, &data[last])*total
[all...]
/freebsd-10.0-release/tools/tools/net80211/w00t/prga/
H A Dprga.c66 struct timeval last; member in struct:params
253 if (gettimeofday(&p->last, NULL) == -1)
261 int last = 0; local
278 last = 1;
286 if (!last)
319 printf("Sening %sfrag [%d/%d] [len=%d]\n", last ? "last " : "",
322 if (last) {
347 el = elapsed(&p->last, &now);
393 if (gettimeofday(&p->last, NUL
[all...]
/freebsd-10.0-release/usr.bin/netstat/
H A Dsctp.c238 if (xladdr->last == 1)
245 if (xstcb->last == 1)
253 if (xladdr->last == 1)
260 if (xraddr->last == 1)
294 if (xladdr->last == 1)
315 if (xraddr->last == 1)
463 if (xladdr->last) {
510 if (aflag && (xladdr_total == 0) && xstcb->last && !process_closed) {
515 while (xstcb->last == 0 && *offset < buflen) {
558 while (xinpcb->last
[all...]
/freebsd-10.0-release/contrib/libreadline/
H A Dhistory.c401 register int i, last; local
414 last = -1;
422 last = i;
427 if (which == -2 && last >= 0)
429 entry = the_history[last];
/freebsd-10.0-release/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c74 newp->last = _nc_tail;
78 if (newp->last)
79 newp->last->next = newp;
166 for (_nc_head = _nc_tail; _nc_head->last; _nc_head = _nc_head->last)
/freebsd-10.0-release/contrib/ncurses/progs/
H A Dtoe.c135 char *last; local
141 last = strrchr(buffer, '|');
142 if (last)
143 ++last;
147 if (next != last)
/freebsd-10.0-release/sys/dev/iicbus/
H A Diicbb.c310 iicbb_readbyte(device_t dev, int last, int timeout) argument
324 if (last) {
329 I2C_DEBUG(printf("r%02x%c ",(int)data,last?'-':'+'));
411 iicbb_read(device_t dev, char * buf, int len, int *read, int last, int delay) argument
418 *buf++ = (char)iicbb_readbyte(dev, (len == 1) ? last : 0, delay);
/freebsd-10.0-release/usr.sbin/ppp/
H A Dthroughput.c121 "(over the last %d secs)\n",
284 char *time_buf, *last; local
287 last = time_buf + strlen(time_buf);
288 if (last > time_buf && *--last == '\n')
289 *last = '\0';
/freebsd-10.0-release/sys/dev/usb/controller/
H A Duhci.c607 * end TD which hangs from the last QH, to avoid a bug in the PIIX
831 * Let the last QH loop back to the full speed control transfer QH.
895 #define UHCI_APPEND_TD(std,last) (last) = _uhci_append_td(std,last)
897 _uhci_append_td(uhci_td_t *std, uhci_td_t *last) argument
899 DPRINTFN(11, "%p to %p\n", std, last);
903 std->next = last->next;
904 std->td_next = last->td_next;
906 std->prev = last;
923 _uhci_append_qh(uhci_qh_t *sqh, uhci_qh_t *last) argument
959 _uhci_remove_td(uhci_td_t *std, uhci_td_t *last) argument
979 _uhci_remove_qh(uhci_qh_t *sqh, uhci_qh_t *last) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp100 // Detach comment handler once last active source file completed.
105 // Check diagnostics once last file completed.
507 for (size_t last = 0;; loc = C.find('\\', last)) {
509 C2 += C.substr(last);
512 C2 += C.substr(last, loc-last);
513 last = loc + 1;
515 if (C[last] == '\n' || C[last]
[all...]
/freebsd-10.0-release/contrib/telnet/telnetd/
H A Dstate.c376 * my_state = the last negotiated state
414 * us not only the last negotiated state, but also tells us what the peer
1266 int last = -1; /* invalid value */ local
1288 if (last < 0 || last == OLD_ENV_VAR
1289 || (empty && (last == OLD_ENV_VALUE)))
1292 last = OLD_ENV_VAR;
1295 if (last < 0 || last == OLD_ENV_VALUE
1296 || (empty && (last
[all...]
/freebsd-10.0-release/contrib/libpcap/
H A Doptimize.c658 struct slist *next, *last; local
665 last = s;
681 last = next;
771 * it is defined by the last stmt of this sequence
772 * (i.e., the last statement of the sequence loads
796 if (last->s.code == (BPF_ALU|BPF_SUB|BPF_X)) {
809 last->s.code = NOP;
821 last->s.code = NOP;
832 else if (last->s.code == (BPF_ALU|BPF_SUB|BPF_K)) {
833 last
1103 deadstmt(register struct stmt *s, register struct stmt *last[]) argument
1131 struct stmt *last[N_ATOMS]; local
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dgenrecog.c51 to the last recognized insn in the old sequence. */
71 struct decision *last; member in struct:decision_head
497 new_decision (const char *position, struct decision_head *last)
501 new->success = *last;
505 last->first = last->last = new;
898 add_to_sequence (rtx pattern, struct decision_head *last, const char *position,
919 sub = this = new_decision (position, last);
941 last
494 new_decision(const char *position, struct decision_head *last) argument
895 add_to_sequence(rtx pattern, struct decision_head *last, const char *position, enum routine_type insn_type, int top) argument
2545 struct decision *last; local
[all...]
H A Dtree-cfg.c266 Examine the last statement in each basic block to see if the block
272 tree last; local
276 last = bsi_stmt (bsi);
280 if (last == factored_computed_goto)
283 /* If the last statement is a computed goto, factor it. */
284 if (computed_goto_p (last))
318 var, GOTO_DESTINATION (last));
322 GOTO_DESTINATION (last) = factored_label_decl;
469 tree last = last_stmt (bb); local
472 if (last)
881 block_stmt_iterator last = bsi_last (bb); local
1311 tree_stmt_iterator last; local
2416 tree last = last_stmt (bb); local
2604 block_stmt_iterator last; local
2712 block_stmt_iterator last = bsi_last (bb); local
2725 tree last, prev; local
2924 block_stmt_iterator last = bsi_last (bb); local
4138 tree last, first; local
5743 tree last; local
5787 tree last = last_stmt (e->src); local
[all...]

Completed in 371 milliseconds

<<11121314151617181920>>