Home
last modified time | relevance | path

Searched refs:holder (Results 1 – 25 of 484) sorted by relevance

12345678910>>...20

/netbsd/usr.sbin/rpc.lockd/
H A Dlock_proc.c362 struct nlm4_holder *holder; in nlm_test_1_svc() local
377 if (holder == NULL) { in nlm_test_1_svc()
381 (void)memcpy(&result.stat.nlm_testrply_u.holder, holder, in nlm_test_1_svc()
401 struct nlm4_holder *holder; in nlm_test_msg_1_svc() local
411 if (holder == NULL) { in nlm_test_msg_1_svc()
415 (void)memcpy(&result.stat.nlm_testrply_u.holder, holder, in nlm_test_msg_1_svc()
811 struct nlm4_holder *holder; in nlm4_test_4_svc() local
826 if (holder == NULL) { in nlm4_test_4_svc()
830 (void)memcpy(&result.stat.nlm4_testrply_u.holder, holder, in nlm4_test_4_svc()
853 if (holder == NULL) { in nlm4_test_msg_4_svc()
[all …]
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Drefcount.c136 ref->ref_holder = holder; in refcount_add_many()
151 refcount_add(refcount_t *rc, void *holder) in refcount_add() argument
153 return (refcount_add_many(rc, 1, holder)); in refcount_add()
174 if (ref->ref_holder == holder && ref->ref_number == number) { in refcount_remove_many()
199 panic("No such hold %p on refcount %llx", holder, in refcount_remove_many()
205 refcount_remove(refcount_t *rc, void *holder) in refcount_remove() argument
207 return (refcount_remove_many(rc, 1, holder)); in refcount_remove()
272 refcount_held(refcount_t *rc, void *holder) in refcount_held() argument
285 if (ref->ref_holder == holder) { in refcount_held()
300 refcount_not_held(refcount_t *rc, void *holder) in refcount_not_held() argument
[all …]
/netbsd/external/gpl3/gdb/dist/etc/
H A Dupdate-copyright.py231 canon_form = holder
232 self.holders[holder] = canon_form
233 index = holder.find (' ')
236 index = holder.find (' ', index + 1)
238 def add_external_author (self, holder): argument
239 self.holders[holder] = None
295 holder = match.group (4)
296 return (holder
337 holder = match.group (4)
343 elif not holder:
[all …]
/netbsd/external/gpl3/gdb.old/dist/etc/
H A Dupdate-copyright.py231 canon_form = holder
232 self.holders[holder] = canon_form
233 index = holder.find (' ')
236 index = holder.find (' ', index + 1)
238 def add_external_author (self, holder): argument
239 self.holders[holder] = None
295 holder = match.group (4)
296 return (holder
337 holder = match.group (4)
343 elif not holder:
[all …]
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Drefcount.h97 #define refcount_add(rc, holder) atomic_inc_64_nv(&(rc)->rc_count)
98 #define refcount_remove(rc, holder) atomic_dec_64_nv(&(rc)->rc_count)
99 #define refcount_add_many(rc, number, holder) \
101 #define refcount_remove_many(rc, number, holder) \
109 #define refcount_held(rc, holder) ((rc)->rc_count > 0)
110 #define refcount_not_held(rc, holder) (B_TRUE)
/netbsd/external/gpl3/gcc.old/dist/contrib/
H A Dupdate-copyright.py223 canon_form = holder
224 self.holders[holder] = canon_form
225 index = holder.find (' ')
228 index = holder.find (' ', index + 1)
230 def add_external_author (self, holder): argument
231 self.holders[holder] = None
287 holder = match.group (4)
288 return (holder
329 holder = match.group (4)
335 elif not holder:
[all …]
/netbsd/external/gpl3/gcc/dist/contrib/
H A Dupdate-copyright.py226 canon_form = holder
227 self.holders[holder] = canon_form
228 index = holder.find (' ')
231 index = holder.find (' ', index + 1)
233 def add_external_author (self, holder): argument
234 self.holders[holder] = None
290 holder = match.group (4)
291 return (holder
332 holder = match.group (4)
338 elif not holder:
[all …]
/netbsd/sys/arch/playstation2/playstation2/
H A Dsifbios.c271 sifcmd_establish(sifcmd_sw_t sw, struct sifcmd_callback_holder *holder) in sifcmd_establish() argument
279 func: holder->func, in sifcmd_establish()
280 arg: holder->arg, in sifcmd_establish()
295 sifcmd_handler_init(struct sifcmd_callback_holder *holder, int n) in sifcmd_handler_init() argument
298 void *holder; in sifcmd_handler_init() member
301 holder: holder, in sifcmd_handler_init()
/netbsd/external/bsd/nvi/dist/motif_l/
H A Dm_options.c217 sheets[i].holder = NULL; in destroyed()
547 if ( sheets[current].holder == NULL ) in change_sheet()
548 sheets[current].holder = create_sheet( parent, &sheets[current] ); in change_sheet()
551 if ( current_sheet != -1 && sheets[current_sheet].holder != NULL ) in change_sheet()
552 XtUnmanageChild( sheets[current_sheet].holder ); in change_sheet()
555 XtManageChild( sheets[current].holder ); in change_sheet()
619 XtManageChild( sheets[i].holder );
624 XtUnmanageChild( sheets[i].holder );
/netbsd/external/gpl2/diffutils/dist/po/
H A DMakevars13 # This is the copyright holder that gets inserted into the header of the
14 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
16 # sources, belong to the copyright holder of the package.) Translators are
/netbsd/external/gpl3/gdb/dist/gnulib/import/extra/
H A Dupdate-copyright151 my $holder = $ENV{UPDATE_COPYRIGHT_HOLDER};
152 $holder ||= 'Free Software Foundation, Inc.';
191 my $holder_re = $holder;
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/extra/
H A Dupdate-copyright151 my $holder = $ENV{UPDATE_COPYRIGHT_HOLDER};
152 $holder ||= 'Free Software Foundation, Inc.';
191 my $holder_re = $holder;
/netbsd/external/bsd/tre/dist/po/
H A DMakevars13 # This is the copyright holder that gets inserted into the header of the
14 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
16 # sources, belong to the copyright holder of the package.) Translators are
/netbsd/external/gpl2/gettext/dist/gettext-tools/po/
H A DMakevars.template13 # This is the copyright holder that gets inserted into the header of the
14 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
16 # sources, belong to the copyright holder of the package.) Translators are
/netbsd/crypto/external/cpl/tpm-tools/dist/po/
H A DMakevars.template13 # This is the copyright holder that gets inserted into the header of the
14 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
16 # sources, belong to the copyright holder of the package.) Translators are
/netbsd/external/gpl2/texinfo/dist/po/
H A DMakevars13 # This is the copyright holder that gets inserted into the header of the
14 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
16 # sources, belong to the copyright holder of the package.) Translators are
/netbsd/games/quiz/datfiles/
H A Ducc57 3-301:rights of a holder
58 3-302:holder in due course
59 3-305:rights of a holder in due course
60 3-306:rights of one not holder in due course
76 3-507:dishonor; holder's right of recourse; term allowing representment
86 4-209:when bank gives value for purposes of holder in due course
/netbsd/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc/po/
H A DMakevars15 # This is the copyright holder that gets inserted into the header of the
16 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
18 # sources, belong to the copyright holder of the package.) Translators are
/netbsd/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++/po/
H A DMakevars16 # This is the copyright holder that gets inserted into the header of the
17 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
19 # sources, belong to the copyright holder of the package.) Translators are
/netbsd/external/gpl2/gettext/dist/gettext-tools/examples/hello-c/po/
H A DMakevars15 # This is the copyright holder that gets inserted into the header of the
16 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
18 # sources, belong to the copyright holder of the package.) Translators are
/netbsd/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/nvidia/
H A Dtegra194-p3509-0000.dtsi432 /* Place holder for external Codec */
458 /* Place holder for external Codec */
483 /* Place holder for external Codec */
508 /* Place holder for external Codec */
533 /* Place holder for external Codec */
558 /* Place holder for external Codec */
583 /* Place holder for external Codec */
/netbsd/external/gpl2/gettext/dist/gettext-runtime/po/
H A DMakevars18 # This is the copyright holder that gets inserted into the header of the
19 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
21 # sources, belong to the copyright holder of the package.) Translators are
/netbsd/external/gpl2/gmake/dist/po/
H A DMakevars30 # This is the copyright holder that gets inserted into the header of the
31 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
33 # sources, belong to the copyright holder of the package.) Translators are
/netbsd/crypto/external/cpl/tpm-tools/dist/po_/
H A DMakevars36 # This is the copyright holder that gets inserted into the header of the
37 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
39 # sources, belong to the copyright holder of the package.) Translators are
/netbsd/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnome/po/
H A DMakevars27 # This is the copyright holder that gets inserted into the header of the
28 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
30 # sources, belong to the copyright holder of the package.) Translators are

12345678910>>...20