Searched refs:lk (Results 1 - 25 of 87) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/
H A Dlist.c54 * @lk: a link
56 * Unlink and deallocate @lk from list @l
59 xmlLinkDeallocator(xmlListPtr l, xmlLinkPtr lk) argument
61 (lk->prev)->next = lk->next;
62 (lk->next)->prev = lk->prev;
64 l->linkDeallocator(lk);
65 xmlFree(lk);
100 xmlLinkPtr lk; local
120 xmlLinkPtr lk; local
140 xmlLinkPtr lk; local
165 xmlLinkPtr lk; local
233 xmlLinkPtr lk; local
254 xmlLinkPtr lk; local
355 xmlLinkPtr lk; local
380 xmlLinkPtr lk; local
424 xmlLinkPtr lk; local
496 xmlLinkPtr lk; local
604 xmlLinkGetData(xmlLinkPtr lk) argument
620 xmlLinkPtr lk; local
677 xmlLinkPtr lk; local
698 xmlLinkPtr lk; local
764 xmlLinkPtr lk; local
[all...]
H A Dxmlwriter.c97 static void xmlFreeTextWriterStackEntry(xmlLinkPtr lk);
101 static void xmlFreeTextWriterNsStackEntry(xmlLinkPtr lk);
522 xmlLinkPtr lk; local
531 lk = xmlListFront(writer->nodes);
532 if ((lk != NULL) && (xmlLinkGetData(lk) != NULL)) {
641 xmlLinkPtr lk; local
651 while ((lk = xmlListFront(writer->nodes)) != NULL) {
652 p = (xmlTextWriterStackEntry *) xmlLinkGetData(lk);
727 xmlLinkPtr lk; local
811 xmlLinkPtr lk; local
958 xmlLinkPtr lk; local
1120 xmlLinkPtr lk; local
1212 xmlLinkPtr lk; local
1354 xmlLinkPtr lk; local
1480 xmlLinkPtr lk; local
1626 xmlLinkPtr lk; local
1719 xmlLinkPtr lk; local
1764 xmlLinkPtr lk; local
1919 xmlLinkPtr lk; local
2374 xmlLinkPtr lk; local
2470 xmlLinkPtr lk; local
2615 xmlLinkPtr lk; local
2694 xmlLinkPtr lk; local
2831 xmlLinkPtr lk; local
2967 xmlLinkPtr lk; local
3151 xmlLinkPtr lk; local
3238 xmlLinkPtr lk; local
3388 xmlLinkPtr lk; local
3475 xmlLinkPtr lk; local
3627 xmlLinkPtr lk; local
3726 xmlLinkPtr lk; local
3981 xmlLinkPtr lk; local
4112 xmlLinkPtr lk; local
4252 xmlFreeTextWriterStackEntry(xmlLinkPtr lk) argument
4308 xmlLinkPtr lk; local
4351 xmlFreeTextWriterNsStackEntry(xmlLinkPtr lk) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/
H A Dlist.c54 * @lk: a link
56 * Unlink and deallocate @lk from list @l
59 xmlLinkDeallocator(xmlListPtr l, xmlLinkPtr lk) argument
61 (lk->prev)->next = lk->next;
62 (lk->next)->prev = lk->prev;
64 l->linkDeallocator(lk);
65 xmlFree(lk);
100 xmlLinkPtr lk; local
120 xmlLinkPtr lk; local
140 xmlLinkPtr lk; local
165 xmlLinkPtr lk; local
233 xmlLinkPtr lk; local
254 xmlLinkPtr lk; local
355 xmlLinkPtr lk; local
380 xmlLinkPtr lk; local
424 xmlLinkPtr lk; local
496 xmlLinkPtr lk; local
604 xmlLinkGetData(xmlLinkPtr lk) argument
620 xmlLinkPtr lk; local
677 xmlLinkPtr lk; local
698 xmlLinkPtr lk; local
764 xmlLinkPtr lk; local
[all...]
H A Dxmlwriter.c97 static void xmlFreeTextWriterStackEntry(xmlLinkPtr lk);
101 static void xmlFreeTextWriterNsStackEntry(xmlLinkPtr lk);
522 xmlLinkPtr lk; local
531 lk = xmlListFront(writer->nodes);
532 if ((lk != NULL) && (xmlLinkGetData(lk) != NULL)) {
641 xmlLinkPtr lk; local
651 while ((lk = xmlListFront(writer->nodes)) != NULL) {
652 p = (xmlTextWriterStackEntry *) xmlLinkGetData(lk);
727 xmlLinkPtr lk; local
811 xmlLinkPtr lk; local
958 xmlLinkPtr lk; local
1120 xmlLinkPtr lk; local
1212 xmlLinkPtr lk; local
1354 xmlLinkPtr lk; local
1480 xmlLinkPtr lk; local
1626 xmlLinkPtr lk; local
1719 xmlLinkPtr lk; local
1764 xmlLinkPtr lk; local
1919 xmlLinkPtr lk; local
2374 xmlLinkPtr lk; local
2470 xmlLinkPtr lk; local
2615 xmlLinkPtr lk; local
2694 xmlLinkPtr lk; local
2831 xmlLinkPtr lk; local
2967 xmlLinkPtr lk; local
3151 xmlLinkPtr lk; local
3238 xmlLinkPtr lk; local
3388 xmlLinkPtr lk; local
3475 xmlLinkPtr lk; local
3627 xmlLinkPtr lk; local
3726 xmlLinkPtr lk; local
3981 xmlLinkPtr lk; local
4112 xmlLinkPtr lk; local
4252 xmlFreeTextWriterStackEntry(xmlLinkPtr lk) argument
4308 xmlLinkPtr lk; local
4351 xmlFreeTextWriterNsStackEntry(xmlLinkPtr lk) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/
H A Dlist.c54 * @lk: a link
56 * Unlink and deallocate @lk from list @l
59 xmlLinkDeallocator(xmlListPtr l, xmlLinkPtr lk) argument
61 (lk->prev)->next = lk->next;
62 (lk->next)->prev = lk->prev;
64 l->linkDeallocator(lk);
65 xmlFree(lk);
100 xmlLinkPtr lk; local
120 xmlLinkPtr lk; local
140 xmlLinkPtr lk; local
165 xmlLinkPtr lk; local
233 xmlLinkPtr lk; local
254 xmlLinkPtr lk; local
355 xmlLinkPtr lk; local
380 xmlLinkPtr lk; local
424 xmlLinkPtr lk; local
496 xmlLinkPtr lk; local
604 xmlLinkGetData(xmlLinkPtr lk) argument
620 xmlLinkPtr lk; local
677 xmlLinkPtr lk; local
698 xmlLinkPtr lk; local
764 xmlLinkPtr lk; local
[all...]
H A Dxmlwriter.c97 static void xmlFreeTextWriterStackEntry(xmlLinkPtr lk);
101 static void xmlFreeTextWriterNsStackEntry(xmlLinkPtr lk);
522 xmlLinkPtr lk; local
531 lk = xmlListFront(writer->nodes);
532 if ((lk != NULL) && (xmlLinkGetData(lk) != NULL)) {
641 xmlLinkPtr lk; local
651 while ((lk = xmlListFront(writer->nodes)) != NULL) {
652 p = (xmlTextWriterStackEntry *) xmlLinkGetData(lk);
727 xmlLinkPtr lk; local
811 xmlLinkPtr lk; local
958 xmlLinkPtr lk; local
1120 xmlLinkPtr lk; local
1212 xmlLinkPtr lk; local
1354 xmlLinkPtr lk; local
1480 xmlLinkPtr lk; local
1626 xmlLinkPtr lk; local
1719 xmlLinkPtr lk; local
1764 xmlLinkPtr lk; local
1919 xmlLinkPtr lk; local
2374 xmlLinkPtr lk; local
2470 xmlLinkPtr lk; local
2615 xmlLinkPtr lk; local
2694 xmlLinkPtr lk; local
2831 xmlLinkPtr lk; local
2967 xmlLinkPtr lk; local
3151 xmlLinkPtr lk; local
3238 xmlLinkPtr lk; local
3388 xmlLinkPtr lk; local
3475 xmlLinkPtr lk; local
3627 xmlLinkPtr lk; local
3726 xmlLinkPtr lk; local
3981 xmlLinkPtr lk; local
4112 xmlLinkPtr lk; local
4252 xmlFreeTextWriterStackEntry(xmlLinkPtr lk) argument
4308 xmlLinkPtr lk; local
4351 xmlFreeTextWriterNsStackEntry(xmlLinkPtr lk) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/input/keyboard/
H A Dlkkbd.c361 static void lkkbd_detection_done(struct lkkbd *lk) argument
368 lk->keycode[0xb1] = KEY_COMPOSE;
373 switch (lk->id[4]) {
375 strlcpy(lk->name, "DEC LK201 keyboard", sizeof(lk->name));
378 lk->keycode[0xb1] = KEY_LEFTALT;
382 strlcpy(lk->name, "DEC LK401 keyboard", sizeof(lk->name));
386 strlcpy(lk->name, "Unknown DEC keyboard", sizeof(lk
442 struct lkkbd *lk = serio_get_drvdata(serio); local
501 lkkbd_toggle_leds(struct lkkbd *lk) argument
521 lkkbd_toggle_keyclick(struct lkkbd *lk, bool on) argument
545 struct lkkbd *lk = input_get_drvdata(dev); local
581 struct lkkbd *lk = container_of(work, struct lkkbd, tq); local
622 struct lkkbd *lk; local
701 struct lkkbd *lk = serio_get_drvdata(serio); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/input/keyboard/
H A Dlkkbd.c361 static void lkkbd_detection_done(struct lkkbd *lk) argument
368 lk->keycode[0xb1] = KEY_COMPOSE;
373 switch (lk->id[4]) {
375 strlcpy(lk->name, "DEC LK201 keyboard", sizeof(lk->name));
378 lk->keycode[0xb1] = KEY_LEFTALT;
382 strlcpy(lk->name, "DEC LK401 keyboard", sizeof(lk->name));
386 strlcpy(lk->name, "Unknown DEC keyboard", sizeof(lk
442 struct lkkbd *lk = serio_get_drvdata(serio); local
501 lkkbd_toggle_leds(struct lkkbd *lk) argument
521 lkkbd_toggle_keyclick(struct lkkbd *lk, bool on) argument
545 struct lkkbd *lk = input_get_drvdata(dev); local
581 struct lkkbd *lk = container_of(work, struct lkkbd, tq); local
622 struct lkkbd *lk; local
701 struct lkkbd *lk = serio_get_drvdata(serio); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-omap/include/plat/
H A Dclkdev_omap.h15 struct clk_lookup lk; member in struct:omap_clk
21 .lk = { \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dclkdev_omap.h15 struct clk_lookup lk; member in struct:omap_clk
21 .lk = { \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/test/
H A Dlock.c97 char *lk = activelock(locks[n]->scope, locks[n]->depth, local
100 ne_buffer_zappend(buf, lk);
107 static char *discover_response(const char *href, const struct ne_lock *lk) argument
117 href, activelock(lk->scope, lk->depth, lk->owner,
118 7200, lk->token));
142 struct ne_lock *lk = make_lock("/foo", "blah", ne_lockscope_exclusive, 0); local
149 ne_lockstore_add(store, lk);
151 ONN("lock not found in store", ne_lockstore_first(store) != lk);
177 struct ne_lock *lk = make_lock("/foo", "blah", ne_lockscope_exclusive, 0); local
321 struct ne_lock *lk = ne_lock_create(); local
413 discover_result(void *userdata, const struct ne_lock *lk, const ne_uri *uri, const ne_status *st) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/neon/test/
H A Dlock.c97 char *lk = activelock(locks[n]->scope, locks[n]->depth, local
100 ne_buffer_zappend(buf, lk);
107 static char *discover_response(const char *href, const struct ne_lock *lk) argument
117 href, activelock(lk->scope, lk->depth, lk->owner,
118 7200, lk->token));
142 struct ne_lock *lk = make_lock("/foo", "blah", ne_lockscope_exclusive, 0); local
149 ne_lockstore_add(store, lk);
151 ONN("lock not found in store", ne_lockstore_first(store) != lk);
177 struct ne_lock *lk = make_lock("/foo", "blah", ne_lockscope_exclusive, 0); local
321 struct ne_lock *lk = ne_lock_create(); local
413 discover_result(void *userdata, const struct ne_lock *lk, const ne_uri *uri, const ne_status *st) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/neon/test/
H A Dlock.c97 char *lk = activelock(locks[n]->scope, locks[n]->depth, local
100 ne_buffer_zappend(buf, lk);
107 static char *discover_response(const char *href, const struct ne_lock *lk) argument
117 href, activelock(lk->scope, lk->depth, lk->owner,
118 7200, lk->token));
142 struct ne_lock *lk = make_lock("/foo", "blah", ne_lockscope_exclusive, 0); local
149 ne_lockstore_add(store, lk);
151 ONN("lock not found in store", ne_lockstore_first(store) != lk);
177 struct ne_lock *lk = make_lock("/foo", "blah", ne_lockscope_exclusive, 0); local
321 struct ne_lock *lk = ne_lock_create(); local
413 discover_result(void *userdata, const struct ne_lock *lk, const ne_uri *uri, const ne_status *st) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/engine/
H A Dtb_asnmth.c208 ENGINE_FIND_STR *lk = arg; local
210 if (lk->ameth)
217 if (((int)strlen(ameth->pem_str) == lk->len) &&
218 !strncasecmp(ameth->pem_str, lk->str, lk->len))
220 lk->e = e;
221 lk->ameth = ameth;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/engine/
H A Dtb_asnmth.c210 ENGINE_FIND_STR *lk = arg; local
212 if (lk->ameth)
218 if (((int)strlen(ameth->pem_str) == lk->len) &&
219 !strncasecmp(ameth->pem_str, lk->str, lk->len)) {
220 lk->e = e;
221 lk->ameth = ameth;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/engine/
H A Dtb_asnmth.c208 ENGINE_FIND_STR *lk = arg; local
210 if (lk->ameth)
217 if (((int)strlen(ameth->pem_str) == lk->len) &&
218 !strncasecmp(ameth->pem_str, lk->str, lk->len))
220 lk->e = e;
221 lk->ameth = ameth;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/engine/
H A Dtb_asnmth.c210 ENGINE_FIND_STR *lk = arg; local
212 if (lk->ameth)
218 if (((int)strlen(ameth->pem_str) == lk->len) &&
219 !strncasecmp(ameth->pem_str, lk->str, lk->len)) {
220 lk->e = e;
221 lk->ameth = ameth;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/engine/
H A Dtb_asnmth.c208 ENGINE_FIND_STR *lk = arg; local
210 if (lk->ameth)
217 if (((int)strlen(ameth->pem_str) == lk->len) &&
218 !strncasecmp(ameth->pem_str, lk->str, lk->len))
220 lk->e = e;
221 lk->ameth = ameth;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/engine/
H A Dtb_asnmth.c210 ENGINE_FIND_STR *lk = arg; local
212 if (lk->ameth)
218 if (((int)strlen(ameth->pem_str) == lk->len) &&
219 !strncasecmp(ameth->pem_str, lk->str, lk->len)) {
220 lk->e = e;
221 lk->ameth = ameth;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/libsmb/
H A Dsmb_share_modes.c97 static TDB_DATA get_locking_key(struct locking_key *lk, uint64_t dev, argument
102 memset(lk, '\0', sizeof(*lk));
103 lk->dev = (SMB_DEV_T)dev;
104 lk->inode = (SMB_INO_T)ino;
105 lk->extid = extid;
106 ld.dptr = (uint8 *)lk;
107 ld.dsize = sizeof(*lk);
120 struct locking_key lk; local
121 return tdb_chainlock(db_ctx->smb_tdb, get_locking_key(&lk, de
130 struct locking_key lk; local
187 struct locking_key lk; local
277 struct locking_key lk; local
393 struct locking_key lk; local
497 struct locking_key lk; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/libsmb/
H A Dsmb_share_modes.c97 static TDB_DATA get_locking_key(struct locking_key *lk, uint64_t dev, argument
102 memset(lk, '\0', sizeof(*lk));
103 lk->dev = (SMB_DEV_T)dev;
104 lk->inode = (SMB_INO_T)ino;
105 lk->extid = extid;
106 ld.dptr = (uint8 *)lk;
107 ld.dsize = sizeof(*lk);
120 struct locking_key lk; local
121 return tdb_chainlock(db_ctx->smb_tdb, get_locking_key(&lk, de
130 struct locking_key lk; local
187 struct locking_key lk; local
277 struct locking_key lk; local
393 struct locking_key lk; local
497 struct locking_key lk; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/libsmb/
H A Dsmb_share_modes.c97 static TDB_DATA get_locking_key(struct locking_key *lk, uint64_t dev, argument
102 memset(lk, '\0', sizeof(*lk));
103 lk->dev = (SMB_DEV_T)dev;
104 lk->inode = (SMB_INO_T)ino;
105 lk->extid = extid;
106 ld.dptr = (uint8 *)lk;
107 ld.dsize = sizeof(*lk);
120 struct locking_key lk; local
121 return tdb_chainlock(db_ctx->smb_tdb, get_locking_key(&lk, de
130 struct locking_key lk; local
187 struct locking_key lk; local
277 struct locking_key lk; local
393 struct locking_key lk; local
497 struct locking_key lk; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/lock/
H A Dlock_id.c53 DB_LOCKER *lk; local
59 lk = NULL;
66 lk = NULL;
86 SH_TAILQ_FOREACH(lk, &region->lockers, ulinks, __db_locker)
87 ids[nids++] = lk->id;
98 ret = __lock_getlocker_int(lt, id, 1, &lk);
105 *lkp = lk;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/lock/
H A Dlock_id.c53 DB_LOCKER *lk; local
59 lk = NULL;
66 lk = NULL;
86 SH_TAILQ_FOREACH(lk, &region->lockers, ulinks, __db_locker)
87 ids[nids++] = lk->id;
98 ret = __lock_getlocker_int(lt, id, 1, &lk);
105 *lkp = lk;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/lock/
H A Dlock_id.c53 DB_LOCKER *lk; local
59 lk = NULL;
66 lk = NULL;
86 SH_TAILQ_FOREACH(lk, &region->lockers, ulinks, __db_locker)
87 ids[nids++] = lk->id;
98 ret = __lock_getlocker_int(lt, id, 1, &lk);
105 *lkp = lk;

Completed in 315 milliseconds

1234