/src/libexec/httpd/ |
lua-bozo.c | 310 bozoheaders_t *headp; local in function:bozo_process_lua 407 SIMPLEQ_FOREACH(headp, &request->hr_headers, h_next) 408 lua_env(map->L, headp->h_header, 409 headp->h_value);
|
cgi-bozo.c | 376 bozoheaders_t *headp; local in function:bozo_process_cgi 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++);
|
/src/usr.sbin/makefs/cd9660/ |
cd9660_eltorito.c | 366 *valid_entry, *default_entry, *temp, *head, **headp, *next; local in function:cd9660_setup_boot 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/sys/dev/usb/ |
ohci.c | 2069 DPRINTF(" headp=0x%08jx nexted=0x%08jx halted=%jd carry=%jd", 2268 ohci_physaddr_t headp; local in function:ohci_abortx 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/sys/arch/x86/x86/ |
pmap.c | 5277 struct pmap_data_gnt_head *headp; local in function:pmap_find_gnt 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 in function:pmap_alloc_gnt 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 in function:pmap_free_gnt [all...] |