Searched refs:nub (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dunlock-cmd.c58 struct notify_unlock_baton_t *nub = baton;
61 nub->had_failure = TRUE;
63 if (nub->inner_notify)
64 nub->inner_notify(nub->inner_baton, notify, scratch_pool);
77 struct notify_unlock_baton_t nub;
92 nub.inner_notify = ctx->notify_func2;
93 nub.inner_baton = ctx->notify_baton2;
94 nub.had_failure = FALSE;
97 ctx->notify_baton2 = &nub;
56 struct notify_unlock_baton_t *nub = baton; local
75 struct notify_unlock_baton_t nub; local
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h154 void set_next_hand_thread(T nlb, T nub, ST nst, kmp_int32 nstatus,
157 ub[1 - index] = nub;
161 void set_next(T nlb, T nub, ST nst, kmp_int32 nstatus, kmp_uint64 index) {
163 ub[1 - index] = nub;
/freebsd-11-stable/sys/kern/
H A Dkern_descrip.c1370 struct nstat nub; local
1376 cvtnstat(&ub, &nub);
1377 error = copyout(&nub, uap->sb, sizeof(nub));

Completed in 68 milliseconds