HomeSort by: relevance | last modified time | path
    Searched defs:content (Results 1 - 9 of 9) sorted by relevancy

  /src/libexec/httpd/small/
Makefile 7 SRCS= bozohttpd-small.c content-bozo-small.c ssl-bozo.c main.c
26 content-bozo-small.c: content-bozo.c
35 CLEANFILES+= content-bozo-small.c bozohttpd-small.c
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_stream_encoder.c 225 const uint32_t *content = (const uint32_t *) &info_packet->sb[0]; local in function:enc2_update_gsp7_128_info_packet
255 /* Write generic packet content 128 bytes long. Four sets are used (indexes 7
262 REG_WRITE(AFMT_GENERIC_0, *content++);
263 REG_WRITE(AFMT_GENERIC_1, *content++);
264 REG_WRITE(AFMT_GENERIC_2, *content++);
265 REG_WRITE(AFMT_GENERIC_3, *content++);
266 REG_WRITE(AFMT_GENERIC_4, *content++);
267 REG_WRITE(AFMT_GENERIC_5, *content++);
268 REG_WRITE(AFMT_GENERIC_6, *content++);
269 REG_WRITE(AFMT_GENERIC_7, *content++)
    [all...]
  /src/libexec/httpd/
lua-bozo.c 31 /* this code implements dynamic content generation using Lua for bozohttpd */
311 char *s, *query, *uri, *file, *command, *info, *content; local in function:bozo_process_lua
420 content = bozomalloc(httpd,
423 STDIN_FILENO, content,
426 content[n] = '\0';
428 content);
433 free(content);
  /src/sys/arch/macppc/dev/
mediabay.c 165 device_t content; local in function:mediabay_attach_content
247 content = config_found(sc->sc_dev, &ca, mediabay_print,
249 if (content) {
250 sc->sc_content = content;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_stream_encoder.c 126 const uint32_t *content = local in function:dce110_update_generic_info_packet
129 REG_WRITE(AFMT_GENERIC_0, *content++);
130 REG_WRITE(AFMT_GENERIC_1, *content++);
131 REG_WRITE(AFMT_GENERIC_2, *content++);
132 REG_WRITE(AFMT_GENERIC_3, *content++);
133 REG_WRITE(AFMT_GENERIC_4, *content++);
134 REG_WRITE(AFMT_GENERIC_5, *content++);
135 REG_WRITE(AFMT_GENERIC_6, *content++);
136 REG_WRITE(AFMT_GENERIC_7, *content);
756 const uint32_t *content local in function:dce110_stream_encoder_update_hdmi_info_packets
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_stream_encoder.c 113 const uint32_t *content = local in function:enc1_update_generic_info_packet
116 REG_WRITE(AFMT_GENERIC_0, *content++);
117 REG_WRITE(AFMT_GENERIC_1, *content++);
118 REG_WRITE(AFMT_GENERIC_2, *content++);
119 REG_WRITE(AFMT_GENERIC_3, *content++);
120 REG_WRITE(AFMT_GENERIC_4, *content++);
121 REG_WRITE(AFMT_GENERIC_5, *content++);
122 REG_WRITE(AFMT_GENERIC_6, *content++);
123 REG_WRITE(AFMT_GENERIC_7, *content);
813 const uint32_t *content local in function:enc1_stream_encoder_send_immediate_sdp_message
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_win.cc 308 uptr content; member in struct:__interception::TrampolineMemoryRegion
352 if (current->content == 0)
354 ::VirtualFree((void*)current->content, 0, MEM_RELEASE);
355 current->content = 0;
364 if (current->content == 0) {
367 void *content = AllocateTrampolineRegion(image_address, bucket_size); local in function:__interception::AllocateMemoryForTrampoline
368 if (content == nullptr)
371 current->content = (uptr)content;
379 uptr next_address = current->content + current->allocated_size
    [all...]
  /src/sys/dev/usb/
if_urtwn.c 1348 /* Dump ROM content. */
4078 uint32_t content, command; local in function:urtwn_cam_init
4089 content = (idx & 3)
4097 urtwn_write_4(sc, R92C_CAMWRITE, content);
4104 content = (idx & 3)
4108 content = 0;
4116 urtwn_write_4(sc, R92C_CAMWRITE, content);
  /src/sys/netbt/
hci.h 739 uint16_t content; /* voice setting */ member in struct:__anonf724d2112608

Completed in 177 milliseconds