| /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/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));
|
| netbsd32_syscallargs.h | 893 syscallarg(netbsd32_voidp) headp; member in struct:netbsd32___futex_get_robust_list_args
|
| netbsd32_systrace_args.c | 1223 uarg[1] = (intptr_t) SCARG(p, headp).i32; /* netbsd32_voidp */
|
| /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...] |
| systrace_args.c | 1228 uarg[1] = (intptr_t) SCARG(p, headp); /* void ** */
|
| /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/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/usr.sbin/sysinst/ |
| mbr.c | 796 uint8_t *cylp, uint8_t *headp, uint8_t *secp, 812 *headp = thead;
|
| /src/sys/compat/linux/arch/aarch64/ |
| linux_systrace_args.c | 712 uarg[1] = (intptr_t) SCARG(p, headp); /* void ** */
|
| /src/sys/compat/linux32/arch/amd64/ |
| linux32_systrace_args.c | 1888 uarg[1] = (intptr_t) SCARG(p, headp).i32; /* netbsd32_voidp */
|
| /src/sys/compat/linux/arch/amd64/ |
| linux_systrace_args.c | 1915 uarg[1] = (intptr_t) SCARG(p, headp); /* void ** */
|
| /src/sys/compat/linux/arch/arm/ |
| linux_systrace_args.c | 2014 uarg[1] = (intptr_t) SCARG(p, headp); /* void ** */
|
| /src/sys/compat/linux/arch/i386/ |
| linux_systrace_args.c | 2067 uarg[1] = (intptr_t) SCARG(p, headp); /* void ** */
|
| /src/sys/compat/linux32/arch/aarch64/ |
| linux32_systrace_args.c | 1961 uarg[1] = (intptr_t) SCARG(p, headp).i32; /* netbsd32_voidp */
|
| /src/sys/sys/ |
| syscallargs.h | 1045 syscallarg(void **) headp; member in struct:sys___futex_get_robust_list_args
|