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

  /src/sys/dev/pud/
pud.c 146 struct putter_hdr *pth = (void *)pdr; local
160 if (pth->pth_framelen > putp->pt_pdr->pdr_len) {
163 memcpy(putp->pt_pdr, pth, pth->pth_framelen);
228 pud_putter_dispatch(void *this, struct putter_hdr *pth)
231 struct pud_req *pdr = (void *)pth;
  /src/sys/nfs/
nfsmount.h 190 struct mbuf *nam, const char *pth, const char *hst,
nfs_vfsops.c 582 char *pth, *hst; local
650 pth = malloc(MNAMELEN, M_TEMP, M_WAITOK);
651 error = copyinstr(path, pth, MNAMELEN - 1, &len);
654 memset(&pth[len], 0, MNAMELEN - len);
667 error = mountnfs(args, mp, nam, pth, hst, &vp, l);
672 free(pth, M_TEMP);
683 mountnfs(struct nfs_args *argp, struct mount *mp, struct mbuf *nam, const char *pth, const char *hst, struct vnode **vpp, struct lwp *l)
746 error = set_statvfs_info(pth, UIO_SYSSPACE, hst, UIO_SYSSPACE,
  /src/sys/fs/puffs/
puffs_msgif.c 769 struct putter_hdr *pth = &preq->preq_pth; local
789 if (pth->pth_framelen > park->park_maxlen) {
791 "%" PRIu64 " (req %" PRIu64 ", \n", pth->pth_framelen,
826 memcpy(park->park_creq, preq, pth->pth_framelen);
829 memcpy(park->park_preq, preq, pth->pth_framelen);
959 puffs_msgif_dispatch(void *ctx, struct putter_hdr *pth)
962 struct puffs_req *preq = (struct puffs_req *)pth;
965 if (pth->pth_framelen < sizeof(struct puffs_req)) {
  /src/sys/dev/putter/
putter.c 274 struct putter_hdr pth; local
291 error = uiomove(&pth, sizeof(struct putter_hdr), uio);
298 frsize = pth.pth_framelen - sizeof(struct putter_hdr);
305 memcpy(buf, &pth, sizeof(pth));
  /src/external/gpl2/groff/dist/src/preproc/pic/
pic.y 79 path *pth;
265 %type <pth> path label_path relative_path
1219 path pth($2);
1220 if (!pth.follow($1, & $$))
1225 path pth($1);
1226 if (!pth.follow($2, & $$))
1231 path pth($1);
1232 if (!pth.follow($3, & $$))
1258 path pth($3);
1259 if (!pth.follow($1, & $$)
    [all...]
  /src/external/bsd/openldap/dist/include/
ldap_int_thread.h 83 * thread definitions for GNU Pth *
88 #include <pth.h>
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
tls.h 132 /* Use the GNU Pth threads library. */
134 # include <pth.h>
139 /* Use weak references to the GNU Pth threads library. */
lock.h 372 /* Use the GNU Pth threads library. */
374 # include <pth.h>
383 /* Use weak references to the GNU Pth threads library. */
442 /* In Pth, mutexes are recursive by default. */
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
tls.h 132 /* Use the GNU Pth threads library. */
134 # include <pth.h>
139 /* Use weak references to the GNU Pth threads library. */
lock.h 372 /* Use the GNU Pth threads library. */
374 # include <pth.h>
383 /* Use weak references to the GNU Pth threads library. */
442 /* In Pth, mutexes are recursive by default. */
  /src/external/gpl2/gettext/dist/gettext-runtime/tests/
test-lock.c 113 # include <pth.h>
  /src/sys/dev/acpi/
acpi_bat.c 325 acpibat_get_object(ACPI_HANDLE hdl, const char *pth, uint32_t count)
331 rv = acpi_eval_struct(hdl, pth, &buf);
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
lock.h 373 /* Use the GNU Pth threads library. */
375 # include <pth.h>
384 /* Use weak references to the GNU Pth threads library. */
443 /* In Pth, mutexes are recursive by default. */
  /src/external/gpl2/gettext/dist/
configure 1275 --enable-threads={posix|solaris|pth|win32}
  /src/external/gpl2/gettext/dist/gettext-runtime/
configure 1571 --enable-threads={posix|solaris|pth|win32}
23747 if test "$gl_use_threads" = pth; then
23810 names_next_round='pth '
24201 #include <pth.h>
24240 gl_threads_api=pth
    [all...]
  /src/external/bsd/openldap/dist/
configure 1666 --with-threads with threads library auto|nt|posix|pth|lwp|manual [auto]
3540 for ol_val in auto nt posix pth lwp yes no manual ; do
18554 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU Pth pthread.h" >&5
18555 printf %s "checking for GNU Pth pthread.h... " >&6; }
22321 case $ol_with_threads in auto | yes | pth)
22323 ac_fn_c_check_header_compile "$LINENO" "pth.h" "ac_cv_header_pth_h" "$ac_includes_default"
22380 ol_link_threads=pth
  /src/external/gpl2/gettext/dist/gettext-tools/
configure 1639 --enable-threads={posix|solaris|pth|win32}
24405 if test "$gl_use_threads" = pth; then
24468 names_next_round='pth '
24859 #include <pth.h>
24898 gl_threads_api=pth
    [all...]
  /src/external/bsd/ntp/dist/sntp/
configure 10114 for ol_val in auto nt posix mach pth lwp yes no manual ; do
10428 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU Pth pthread.h" >&5
10429 printf %s "checking for GNU Pth pthread.h... " >&6; }
14176 case $ol_with_threads in auto | yes | pth)
14178 ac_fn_c_check_header_compile "$LINENO" "pth.h" "ac_cv_header_pth_h" "$ac_includes_default"
14235 ol_link_threads=pth
  /src/external/bsd/ntp/dist/
configure 19513 for ol_val in auto nt posix mach pth lwp yes no manual ; do
19827 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU Pth pthread.h" >&5
19828 printf %s "checking for GNU Pth pthread.h... " >&6; }
23575 case $ol_with_threads in auto | yes | pth)
23577 ac_fn_c_check_header_compile "$LINENO" "pth.h" "ac_cv_header_pth_h" "$ac_includes_default"
23634 ol_link_threads=pth

Completed in 183 milliseconds