HomeSort by: relevance | last modified time | path
    Searched refs:lq (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/external/mpl/dhcp/dist/server/tests/
leaseq_unittest.c 30 * lq will be the lease queue for which we add or removing leases
40 #define INIT_LQ(LQ) memset(&(LQ), 0, sizeof(struct leasechain))
42 #define INIT_LQ(LQ) lq = NULL
55 LEASE_STRUCT lq; local
58 INIT_LQ(lq);
65 /* Check that the lq is empty */
66 if ((LEASE_NOT_EMPTY(lq)) || (LEASE_NOT_EMPTYP(&lq)))
118 LEASE_STRUCT lq; local
174 LEASE_STRUCT lq; local
236 LEASE_STRUCT lq; local
296 LEASE_STRUCT lq; local
374 LEASE_STRUCT lq; local
440 LEASE_STRUCT lq; local
    [all...]
  /src/external/mpl/dhcp/dist/server/
dhcpleasequery.c 727 * TODO: RFC5007 lq-relay-data.
729 * TODO: RFC5007 lq-client-link.
776 * Get the lq-query option from the packet.
779 get_lq_query(struct lq6_state *lq)
781 struct data_string *lq_query = &lq->lq_query;
782 struct packet *packet = lq->packet;
808 * dhcpv6.c:valid_client_msg() - unicast + lq-query option.
811 valid_query_msg(struct lq6_state *lq) {
812 struct packet *packet = lq->packet;
816 /* INSIST((lq != NULL) || (packet != NULL)); *
1070 static struct lq6_state lq; local
    [all...]
mdb.c 1166 LEASE_STRUCT_PTR lq; local
1362 lq = &comp->pool->reserved;
1364 lq = &comp->pool->free;
1374 lq = &comp -> pool -> active;
1380 lq = &comp -> pool -> expired;
1384 lq = &comp -> pool -> abandoned;
1389 lq = &comp->pool->reserved;
1391 lq = &comp->pool->backup;
1411 LEASE_REMOVEP(lq, comp);
2546 void lease_remove_all(struct lease **lq) {
2685 LEASE_STRUCT_PTR lq; local
    [all...]
failover.c 2532 LEASE_STRUCT_PTR lq; local
2556 lq = &p->free;
2561 lq = &p->backup;
2614 lease_reference(&lp, LEASE_GET_FIRSTP(lq), MDL);
2619 ltemp = LEASE_GET_NEXTP(lq, lp);
2670 lease_reference(&lp, LEASE_GET_FIRSTP(lq), MDL);
  /src/sys/arch/luna68k/stand/boot/
bmd.c 481 volatile uint32_t *lp, *lq; local
505 lq = (uint32_t *)(waddr + ((row * FB_HEIGHT) << 8)
508 *lq = (*lp & 0xFFF000FF) |
511 lq += 64;
519 lq = (uint32_t *)(waddr + ((row * FB_HEIGHT) << 8)
522 *lq = (*lp & 0xFF000FFF) |
525 lq += 64;
552 volatile uint32_t *lp, *lq; local
572 lq = (uint32_t *)(waddr + ((row * FB_HEIGHT) << 8)
575 *lq = (*lp & 0xFFF000FF) | (~(*lp) & 0x000FFF00)
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_div_macros.h 43 BINARY80 lq, lx, ly; local
86 lq = lx / ly;
87 pCQ->w[0] = (UINT64) lq;
106 pCQ->w[0] = (UINT64) lq - 1;
120 pCQ->w[0] = (UINT64) lq - 6;
165 BINARY80 lx, ly, lq, l64, l128; local
179 lq = lx / ly;
180 CQ2.w[1] = (UINT64) lq;
181 lq = (lq - CQ2.w[1]) * l64
276 double lx, ly, lq; local
398 double lx, ly, lq, d128, d192; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_div_macros.h 43 BINARY80 lq, lx, ly; local
86 lq = lx / ly;
87 pCQ->w[0] = (UINT64) lq;
106 pCQ->w[0] = (UINT64) lq - 1;
120 pCQ->w[0] = (UINT64) lq - 6;
165 BINARY80 lx, ly, lq, l64, l128; local
179 lq = lx / ly;
180 CQ2.w[1] = (UINT64) lq;
181 lq = (lq - CQ2.w[1]) * l64
276 double lx, ly, lq; local
398 double lx, ly, lq, d128, d192; local
    [all...]
  /src/sys/arch/sparc64/dev/
ldc.c 541 struct ldc_queue *lq; local
548 lq = kmem_zalloc(sizeof(struct ldc_queue), KM_SLEEP);
550 mutex_init(&lq->lq_mtx, MUTEX_DEFAULT, IPL_TTY);
555 BUS_DMA_NOWAIT | BUS_DMA_ALLOCNOW, &lq->lq_map) != 0)
558 if (bus_dmamem_alloc(t, size, PAGE_SIZE, 0, &lq->lq_seg, 1,
562 if (bus_dmamem_map(t, &lq->lq_seg, 1, size, (void *)&va,
566 if (bus_dmamap_load(t, lq->lq_map, (void*)va, size, NULL,
572 lq->lq_va = (vaddr_t)va;
573 lq->lq_nentries = nentries;
574 return (lq);
    [all...]
  /src/external/gpl2/groff/dist/font/devdvi/
TB 308 lq 632056,728178 2 0134
  /src/external/gpl2/groff/dist/font/devps/generate/
textmap 267 quotedblleft lq
  /src/external/gpl2/groff/dist/font/devps/
symbolmap 270 quotedblleft lq
  /src/sys/dev/pci/
if_iwm.c 6943 * the firwmare's LQ rate table from process context.
6998 struct iwm_lq_cmd *lq = &in->in_lq; local
7009 memset(lq, 0, sizeof(*lq));
7010 lq->sta_id = IWM_STATION_ID;
7013 lq->flags |= IWM_LQ_FLAG_USE_RTS_MSK;
7022 * Fill the LQ rate selection table with legacy and/or HT rates
7034 if (j >= __arraycount(lq->rs_table))
7070 lq->rs_table[j++] = htole32(tab);
7075 while (j < __arraycount(lq->rs_table)
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
mips-opc.c 1314 {"lq", "t,o(b)", 0x78000000, 0xfc000000, WR_1|RD_3|LM, 0, MMI, 0, 0 },
1315 {"lq", "t,A(b)", 0, (int) M_LQ_AB, INSN_MACRO, 0, MMI, 0, 0 },
  /src/external/gpl3/binutils.old/dist/opcodes/
mips-opc.c 1314 {"lq", "t,o(b)", 0x78000000, 0xfc000000, WR_1|RD_3|LM, 0, MMI, 0, 0 },
1315 {"lq", "t,A(b)", 0, (int) M_LQ_AB, INSN_MACRO, 0, MMI, 0, 0 },
  /src/external/gpl3/gdb.old/dist/opcodes/
mips-opc.c 1314 {"lq", "t,o(b)", 0x78000000, 0xfc000000, WR_1|RD_3|LM, 0, MMI, 0, 0 },
1315 {"lq", "t,A(b)", 0, (int) M_LQ_AB, INSN_MACRO, 0, MMI, 0, 0 },
  /src/external/gpl3/gdb/dist/opcodes/
mips-opc.c 1314 {"lq", "t,o(b)", 0x78000000, 0xfc000000, WR_1|RD_3|LM, 0, MMI, 0, 0 },
1315 {"lq", "t,A(b)", 0, (int) M_LQ_AB, INSN_MACRO, 0, MMI, 0, 0 },
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 2271 \gdef\markupsetuplqdefault{\let`\lq}
2355 \def\noligaturesquoteleft{\relax\lq}
2448 \def\samp#1{{\setupmarkupstyle{samp}\lq\tclose{#1}\rq\null}}
2489 \global\let'=\rq \global\let`=\lq % default definitions
  /src/external/bsd/flex/dist/build-aux/
texinfo.tex 2271 \gdef\markupsetuplqdefault{\let`\lq}
2355 \def\noligaturesquoteleft{\relax\lq}
2448 \def\samp#1{{\setupmarkupstyle{samp}\lq\tclose{#1}\rq\null}}
2489 \global\let'=\rq \global\let`=\lq % default definitions
  /src/external/gpl2/xcvs/dist/build-aux/
texinfo.tex 2452 \gdef\markupsetuplqdefault{\let`\lq}
2503 \def\noligaturesquoteleft{\relax\lq}
2576 \def\samp#1{{\setupmarkupstyle{samp}\lq\tclose{#1}\rq\null}}
2639 \global\let'=\rq \global\let`=\lq % default definitions
  /src/external/gpl3/autoconf/dist/build-aux/
texinfo.tex 2268 \gdef\markupsetuplqdefault{\let`\lq}
2353 \def\noligaturesquoteleft{\relax\lq}
2447 \def\samp#1{{\setupmarkupstyle{samp}\lq\tclose{#1}\rq\null}}
2510 \global\let'=\rq \global\let`=\lq % default definitions
  /src/external/gpl3/binutils/dist/texinfo/
texinfo.tex 2449 \gdef\markupsetuplqdefault{\let`\lq}
2500 \def\noligaturesquoteleft{\relax\lq}
2573 \def\samp#1{{\setupmarkupstyle{samp}\lq\tclose{#1}\rq\null}}
2636 \global\let'=\rq \global\let`=\lq % default definitions
  /src/external/gpl3/binutils.old/dist/texinfo/
texinfo.tex 2449 \gdef\markupsetuplqdefault{\let`\lq}
2500 \def\noligaturesquoteleft{\relax\lq}
2573 \def\samp#1{{\setupmarkupstyle{samp}\lq\tclose{#1}\rq\null}}
2636 \global\let'=\rq \global\let`=\lq % default definitions
  /src/external/gpl3/gcc.old/dist/gcc/doc/include/
texinfo.tex 2270 \gdef\markupsetuplqdefault{\let`\lq}
2355 \def\noligaturesquoteleft{\relax\lq}
2449 \def\samp#1{{\setupmarkupstyle{samp}\lq\tclose{#1}\rq\null}}
2512 \global\let'=\rq \global\let`=\lq % default definitions
  /src/external/gpl3/gdb/dist/texinfo/
texinfo.tex 2449 \gdef\markupsetuplqdefault{\let`\lq}
2500 \def\noligaturesquoteleft{\relax\lq}
2573 \def\samp#1{{\setupmarkupstyle{samp}\lq\tclose{#1}\rq\null}}
2636 \global\let'=\rq \global\let`=\lq % default definitions
  /src/external/gpl3/gdb.old/dist/texinfo/
texinfo.tex 2449 \gdef\markupsetuplqdefault{\let`\lq}
2500 \def\noligaturesquoteleft{\relax\lq}
2573 \def\samp#1{{\setupmarkupstyle{samp}\lq\tclose{#1}\rq\null}}
2636 \global\let'=\rq \global\let`=\lq % default definitions

Completed in 82 milliseconds

1 2