HomeSort by: relevance | last modified time | path
    Searched refs:headp (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/lib/libc/include/
futex_private.h 58 __futex_get_robust_list(lwpid_t lwpid, void **headp, size_t *lenp)
60 return _syscall(SYS___futex_get_robust_list, lwpid, headp, lenp);
  /src/usr.sbin/makefs/cd9660/
cd9660_eltorito.c 366 *valid_entry, *default_entry, *temp, *head, **headp, *next; local
370 headp = NULL;
464 headp = &x86_head;
467 headp = &ppc_head;
470 headp = &mac_head;
473 headp = &efi_head;
481 if (*headp == NULL) {
490 *headp = head;
492 head = *headp;
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
resolve.c 631 struct rk_resource_record **srvs, **ss, **headp; local
650 for(ss = srvs, headp = &r->head; *headp; )
651 if((*headp)->type == rk_ns_t_srv) {
652 *ss = *headp;
653 *headp = (*headp)->next;
657 headp = &(*headp)->next;
662 headp = &r->head
    [all...]
  /src/libexec/httpd/
cgi-bozo.c 376 bozoheaders_t *headp; local
510 SIMPLEQ_FOREACH(headp, &request->hr_headers, h_next) {
512 env = bozomalloc(httpd, 6 + strlen(headp->h_header) + 1 +
513 strlen(headp->h_value));
518 for (s2 = headp->h_header; *s2; t++, s2++)
527 headp->h_header, env, headp->h_value));
528 bozo_setenv(httpd, env, headp->h_value, curenvp++);
lua-bozo.c 310 bozoheaders_t *headp; local
407 SIMPLEQ_FOREACH(headp, &request->hr_headers, h_next)
408 lua_env(map->L, headp->h_header,
409 headp->h_value);
  /src/sys/compat/netbsd32/
netbsd32_futex.c 110 syscallarg(netbsd32_voidp) headp;
127 /* (N.B.: "headp" is actually a "void **". */
128 error = copyout(&head32, SCARG_P32(uap, headp), sizeof(head32));
  /src/external/bsd/nvi/dist/common/
cut.c 336 text_lfree(TEXTH *headp)
340 while ((tp = TAILQ_FIRST(headp)) != NULL) {
341 TAILQ_REMOVE(headp, tp, q);
  /src/external/gpl3/gcc/dist/gcc/
valtrack.cc 415 for (struct dead_debug_use *head = debug->head, **headp = &debug->head;
416 head; head = *headp)
425 headp = &head->next;
441 *headp = head->next;
sel-sched-ir.cc 5376 sel_create_basic_block (void *headp, void *endp, basic_block after)
5387 new_bb = orig_cfg_hooks.create_basic_block (headp, endp, after);
5390 new_bb = create_basic_block_structure ((rtx_insn *) headp,
cfgrtl.cc 376 rtl_create_basic_block (void *headp, void *endp, basic_block after)
378 rtx_insn *head = (rtx_insn *) headp;
  /src/external/gpl3/gcc.old/dist/gcc/
valtrack.cc 415 for (struct dead_debug_use *head = debug->head, **headp = &debug->head;
416 head; head = *headp)
425 headp = &head->next;
441 *headp = head->next;
sel-sched-ir.cc 5376 sel_create_basic_block (void *headp, void *endp, basic_block after)
5387 new_bb = orig_cfg_hooks.create_basic_block (headp, endp, after);
5390 new_bb = create_basic_block_structure ((rtx_insn *) headp,
cfgrtl.cc 376 rtl_create_basic_block (void *headp, void *endp, basic_block after)
378 rtx_insn *head = (rtx_insn *) headp;
  /src/sys/arch/x86/x86/
pmap.c 5277 struct pmap_data_gnt_head *headp; local
5281 headp = pmap->pm_data;
5282 KASSERT(headp != NULL);
5283 SLIST_FOREACH(pgnt, headp, pd_gnt_list) {
5296 struct pmap_data_gnt_head *headp; local
5304 headp = kmem_alloc(sizeof(*headp), KM_SLEEP);
5305 SLIST_INIT(headp);
5306 pmap->pm_data = headp;
5310 headp = pmap->pm_data
5334 struct pmap_data_gnt_head *headp = pmap->pm_data; local
    [all...]
  /src/sys/kern/
sys_futex.c 1800 syscallarg(void **) headp;
1812 error = copyout(&head, SCARG(uap, headp), sizeof(head));
1965 futex_robust_head_lookup(struct lwp *l, lwpid_t lwpid, void **headp)
1977 *headp = (void *)l->l_robust_head;
1980 *headp = (void *)l->l_robust_head;
vfs_wapbl.c 1472 * wapbl_advance_head(size, off, delta, headp, tailp)
1475 * old head and tail offsets *headp and *tailp, store the new head
1476 * and tail offsets in *headp and *tailp resulting from adding
1480 wapbl_advance_head(size_t size, size_t off, size_t delta, off_t *headp,
1483 off_t head = *headp;
1490 *headp = head;
1495 * wapbl_advance_tail(size, off, delta, headp, tailp)
1498 * old head and tail offsets *headp and *tailp, store the new head
1499 * and tail offsets in *headp and *tailp resulting from removing
1503 wapbl_advance_tail(size_t size, size_t off, size_t delta, off_t *headp,
    [all...]
  /src/external/bsd/ipf/dist/
radix_ipf.c 805 /* headp(O) - location for where to store allocated tree head */
815 ipf_rx_inithead(softr, headp)
817 ipf_rdx_head_t **headp;
823 *headp = ptr;
  /src/sys/netinet/
tcp_syncache.c 506 struct syn_cache_head **headp)
516 *headp = scp;
  /src/sys/external/bsd/ipf/netinet/
radix_ipf.c 781 /* headp(O) - location for where to store allocated tree head */
791 ipf_rx_inithead(radix_softc_t *softr, ipf_rdx_head_t **headp)
797 *headp = ptr;
  /src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
netbsd_syscall_hooks.h 875 #define __sanitizer_syscall_pre___futex_get_robust_list(lwpid, headp, lenp) \
877 (long long)(lwpid), (long long)(headp), (long long)(lenp))
878 #define __sanitizer_syscall_post___futex_get_robust_list(res, lwpid, headp, \
881 res, (long long)(lwpid), (long long)(headp), (long long)(lenp))
3504 long long headp,
3508 long long headp,
  /src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
netbsd_syscall_hooks.h 875 #define __sanitizer_syscall_pre___futex_get_robust_list(lwpid, headp, lenp) \
877 (long long)(lwpid), (long long)(headp), (long long)(lenp))
878 #define __sanitizer_syscall_post___futex_get_robust_list(res, lwpid, headp, \
881 res, (long long)(lwpid), (long long)(headp), (long long)(lenp))
3504 long long headp,
3508 long long headp,
  /src/sbin/fdisk/
fdisk.c 2470 dos(int sector, unsigned char *cylinderp, unsigned char *headp,
2484 *headp = head;
  /src/sys/dev/usb/
ohci.c 2069 DPRINTF(" headp=0x%08jx nexted=0x%08jx halted=%jd carry=%jd",
2268 ohci_physaddr_t headp; local
2369 headp = O32TOH(sed->ed->ed_headp) & OHCI_HEADMASK;
2372 hit |= headp == p->physaddr;
2409 /* Zap headp register if hardware pointed inside the xfer. */
  /src/external/gpl3/gcc/dist/gcc/fortran/
openmp.cc 398 gfc_omp_namelist ***headp = NULL,
552 if (headp)
553 *headp = list;
1350 gfc_omp_namelist ***headp)
1358 m = gfc_match_omp_variable_list ("", list, false, NULL, headp, true, true);
1364 for (n = **headp; n; n = n->next)
  /src/usr.sbin/sysinst/
mbr.c 796 uint8_t *cylp, uint8_t *headp, uint8_t *secp,
812 *headp = thead;

Completed in 76 milliseconds

1 2