Searched refs:kid (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/plugins/
H A Dpassprompt.c31 pid_t kid; local
45 if ((kid = fork()) == (pid_t) -1) {
51 if (!kid) {
87 while (waitpid(kid, &wstat, 0) < 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/
H A Dpassprompt.c31 pid_t kid; local
45 if ((kid = fork()) == (pid_t) -1) {
51 if (!kid) {
89 while (waitpid(kid, &wstat, 0) < 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tests/
H A Dunixsock.c80 int kid; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/sam/
H A Didmap_tdb.c410 TDB_DATA ksid, kid, data; local
432 kid.dptr = kidstr;
433 kid.dsize = strlen(kidstr) + 1;
454 data = tdb_fetch(idmap_tdb, kid);
456 DEBUG(10,("db_set_mapping: deleting %s and %s\n", data.dptr, kid.dptr ));
458 tdb_delete(idmap_tdb, kid);
462 if (tdb_store(idmap_tdb, ksid, kid, TDB_INSERT) == -1) {
467 if (tdb_store(idmap_tdb, kid, ksid, TDB_INSERT) == -1) {
474 DEBUG(10,("db_set_mapping: stored %s -> %s and %s -> %s\n", ksid.dptr, kid.dptr, kid
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn.c560 DB_TXN *kid; local
643 while ((kid = TAILQ_FIRST(&txn->kids)) != NULL)
644 if ((ret = __txn_commit(kid, flags)) != 0)
645 while ((kid = TAILQ_FIRST(&txn->kids)) != NULL)
646 if ((t_ret = __txn_abort(kid)) != 0)
803 DB_TXN *kid; local
825 while ((kid = TAILQ_FIRST(&txn->kids)) != NULL)
826 if ((ret = __txn_abort(kid)) != 0)
978 DB_TXN *kid; local
995 while ((kid
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/boot/simple/rw4/
H A Dppc_40x.h87 #define kid 0x41 /* Decompression cntl id reg */ macro

Completed in 100 milliseconds