/src/common/dist/zlib/contrib/puff/ |
puff.h | 17 2. Altered source versions must be plainly marked as such, and must not be 19 3. This notice may not be removed or altered from any source distribution. 34 const unsigned char *source, /* pointer to source data pointer */
|
pufftest.c | 93 unsigned char *source = NULL, *dest; local in function:main 117 source = load(name, &len); 118 if (source == NULL) { 125 free(source); 130 free(source); 137 ret = puff(NIL, &destlen, source + skip, &sourcelen); 153 free(source); 156 puff(dest, &destlen, source + skip, &sourcelen); 163 free(source);
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_pipe_crc.c | 58 static int i8xx_pipe_crc_ctl_reg(enum intel_pipe_crc_source *source, 61 if (*source == INTEL_PIPE_CRC_SOURCE_AUTO) 62 *source = INTEL_PIPE_CRC_SOURCE_PIPE; 64 switch (*source) { 80 enum intel_pipe_crc_source *source) 88 *source = INTEL_PIPE_CRC_SOURCE_PIPE; 102 *source = INTEL_PIPE_CRC_SOURCE_TV; 109 *source = INTEL_PIPE_CRC_SOURCE_DP_B; 112 *source = INTEL_PIPE_CRC_SOURCE_DP_C; 115 *source = INTEL_PIPE_CRC_SOURCE_DP_D 586 enum intel_pipe_crc_source source; local in function:intel_crtc_verify_crc_source 607 enum intel_pipe_crc_source source; local in function:intel_crtc_set_crc_source [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
amdgpu_dm_crc.h | 44 static inline bool amdgpu_dm_is_valid_crc_source(enum amdgpu_dm_pipe_crc_source source) 46 return (source > AMDGPU_DM_PIPE_CRC_SOURCE_NONE) && 47 (source < AMDGPU_DM_PIPE_CRC_SOURCE_MAX); 54 enum amdgpu_dm_pipe_crc_source source);
|
amdgpu_dm_crc.c | 47 static enum amdgpu_dm_pipe_crc_source dm_parse_crc_source(const char *source) 49 if (!source || !strcmp(source, "none")) 51 if (!strcmp(source, "auto") || !strcmp(source, "crtc")) 53 if (!strcmp(source, "dprx")) 55 if (!strcmp(source, "crtc dither")) 57 if (!strcmp(source, "dprx dither")) 93 enum amdgpu_dm_pipe_crc_source source = dm_parse_crc_source(src_name); local in function:amdgpu_dm_crtc_verify_crc_source 95 if (source < 0) 149 enum amdgpu_dm_pipe_crc_source source = dm_parse_crc_source(src_name); local in function:amdgpu_dm_crtc_set_crc_source [all...] |
/src/lib/libperfuse/ |
perfuse.h | 6 * Redistribution and use in source and binary forms, with or without 9 * 1. Redistributions of source code must retain the above copyright 42 #define mount(source, mnt, type, flags, optbuf) \ 43 perfuse_mount(source, mnt, type, flags, optbuf)
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/include/ |
irq_service_interface.h | 41 enum dc_irq_source source, 46 enum dc_irq_source source);
|
/src/usr.bin/make/unit-tests/ |
opt-debug-graph1.mk | 10 made-target: made-source 12 made-source: 16 unmade-target: unmade-sources unmade-silent-source 18 .SILENT: unmade-silent-source
|
depsrc-nometa.mk | 3 # Tests for the special source .NOMETA in dependency declarations.
|
depsrc-nometa_cmp.mk | 3 # Tests for the special source .NOMETA_CMP in dependency declarations.
|
dep-wildcards.mk | 14 # list becomes empty, and the source pattern '*.source' is not even expanded. 15 *.target: *.source
|
/src/usr.bin/dc/ |
bcode.h | 65 struct source; 68 int (*readchar)(struct source *); 69 void (*unreadchar)(struct source *); 70 char *(*readline)(struct source *); 71 void (*free)(struct source *); 74 struct source { struct 87 void reset_bmachine(struct source *);
|
extern.h | 24 void src_setstream(struct source *, FILE *); 25 void src_setstring(struct source *, char *); 26 struct number *readnumber(struct source *, u_int); 28 char *read_string(struct source *);
|
inout.c | 33 static int src_getcharstream(struct source *); 34 static void src_ungetcharstream(struct source *); 35 static char *src_getlinestream(struct source *); 36 static void src_freestream(struct source *); 37 static int src_getcharstring(struct source *); 38 static void src_ungetcharstring(struct source *); 39 static char *src_getlinestring(struct source *); 40 static void src_freestring(struct source *); 61 src_setstream(struct source *src, FILE *stream) 68 src_setstring(struct source *src, char *p [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/irq/ |
amdgpu_irq_service.c | 86 enum dc_irq_source source) 88 if (source >= DAL_IRQ_SOURCES_NUMBER || source < DC_IRQ_SOURCE_INVALID) 91 return &irq_service->info[source]; 109 enum dc_irq_source source, 113 find_irq_source_info(irq_service, source); 118 source); 122 dal_irq_service_ack(irq_service, source); 146 enum dc_irq_source source) 149 find_irq_source_info(irq_service, source); [all...] |
/src/sys/dev/microcode/aic7xxx/ |
aicasm_insformat.h | 10 * Redistribution and use in source and binary forms, with or without 13 * 1. Redistributions of source code must retain the above copyright 48 source : 9, member in struct:ins_format1 58 source : 9, 66 source : 9, member in struct:ins_format2 76 source : 9, 84 source : 9, member in struct:ins_format3 92 source : 9,
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/inc/ |
dmub_types.h | 43 #define dmub_memcpy(dest, source, bytes) memcpy((dest), (source), (bytes))
|
/src/sys/arch/riscv/fdt/ |
intc_fdt.c | 10 * Redistribution and use in source and binary forms, with or without 13 * 1. Redistributions of source code must retain the above copyright 139 intc_intr_establish(struct intc_fdt_softc *sc, u_int source, u_int ipl, 142 if (source > IRQ_NSOURCES) 146 struct intc_irq *irq = sc->sc_irq[source]; 154 irq->intr_source = source; 156 sc->sc_irq[source] = irq; 158 evcnt_attach_dynamic(&sc->sc_evs[source], EVCNT_TYPE_INTR, NULL, 159 device_xname(sc->sc_dev), intc_sources[source]); 206 * 1st (and only) cell is the interrupt source, e.g 212 const u_int source = be32toh(specifier[0]); local in function:intc_fdt_establish 236 const u_int source = be32toh(specifier[0]); local in function:intc_fdt_intrstr 273 int source = ffs(pending) - 1; local in function:intc_intr_handler [all...] |
/src/bin/ln/ |
ln.c | 7 * Redistribution and use in source and binary forms, with or without 10 * 1. Redistributions of source code must retain the above copyright 157 case 1: /* ln source */ 159 case 2: /* ln source target */ 230 linkit(const char *source, const char *target, int isdir) 240 /* If source doesn't exist, quit now. */ 241 if ((Pflag ? lstat : stat)(source, &sb)) { 242 warn("%s", source); 248 warn("%s", source); 255 * append the source's name [all...] |
/src/lib/libcompat/regexp/ |
regsub.c | 42 __compat_regsub(prog, source, dest) 44 const char *source; 53 if (prog == NULL || source == NULL || dest == NULL) { 63 src = (char *)source;
|
/src/sys/compat/sys/ |
rnd.h | 11 * Redistribution and use in source and binary forms, with or without 14 * 1. Redistributions of source code must retain the above copyright 57 /* Sanitized random source view for userspace. */ 63 uint32_t total; /* entropy from this source */ 75 uint32_t total; /* entropy from this source */ 97 rndsource50_t source[RND_MAXSTATCOUNT50]; member in struct:__anon5bd298560308 104 rndsource50_32_t source[RND_MAXSTATCOUNT50]; member in struct:__anon5bd298560408 109 * return information on a specific source by name 113 rndsource50_t source; member in struct:__anon5bd298560508 119 rndsource50_32_t source; member in struct:__anon5bd298560608 [all...] |
/src/sys/conf/ |
gdbinit.mk | 14 echo "source ${S}/gdbscripts/${__gdbinit}" >> .gdbinit 18 echo "source ${__gdbinit}" >> .gdbinit
|
/src/common/dist/zlib/ |
compress.c | 14 Compresses the source buffer into the destination buffer. The level 16 length of the source buffer. Upon entry, destLen is the total size of the 24 int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source, 43 stream.next_in = __UNCONST(source); 65 int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, 67 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
|
/src/sbin/mount_puffs/ |
mount_puffs.c | 6 * Redistribution and use in source and binary forms, with or without 9 * 1. Redistributions of source code must retain the above copyright 56 fprintf(stderr, "usage: %s [-o options] program[#source] mountpoint\n", getprogname()); 86 const char *source, const char *mountpoint) 93 * program [-o opts] [source] mountpoint */ 100 if (source != NULL) { 101 argv[argc++] = source; 172 /* Split the program name and source. This is to allow 174 char *source = argv[0]; local in function:main 175 char *program = strsep(&source, "#"); [all...] |
/src/sys/external/bsd/drm2/dist/drm/ |
drm_debugfs_crc.c | 51 * it reached a given hardware component (a CRC sampling "source"). 55 * Accepted values are source names (which are driver-specific) and the "auto" 56 * keyword, which will let the driver select a default source of frame CRCs 63 * of CRC fields is source-specific. 105 if (strcmp(sources[i], crtc->crc.source)) 114 seq_printf(m, "%s*\n", crtc->crc.source); 131 char *source; local in function:crc_control_write 144 source = memdup_user_nul(ubuf, len); 145 if (IS_ERR(source)) 146 return PTR_ERR(source); [all...] |