Searched refs:tl (Results 1 - 25 of 62) sorted by last modified time

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/solaris/
H A Dtpi.c253 union T_primitives *tl; local
268 if ( m->b_wptr - m->b_rptr < sizeof( tl->type )) {
272 tl = (union T_primitives *)m->b_rptr;
273 switch ( tl->type ) {
305 if ( tl->bind_req.ADDR_length == 0 ) {
309 if ( tl->bind_req.ADDR_length != sizeof( struct sockaddr ) ||
311 tl->bind_req.ADDR_offset + tl->bind_req.ADDR_length ) {
317 tl->bind_req.ADDR_offset );
340 if ( tl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/tdb/
H A Dtdb.c1287 struct tdb_traverse_lock tl = { NULL, 0, 0 }; local
1293 tl.next = tdb->travlocks.next;
1296 tdb->travlocks.next = &tl;
1299 while ((ret = tdb_next_lock(tdb, &tl, &rec)) > 0) {
1302 key.dptr = tdb_alloc_read(tdb, tl.off + sizeof(rec),
1306 if (tdb_unlock(tdb, tl.hash, F_WRLCK) != 0)
1308 if (unlock_record(tdb, tl.off) != 0)
1317 if (tdb_unlock(tdb, tl.hash, F_WRLCK) != 0) {
1324 if (unlock_record(tdb, tl.off) != 0) {
1328 tdb->travlocks.next = tl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/printing/
H A Dnt_printing.c509 nt_forms_struct *tl; local
534 tl = SMB_REALLOC_ARRAY(*list, nt_forms_struct, n+1);
535 if (!tl) {
539 *list = tl;
584 nt_forms_struct *tl; local
603 if((tl=SMB_REALLOC_ARRAY(*list, nt_forms_struct, n+1)) == NULL) {
607 *list = tl;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdb.c1311 struct tdb_traverse_lock tl = { NULL, 0, 0 }; local
1317 tl.next = tdb->travlocks.next;
1320 tdb->travlocks.next = &tl;
1323 while ((ret = tdb_next_lock(tdb, &tl, &rec)) > 0) {
1326 key.dptr = tdb_alloc_read(tdb, tl.off + sizeof(rec),
1330 if (tdb_unlock(tdb, tl.hash, F_WRLCK) != 0)
1332 if (unlock_record(tdb, tl.off) != 0)
1341 if (tdb_unlock(tdb, tl.hash, F_WRLCK) != 0) {
1348 if (unlock_record(tdb, tl.off) != 0) {
1352 tdb->travlocks.next = tl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dkssl.c1984 time_t now, tl, tg, tr, tz_offset; local
2097 tm_l = localtime(&now); tl = mktime(tm_l);
2099 tz_offset = tg - tl;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c3562 inflate_huft *tl; member in struct:inflate_blocks_state::__anon1497::__anon1499
3689 inflate_trees_free(s->sub.decode.tl, z);
3766 inflate_huft *tl, *td; local
3768 inflate_trees_fixed(&bl, &bd, &tl, &td);
3769 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z);
3775 s->sub.decode.tl = Z_NULL; /* don't try to free these */
3922 inflate_huft *tl, *td; local
3932 s->sub.trees.blens, &bl, &bd, &tl, &td, z);
3945 if ((c = inflate_codes_new(bl, bd, tl, td, z)) == Z_NULL)
3948 inflate_trees_free(tl,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dipcp.c1330 u_int32_t tl, ciaddr1, ciaddr2;/* Parsed address values */ local
1379 GETLONG(tl, p); /* Parse source address (his) */
1380 ciaddr1 = htonl(tl);
1386 tl = ntohl(wo->hisaddr);
1387 PUTLONG(tl, p);
1402 GETLONG(tl, p); /* Parse desination address (ours) */
1403 ciaddr2 = htonl(tl);
1409 tl = ntohl(wo->ouraddr);
1410 PUTLONG(tl, p);
1435 GETLONG(tl,
[all...]
H A Dtdb.c1269 struct tdb_traverse_lock tl = { NULL, 0, 0 }; local
1275 tl.next = tdb->travlocks.next;
1278 tdb->travlocks.next = &tl;
1281 while ((ret = tdb_next_lock(tdb, &tl, &rec)) > 0) {
1284 key.dptr = tdb_alloc_read(tdb, tl.off + sizeof(rec),
1288 if (tdb_unlock(tdb, tl.hash, F_WRLCK) != 0)
1290 if (unlock_record(tdb, tl.off) != 0)
1299 if (tdb_unlock(tdb, tl.hash, F_WRLCK) != 0) {
1306 if (unlock_record(tdb, tl.off) != 0) {
1310 tdb->travlocks.next = tl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c3076 inflate_huft *tl, *td; /* trees to free */ member in struct:inflate_blocks_state::__anon1534::__anon1536
3221 inflate_trees_free(s->sub.decode.tl, z);
3295 inflate_huft *tl, *td; local
3297 inflate_trees_fixed(&bl, &bd, &tl, &td);
3298 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z);
3304 s->sub.decode.tl = Z_NULL; /* don't try to free these */
3448 inflate_huft *tl, *td; local
3455 s->sub.trees.blens, &bl, &bd, &tl, &td, z);
3464 if ((c = inflate_codes_new(bl, bd, tl, td, z)) == Z_NULL)
3467 inflate_trees_free(tl,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dmips1.s364 # 322 BN_ULONG dh,dl,q,ret=0,th,tl,t;
485 # 364 tl=q*dl;
486 # 365 t=(tl>>BN_BITS4);
487 # 366 tl=(tl<<BN_BITS4)&BN_MASK2h;
495 # 369 if (l < tl) th++;
499 # 370 l-=tl;
H A Dpa-risc2W.s848 DEPD,Z %r23,31,32,%r25 ;tl
850 AND %r25,%r19,%r24 ;tl = (tl<<32)&0xfffffff0000000L
852 CMPCLR,*>>= %r5,%r24,%r0 ;if (l<tl)
859 SUB %r5,%r24,%r28 ; l -= tl;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_asm.c234 BN_ULONG dh,dl,q,ret=0,th,tl,t; local
261 tl=dl*q;
266 ((tl) <= (
272 tl-=dl;
274 t=(tl>>BN_BITS4);
275 tl=(tl<<BN_BITS4)&BN_MASK2h;
278 if (l < tl) th++;
279 l-=tl;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/evp/
H A Dbio_ok.c530 unsigned long tl; local
535 tl= ctx->buf_len- OK_BLOCK_BLOCK;
536 tl= swapem(tl);
537 memcpy(ctx->buf, &tl, OK_BLOCK_BLOCK);
538 tl= swapem(tl);
539 EVP_DigestUpdate(md, (unsigned char*) &(ctx->buf[OK_BLOCK_BLOCK]), tl);
549 long tl= 0; local
555 memcpy(&tl, ct
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dfile.c998 struct lns *tl; local
1067 tl = lnslist;
1070 while (tl)
1072 if (!strcasecmp (d, tl->entname))
1074 tl = tl->next;
1076 if (tl)
1077 data = tl;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_intr.c651 u32 hd, tl; local
657 tl = (u32) le64_to_cpu(
665 tl = *(u64 *) pd->port_rcvhdrtail_kvaddr;
666 if (tl == dd->ipath_lastrcvhdrqtails[i])
672 if (hd == (tl + 1) ||
673 (!hd && tl == dd->ipath_hdrqlast)) {
676 dd->ipath_lastrcvhdrqtails[i] = tl;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Ddiva.c725 del_timer(&cs->hw.diva.tl);
808 del_timer(&cs->hw.diva.tl);
830 init_timer(&cs->hw.diva.tl);
831 cs->hw.diva.tl.expires = jiffies + ((blink * HZ) / 1000);
832 add_timer(&cs->hw.diva.tl);
1190 cs->hw.diva.tl.function = (void *) diva_led_handler;
1191 cs->hw.diva.tl.data = (long) cs;
1192 init_timer(&cs->hw.diva.tl);
H A Delsa.c431 del_timer(&cs->hw.elsa.tl);
613 del_timer(&cs->hw.elsa.tl);
641 init_timer(&cs->hw.elsa.tl);
642 cs->hw.elsa.tl.expires = jiffies + ((blink * HZ) / 1000);
643 add_timer(&cs->hw.elsa.tl);
1128 cs->hw.elsa.tl.function = (void *) elsa_led_handler;
1129 cs->hw.elsa.tl.data = (long) cs;
1130 init_timer(&cs->hw.elsa.tl);
H A Dfsm.c100 ft->tl.function = (void *) FsmExpireTimer;
101 ft->tl.data = (long) ft;
106 init_timer(&ft->tl);
116 del_timer(&ft->tl);
130 if (timer_pending(&ft->tl)) {
135 init_timer(&ft->tl);
138 ft->tl.expires = jiffies + (millisec * HZ) / 1000;
139 add_timer(&ft->tl);
154 if (timer_pending(&ft->tl))
155 del_timer(&ft->tl);
[all...]
H A Dfsm.h45 struct timer_list tl; member in struct:FsmTimer
H A Dhisax.h182 struct timer_list tl; member in struct:FsmTimer
189 struct timer_list tl; member in struct:L3Timer
555 struct timer_list tl; member in struct:elsa_hw
612 struct timer_list tl; member in struct:diva_hw
H A Disdnl3.c171 t->tl.function = (void *) L3ExpireTimer;
172 t->tl.data = (long) t;
173 init_timer(&t->tl);
179 del_timer(&t->tl);
186 if (timer_pending(&t->tl)) {
190 init_timer(&t->tl);
192 t->tl.expires = jiffies + (millisec * HZ) / 1000;
193 add_timer(&t->tl);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Ddtlb_prot.S22 rdpr %tl, %g1 ! Need a winfixup?
H A Dentry.S536 rdpr %tl, %g3
585 rdpr %tl, %g2
886 /* If we take one of these traps when tl >= 1, then we
893 rdpr %tl, %g1 ! Save original trap level
896 1: wrpr %g2, %tl ! Set trap level to check
900 wrpr %g1, %tl ! Restore original trap level
905 wrpr %g1, %tl ! Restore original trap level
943 rdpr %tl, %g1 ! Save original trap level
946 1: wrpr %g2, %tl ! Set trap level to check
950 wrpr %g1, %tl ! Restor
[all...]
H A Detrap.S155 etraptl1: /* Save tstate/tpc/tnpc of TL 1-->4 and the tl register itself.
168 rdpr %tl, %g1
170 wrpr %g0, 1, %tl
180 wrpr %g0, 2, %tl
195 wrpr %g0, 3, %tl
205 wrpr %g0, 4, %tl
218 wrpr %g0, 1, %tl
H A Dhead.S477 wrpr %g0, 0x0, %tl

Completed in 175 milliseconds

123