| /netbsd-src/usr.sbin/makefs/cd9660/ |
| H A D | cd9660_eltorito.c | 366 *valid_entry, *default_entry, *temp, *head, **headp, *next; in cd9660_setup_boot() local 370 headp = NULL; in cd9660_setup_boot() 464 headp = &x86_head; in cd9660_setup_boot() 467 headp = &ppc_head; in cd9660_setup_boot() 470 headp = &mac_head; in cd9660_setup_boot() 473 headp = &efi_head; in cd9660_setup_boot() 481 if (*headp == NULL) { in cd9660_setup_boot() 490 *headp = head; in cd9660_setup_boot() 492 head = *headp; in cd9660_setup_boot()
|
| /netbsd-src/libexec/httpd/ |
| H A D | cgi-bozo.c | 376 bozoheaders_t *headp; in bozo_process_cgi() local 510 SIMPLEQ_FOREACH(headp, &request->hr_headers, h_next) { in bozo_process_cgi() 512 env = bozomalloc(httpd, 6 + strlen(headp->h_header) + 1 + in bozo_process_cgi() 513 strlen(headp->h_value)); in bozo_process_cgi() 518 for (s2 = headp->h_header; *s2; t++, s2++) in bozo_process_cgi() 527 headp->h_header, env, headp->h_value)); in bozo_process_cgi() 528 bozo_setenv(httpd, env, headp->h_value, curenvp++); in bozo_process_cgi()
|
| H A D | lua-bozo.c | 310 bozoheaders_t *headp; in bozo_process_lua() local 407 SIMPLEQ_FOREACH(headp, &request->hr_headers, h_next) in bozo_process_lua() 408 lua_env(map->L, headp->h_header, in bozo_process_lua() 409 headp->h_value); in bozo_process_lua()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | resolve.c | 631 struct rk_resource_record **srvs, **ss, **headp; in rk_dns_srv_order() local 650 for(ss = srvs, headp = &r->head; *headp; ) in rk_dns_srv_order() 651 if((*headp)->type == rk_ns_t_srv) { in rk_dns_srv_order() 652 *ss = *headp; in rk_dns_srv_order() 653 *headp = (*headp)->next; in rk_dns_srv_order() 657 headp = &(*headp)->next; in rk_dns_srv_order() 662 headp = &r->head; in rk_dns_srv_order() 704 (*tt)->next = *headp; in rk_dns_srv_order() 705 *headp = *tt; in rk_dns_srv_order() 706 headp = &(*tt)->next; in rk_dns_srv_order()
|
| /netbsd-src/lib/libc/include/ |
| H A D | futex_private.h | 58 __futex_get_robust_list(lwpid_t lwpid, void **headp, size_t *lenp) in __futex_get_robust_list() argument 60 return _syscall(SYS___futex_get_robust_list, lwpid, headp, lenp); in __futex_get_robust_list()
|
| /netbsd-src/external/bsd/nvi/dist/common/ |
| H A D | cut.c | 336 text_lfree(TEXTH *headp) in text_lfree() argument 340 while ((tp = TAILQ_FIRST(headp)) != NULL) { in text_lfree() 341 TAILQ_REMOVE(headp, tp, q); in text_lfree()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | valtrack.cc | 415 for (struct dead_debug_use *head = debug->head, **headp = &debug->head; in dead_debug_promote_uses() local 416 head; head = *headp) in dead_debug_promote_uses() 425 headp = &head->next; in dead_debug_promote_uses() 441 *headp = head->next; in dead_debug_promote_uses()
|
| H A D | sel-sched-ir.cc | 5351 sel_create_basic_block (void *headp, void *endp, basic_block after) in sel_create_basic_block() argument 5362 new_bb = orig_cfg_hooks.create_basic_block (headp, endp, after); in sel_create_basic_block() 5365 new_bb = create_basic_block_structure ((rtx_insn *) headp, in sel_create_basic_block()
|
| H A D | cfgrtl.cc | 373 rtl_create_basic_block (void *headp, void *endp, basic_block after) in rtl_create_basic_block() argument 375 rtx_insn *head = (rtx_insn *) headp; in rtl_create_basic_block()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | valtrack.c | 416 for (struct dead_debug_use *head = debug->head, **headp = &debug->head; in dead_debug_promote_uses() local 417 head; head = *headp) in dead_debug_promote_uses() 426 headp = &head->next; in dead_debug_promote_uses() 442 *headp = head->next; in dead_debug_promote_uses()
|
| H A D | sel-sched-ir.c | 5353 sel_create_basic_block (void *headp, void *endp, basic_block after) in sel_create_basic_block() argument 5364 new_bb = orig_cfg_hooks.create_basic_block (headp, endp, after); in sel_create_basic_block() 5367 new_bb = create_basic_block_structure ((rtx_insn *) headp, in sel_create_basic_block()
|
| H A D | cfgrtl.c | 368 rtl_create_basic_block (void *headp, void *endp, basic_block after) in rtl_create_basic_block() argument 370 rtx_insn *head = (rtx_insn *) headp; in rtl_create_basic_block()
|
| /netbsd-src/sys/compat/netbsd32/ |
| H A D | netbsd32_futex.c | 128 error = copyout(&head32, SCARG_P32(uap, headp), sizeof(head32)); in netbsd32___futex_get_robust_list()
|
| /netbsd-src/sys/kern/ |
| H A D | sys_futex.c | 1728 syscallarg(void **) headp; in release_futex() 1740 error = copyout(&head, SCARG(uap, headp), sizeof(head)); in release_futex() 1893 futex_robust_head_lookup(struct lwp *l, lwpid_t lwpid, void **headp) in futex_fetch_robust_head() 1905 *headp = (void *)l->l_robust_head; in futex_fetch_robust_head() 1908 *headp = (void *)l->l_robust_head; in futex_fetch_robust_head() 1863 futex_robust_head_lookup(struct lwp * l,lwpid_t lwpid,void ** headp) futex_robust_head_lookup() argument
|
| H A D | vfs_wapbl.c | 1472 * wapbl_advance_head(size, off, delta, headp, tailp) in wapbl_advance_head() 1475 * old head and tail offsets *headp and *tailp, store the new head in wapbl_advance_head() 1476 * and tail offsets in *headp and *tailp resulting from adding in wapbl_advance_head() 1480 wapbl_advance_head(size_t size, size_t off, size_t delta, off_t *headp, in wapbl_advance_head() 1483 off_t head = *headp; 1490 *headp = head; 1495 * wapbl_advance_tail(size, off, delta, headp, tailp) in wapbl_advance_tail() 1498 * old head and tail offsets *headp and *tailp, store the new head in wapbl_advance_tail() 1499 * and tail offsets in *headp and *tailp resulting from removing in wapbl_advance_tail() 1503 wapbl_advance_tail(size_t size, size_t off, size_t delta, off_t *headp, in wapbl_advance_tail() 1468 wapbl_advance_head(size_t size,size_t off,size_t delta,off_t * headp,off_t * tailp) wapbl_advance_head() argument 1491 wapbl_advance_tail(size_t size,size_t off,size_t delta,off_t * headp,off_t * tailp) wapbl_advance_tail() argument [all...] |
| /netbsd-src/sys/arch/x86/x86/ |
| H A D | pmap.c | 5277 struct pmap_data_gnt_head *headp; 5281 headp = pmap->pm_data; 5282 KASSERT(headp != NULL); 5283 SLIST_FOREACH(pgnt, headp, pd_gnt_list) { 5296 struct pmap_data_gnt_head *headp; 5304 headp = kmem_alloc(sizeof(*headp), KM_SLEEP); 5305 SLIST_INIT(headp); 5306 pmap->pm_data = headp; 5310 headp 5276 struct pmap_data_gnt_head *headp; global() local 5295 struct pmap_data_gnt_head *headp; global() local 5333 struct pmap_data_gnt_head *headp = pmap->pm_data; global() local [all...] |
| /netbsd-src/external/bsd/ipf/dist/ |
| H A D | radix_ipf.c | 815 ipf_rx_inithead(softr, headp) in ipf_rx_inithead() argument 817 ipf_rdx_head_t **headp; 823 *headp = ptr;
|
| /netbsd-src/sys/netinet/ |
| H A D | tcp_syncache.c | 506 struct syn_cache_head **headp) in syn_cache_lookup() argument 516 *headp = scp; in syn_cache_lookup()
|
| /netbsd-src/sys/external/bsd/ipf/netinet/ |
| H A D | radix_ipf.c | 791 ipf_rx_inithead(radix_softc_t *softr, ipf_rdx_head_t **headp) in ipf_rx_inithead() argument 797 *headp = ptr; in ipf_rx_inithead()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/ |
| H A D | netbsd_syscall_hooks.h | 875 #define __sanitizer_syscall_pre___futex_get_robust_list(lwpid, headp, lenp) \ argument 877 (long long)(lwpid), (long long)(headp), (long long)(lenp)) 878 #define __sanitizer_syscall_post___futex_get_robust_list(res, lwpid, headp, \ argument 881 res, (long long)(lwpid), (long long)(headp), (long long)(lenp)) 3504 long long headp, 3508 long long headp,
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/ |
| H A D | netbsd_syscall_hooks.h | 875 #define __sanitizer_syscall_pre___futex_get_robust_list(lwpid, headp, lenp) \ argument 877 (long long)(lwpid), (long long)(headp), (long long)(lenp)) 878 #define __sanitizer_syscall_post___futex_get_robust_list(res, lwpid, headp, \ argument 881 res, (long long)(lwpid), (long long)(headp), (long long)(lenp)) 3504 long long headp, 3508 long long headp,
|
| /netbsd-src/sbin/fdisk/ |
| H A D | fdisk.c | 2467 dos(int sector, unsigned char *cylinderp, unsigned char *headp, in change_bios_geometry() 2481 *headp = head; 2485 dos(int sector,unsigned char * cylinderp,unsigned char * headp,unsigned char * sectorp) dos() argument
|
| /netbsd-src/sys/dev/usb/ |
| H A D | ohci.c | 2069 DPRINTF(" headp=0x%08jx nexted=0x%08jx halted=%jd carry=%jd", in ohci_open() 2268 ohci_physaddr_t headp; in ohci_abortx() 2369 headp = O32TOH(sed->ed->ed_headp) & OHCI_HEADMASK; in ohci_abortx() 2372 hit |= headp == p->physaddr; in ohci_abortx() 2409 /* Zap headp register if hardware pointed inside the xfer. */ in ohci_abortx() 2239 ohci_physaddr_t headp; ohci_abortx() local
|
| /netbsd-src/usr.sbin/sysinst/ |
| H A D | mbr.c | 796 uint8_t *cylp, uint8_t *headp, uint8_t *secp, in convert_mbr_chs() argument 812 *headp = thead; in convert_mbr_chs()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | openmp.c | 235 gfc_omp_namelist ***headp = NULL, 349 if (headp) 350 *headp = list;
|