/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/libexec/httpd/libbozohttpd/ |
Makefile | 12 SRCS+= tilde-luzah-bozo.c dir-index-bozo.c content-bozo.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/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/usr.sbin/ypserv/common/ |
ypdb.c | 305 ypdb_store(DBM *db, datum key, datum content, int flags) 309 if (key.dsize > YPMAXRECORD || content.dsize > YPMAXRECORD) 313 nd.data = content.dptr; 314 nd.size = content.dsize;
|
/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/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);
|
Makefile | 13 # NO_DYNAMIC_CONTENT /* don't support dynamic content updates */ 16 # NO_LUA_SUPPORT /* don't support Lua for dynamic content */ 33 tilde-luzah-bozo.c dir-index-bozo.c content-bozo.c lua-bozo.c
|
/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/usr.sbin/sysinst/ |
msg.entropy.pl | 64 {A line of any length and content will be accepted and assumed to 97 * $0 = content of file NetBSD entropy seed file 103 * $0 = content of file NetBSD entropy seed file
|
msg.entropy.en | 64 {A line of any length and content will be accepted and assumed to 97 * $0 = content of file NetBSD entropy seed file 103 * $0 = content of file NetBSD entropy seed file
|
msg.entropy.es | 64 {A line of any length and content will be accepted and assumed to 97 * $0 = content of file NetBSD entropy seed file 103 * $0 = content of file NetBSD entropy seed file
|
msg.entropy.fr | 64 {A line of any length and content will be accepted and assumed to 97 * $0 = content of file NetBSD entropy seed file 103 * $0 = content of file NetBSD entropy seed file
|
/src/usr.bin/make/unit-tests/ |
opt-debug-file.mk | 30 # file, the content of that log file must not be stored in a variable 41 # file, the content of that log file must not be stored in a variable
|
directive-include-guard.mk | 41 # Its content is skipped, therefore the syntax error is not detected. 95 # Its content is skipped, therefore the syntax error is not detected. 294 # the file is processed but its content is skipped. If that same guard 307 # The whole file content must be guarded by a single '.if' conditional, not by
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
armada-385-db-ap.dts | 46 * Erasing this EEPROM's content will
|
/src/sys/external/isc/libsodium/dist/m4/ |
ltsugar.m4 | 48 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'.
|
libtool.m4 | 3104 # remember unaugmented sys_lib_dlsearch_path content for libtool script decls...
|
/src/bin/ksh/ |
exec.c | 1256 herein(content, sub) 1257 const char *content; 1267 if (content == (char *) 0) { 1272 /* Create temp file to hold content (done before newenv so temp 1296 /* Do substitutions on the content of heredoc */ 1298 s->start = s->str = content; 1305 shf_puts(content, shf);
|
/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/arch/mac68k/obio/ |
iwm.s | 45 * The old status register content is stored on the stack. 937 clrl %a4@(o_valid,%d1) | Mark buffer content "invalid" 1103 * The following loop reads the content of the tags buffer (12 bytes)
|
/src/sys/netbt/ |
hci.h | 739 uint16_t content; /* voice setting */ member in struct:__anonf724d2112608
|
/src/sys/external/isc/libsodium/dist/ |
aclocal.m4 | 380 # some people rename them; so instead we look at the file content.
|