Searched refs:source (Results 1 - 25 of 994) sorted by relevance

1234567891011>>

/src/common/dist/zlib/contrib/puff/
H A Dpuff.h17 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 */
H A Dpufftest.c93 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/
H A Dintel_pipe_crc.c58 static int i8xx_pipe_crc_ctl_reg(enum intel_pipe_crc_source *source, argument
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
78 i9xx_pipe_crc_auto_source(struct drm_i915_private * dev_priv,enum pipe pipe,enum intel_pipe_crc_source * source) argument
132 vlv_pipe_crc_ctl_reg(struct drm_i915_private * dev_priv,enum pipe pipe,enum intel_pipe_crc_source * source,u32 * val) argument
202 i9xx_pipe_crc_ctl_reg(struct drm_i915_private * dev_priv,enum pipe pipe,enum intel_pipe_crc_source * source,u32 * val) argument
265 ilk_pipe_crc_ctl_reg(enum intel_pipe_crc_source * source,u32 * val) argument
341 ivb_pipe_crc_ctl_reg(struct drm_i915_private * dev_priv,enum pipe pipe,enum intel_pipe_crc_source * source,u32 * val) argument
369 skl_pipe_crc_ctl_reg(struct drm_i915_private * dev_priv,enum pipe pipe,enum intel_pipe_crc_source * source,u32 * val) argument
412 get_new_crc_ctl_reg(struct drm_i915_private * dev_priv,enum pipe pipe,enum intel_pipe_crc_source * source,u32 * val) argument
470 i8xx_crc_source_valid(struct drm_i915_private * dev_priv,const enum intel_pipe_crc_source source) argument
482 i9xx_crc_source_valid(struct drm_i915_private * dev_priv,const enum intel_pipe_crc_source source) argument
495 vlv_crc_source_valid(struct drm_i915_private * dev_priv,const enum intel_pipe_crc_source source) argument
510 ilk_crc_source_valid(struct drm_i915_private * dev_priv,const enum intel_pipe_crc_source source) argument
524 ivb_crc_source_valid(struct drm_i915_private * dev_priv,const enum intel_pipe_crc_source source) argument
538 skl_crc_source_valid(struct drm_i915_private * dev_priv,const enum intel_pipe_crc_source source) argument
558 intel_is_valid_crc_source(struct drm_i915_private * dev_priv,const enum intel_pipe_crc_source source) argument
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/
H A Damdgpu_dm_crc.h44 static inline bool amdgpu_dm_is_valid_crc_source(enum amdgpu_dm_pipe_crc_source source) argument
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);
H A Damdgpu_dm_crc.c47 static enum amdgpu_dm_pipe_crc_source dm_parse_crc_source(const char *source) argument
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 <
105 amdgpu_dm_crtc_configure_crc_source(struct drm_crtc * crtc,struct dm_crtc_state * dm_crtc_state,enum amdgpu_dm_pipe_crc_source source) argument
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/sys/external/bsd/drm2/dist/drm/amd/display/include/
H A Dirq_service_interface.h41 enum dc_irq_source source,
46 enum dc_irq_source source);
/src/lib/libperfuse/
H A Dperfuse.h6 * 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/usr.bin/make/unit-tests/
H A Dopt-debug-graph1.mk10 made-target: made-source
12 made-source:
16 unmade-target: unmade-sources unmade-silent-source
18 .SILENT: unmade-silent-source
H A Ddepsrc-nometa.mk3 # Tests for the special source .NOMETA in dependency declarations.
H A Ddepsrc-nometa_cmp.mk3 # Tests for the special source .NOMETA_CMP in dependency declarations.
H A Ddep-wildcards.mk14 # list becomes empty, and the source pattern '*.source' is not even expanded.
15 *.target: *.source
/src/usr.bin/dc/
H A Dbcode.h65 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 *);
H A Dextern.h24 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 *);
H A Dinout.c33 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 *sr
[all...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/irq/
H A Damdgpu_irq_service.c86 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);
84 find_irq_source_info(struct irq_service * irq_service,enum dc_irq_source source) argument
107 dal_irq_service_set(struct irq_service * irq_service,enum dc_irq_source source,bool enable) argument
144 dal_irq_service_ack(struct irq_service * irq_service,enum dc_irq_source source) argument
[all...]
/src/sys/dev/microcode/aic7xxx/
H A Daicasm_insformat.h10 * 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/
H A Ddmub_types.h43 #define dmub_memcpy(dest, source, bytes) memcpy((dest), (source), (bytes))
/src/sys/arch/riscv/fdt/
H A Dintc_fdt.c10 * 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, argument
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,
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/sys/compat/sys/
H A Drnd.h11 * 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:__anond47b8ebc0308
104 rndsource50_32_t source[RND_MAXSTATCOUNT50]; member in struct:__anond47b8ebc0408
109 * return information on a specific source by name
113 rndsource50_t source; member in struct:__anond47b8ebc0508
119 rndsource50_32_t source; member in struct:__anond47b8ebc0608
[all...]
/src/sys/conf/
H A Dgdbinit.mk14 echo "source ${S}/gdbscripts/${__gdbinit}" >> .gdbinit
18 echo "source ${__gdbinit}" >> .gdbinit
/src/lib/libcompat/regexp/
H A Dregsub.c42 __compat_regsub(prog, source, dest)
44 const char *source;
53 if (prog == NULL || source == NULL || dest == NULL) {
63 src = (char *)source;
/src/bin/ln/
H A Dln.c7 * 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) argument
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'
[all...]
/src/common/dist/zlib/
H A Dcompress.c14 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, argument
43 stream.next_in = __UNCONST(source);
65 int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, argument
67 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
/src/sbin/mount_puffs/
H A Dmount_puffs.c6 * 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, "#");
85 mount_puffs_filesystem(const char * program,const char * opts,const char * source,const char * mountpoint) argument
[all...]
/src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_debugfs_crc.c51 * 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...]

Completed in 10 milliseconds

1234567891011>>