HomeSort by: relevance | last modified time | path
    Searched refs:holder (Results 1 - 15 of 15) sorted by relevancy

  /src/lib/librpcsvc/
klm_prot.x 66 int pid; /* holder of the lock */
73 * lock holder identifier
77 int svid; /* holder of the lock (pid) */
95 struct klm_holder holder;
nlm_prot.x 41 struct nlm_holder holder;
189 struct nlm4_holder holder;
  /src/usr.sbin/rpc.lockd/
lock_proc.c 362 struct nlm4_holder *holder; local in function:nlm_test_1_svc
368 holder = testlock(&arg4, 0);
377 if (holder == NULL) {
381 (void)memcpy(&result.stat.nlm_testrply_u.holder, holder,
383 result.stat.nlm_testrply_u.holder.l_offset =
384 (unsigned int)holder->l_offset;
385 result.stat.nlm_testrply_u.holder.l_len =
386 (unsigned int)holder->l_len;
401 struct nlm4_holder *holder; local in function:nlm_test_msg_1_svc
811 struct nlm4_holder *holder; local in function:nlm4_test_4_svc
845 struct nlm4_holder *holder; local in function:nlm4_test_msg_4_svc
    [all...]
  /src/sys/arch/playstation2/playstation2/
sifbios.c 271 sifcmd_establish(sifcmd_sw_t sw, struct sifcmd_callback_holder *holder)
279 func: holder->func,
280 arg: holder->arg,
295 sifcmd_handler_init(struct sifcmd_callback_holder *holder, int n)
298 void *holder; member in struct:sifcmd_handler_init::__anonee80bffa0508
301 holder: holder,
305 /* returns old holder */
interrupt.c 172 md_ipl_register(enum ipl_type type, struct _ipl_holder *holder)
182 new |= (holder[i].mask & ~mask);
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/nvidia/
tegra194-p3509-0000.dtsi 432 /* 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 */
tegra194-p2972-0000.dts 448 /* Place holder for external Codec */
474 /* Place holder for external Codec */
500 /* Place holder for external Codec */
525 /* Place holder for external Codec */
tegra186-p2771-0000.dts 624 /* Place holder for external Codec */
649 /* Place holder for external Codec */
674 /* Place holder for external Codec */
699 /* Place holder for external Codec */
724 /* Place holder for external Codec */
  /src/sys/fs/nfs/nlm/
nlm_prot_server.c 149 &result->stat.nlm_testrply_u.holder,
150 &res4.stat.nlm4_testrply_u.holder);
251 &res.stat.nlm_testrply_u.holder,
252 &res4.stat.nlm4_testrply_u.holder);
382 &args4.stat.nlm4_testrply_u.holder,
383 &argp->stat.nlm_testrply_u.holder);
nlm_prot_xdr.c 52 if (!xdr_nlm_holder(xdrs, &objp->nlm_testrply_u.holder))
320 if (!xdr_nlm4_holder(xdrs, &objp->nlm4_testrply_u.holder))
nlm_prot.h 43 struct nlm_holder holder; member in union:nlm_testrply::__anon02cd4df0010a
206 struct nlm4_holder holder; member in union:nlm4_testrply::__anon02cd4df0020a
nlm_advlock.c 590 &res->stat.nlm4_testrply_u.holder,
591 &res1.stat.nlm_testrply_u.holder);
1098 &res.stat.nlm4_testrply_u.holder;
nlm_prot_impl.c 1923 result->stat.nlm4_testrply_u.holder.exclusive =
1925 result->stat.nlm4_testrply_u.holder.svid = fl.l_pid;
1948 result->stat.nlm4_testrply_u.holder.l_offset = fl.l_start;
1949 result->stat.nlm4_testrply_u.holder.l_len = fl.l_len;
  /src/share/locale/ctype/
gen_ctype_utf8.pl 77 * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
84 * Except as contained in this notice, the name of a copyright holder
87 * written authorization of the copyright holder.
  /src/lib/libukfs/
ukfs.c 477 pid_t holder; local in function:process_diskdevice
482 holder = flarg.l_pid;
484 holder = -1;
486 holder);

Completed in 20 milliseconds