Searched refs:statusp (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_base.h75 #define thread_join(thr, statusp) \
77 GetExitCodeThread((thr), (LPDWORD)(statusp)) ? 0 : -1)
107 #define thread_join(thr, statusp) pthread_join((thr), (statusp))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/txn_guide/
H A Dtxn_guide.c19 #define thread_join(thr, statusp) \
21 GetExitCodeThread((thr), (LPDWORD)(statusp)) ? 0 : -1)
37 #define thread_join(thr, statusp) pthread_join((thr), (statusp))
H A Dtxn_guide_inmemory.c19 #define thread_join(thr, statusp) \
21 GetExitCodeThread((thr), (LPDWORD)(statusp)) ? 0 : -1)
37 #define thread_join(thr, statusp) pthread_join((thr), (statusp))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/txn_guide/
H A DTxnGuide.cpp18 #define thread_join(thr, statusp) \
20 GetExitCodeThread((thr), (LPDWORD)(statusp)) ? 0 : -1)
36 #define thread_join(thr, statusp) pthread_join((thr), (statusp))
H A DTxnGuideInMemory.cpp18 #define thread_join(thr, statusp) \
20 GetExitCodeThread((thr), (LPDWORD)(statusp)) ? 0 : -1)
36 #define thread_join(thr, statusp) pthread_join((thr), (statusp))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/512x/
H A Dmpc5121_ads_cpld.c89 cpld_pic_get_irq(int offset, u8 ignore, u8 __iomem *statusp, argument
93 u8 status = in_8(statusp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_intr.c117 *ppd->statusp &= ~QIB_STATUS_IB_READY;
137 *ppd->statusp |=
159 *ppd->statusp &= ~QIB_STATUS_IB_READY;
H A Dqib_sysfs.c141 if (!ppd->statusp)
145 (unsigned long long) *(ppd->statusp));
173 if (!ppd->statusp) {
178 s = *(ppd->statusp);
H A Dqib_init.c235 dd->pport[pidx].statusp = status_page;
241 * apps, following statusp. This is per-unit, not per port.
615 *ppd->statusp |= QIB_STATUS_CHIP_PRESENT |
727 *ppd->statusp &= ~(QIB_STATUS_IB_CONF | QIB_STATUS_IB_READY);
999 *ppd->statusp &= ~QIB_STATUS_IB_READY;
1142 if (dd->pport[pidx].statusp)
1143 *dd->pport[pidx].statusp &= ~QIB_STATUS_CHIP_PRESENT;
H A Dqib.h530 u64 *statusp; member in struct:qib_pportdata
840 * per unit status, see also portdata statusp
H A Dqib_file_ops.c180 (char *) ppd->statusp -
H A Dqib_iba6120.c1097 *dd->pport->statusp &= ~QIB_STATUS_IB_CONF;
H A Dqib_iba7220.c1199 *dd->pport->statusp &= ~QIB_STATUS_IB_CONF;
H A Dqib_iba7322.c1599 *dd->pport[pidx].statusp &= ~QIB_STATUS_IB_CONF;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_dispatch.c610 __db_txnlist_find(env, hp, txnid, statusp)
613 u_int32_t txnid, *statusp;
621 TXNLIST_TXNID, txnid, &entry, 0, statusp));
677 hp, type, txnid, txnlistp, delete, statusp)
684 u_int32_t *statusp;
716 *statusp = p->u.t.status;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dwait-process.c35 #define waitpid(pid,statusp,options) _cwait (statusp, pid, WAIT_CHILD)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog.c413 __log_find(dblp, find_first, valp, statusp)
417 logfile_validity *statusp;
443 *statusp = logval_status;
559 *statusp = logval_status;
576 __log_valid(dblp, number, set_persist, fhpp, flags, statusp, versionp)
582 logfile_validity *statusp;
783 if (statusp != NULL)
784 *statusp = status;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_deadlock.c823 __dd_abort(env, info, statusp)
826 int *statusp;
835 *statusp = 0;
853 *statusp = DB_ALREADY_ABORTED;
865 *statusp = DB_ALREADY_ABORTED;
871 *statusp = DB_ALREADY_ABORTED;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dtest_mutex.c24 #define os_thread_join(thr, statusp) \
26 GetExitCodeThread((thr), (LPDWORD)(statusp)) ? 0 : -1)
52 #define os_thread_join(thr, statusp) pthread_join((thr), (statusp))

Completed in 166 milliseconds