/src/usr.bin/make/unit-tests/ |
depsrc.mk | 12 target: .PHONY source-${DEFINED_LATER} 16 source-: .PHONY 21 source-later: .PHONY
|
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
|
varmod-loop-varname.mk | 57 SRCS= source 58 CFLAGS.source= before 60 CFLAGS.source+= after
|
/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/nouveau/include/nvif/ |
if0002.h | 37 __u32 source; member in struct:nvif_perfmon_query_source_v0
|
if0003.h | 14 __u64 source[4][8]; member in struct:nvif_perfdom_v0::__anon22c9831d0108
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_debugfs_crc.h | 35 * @has_frame_counter: whether the source was able to provide a frame number 50 * @source: name of the currently configured source of CRCs 61 const char *source; member in struct:drm_crtc_crc
|
/src/sbin/modstat/ |
main.c | 7 * Redistribution and use in source and binary forms, with or without 10 * 1. Redistributions of source code must retain the above copyright 194 (int)maxnamelen, "NAME", "CLASS", "SOURCE", "FLAG", "REFS"); 201 const char *source; local in function:main 222 source = sources[ms->ms_source]; 224 source = "UNKNOWN"; 227 (int)maxnamelen, ms->ms_name, class, source,
|
/src/sbin/mount_umap/ |
mount_umap.c | 10 * Redistribution and use in source and binary forms, with or without 13 * 1. Redistributions of source code must retain the above copyright 112 char source[MAXPATHLEN], target[MAXPATHLEN]; local in function:mount_umap 144 pathadj(argv[0], source); 239 args.la.target = source; 247 err(1, "%s on %s", source, target);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
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/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
nouveau_nvkm_subdev_bios_shadow.c | 187 char *source; local in function:nvbios_shadow 190 /* handle user-specified bios source */ 192 source = optarg ? kstrndup(optarg, optlen, GFP_KERNEL) : NULL; 193 if (source) { 197 !strcasecmp(source, mthd->func->name)) { 207 shadow_method(bios, mthd, source); 212 nvkm_error(subdev, "%s invalid\n", source); 213 kfree(source); 214 source = NULL; 242 best->func->name : source); [all...] |
/src/common/dist/zlib/contrib/puff/ |
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/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/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,
|
aicasm_gram.y | 11 * Redistribution and use in source and binary forms, with or without 14 * 1. Redistributions of source code must retain the above copyright 205 %type <sym_ref> reg_symbol address destination source opt_source 934 source: label 947 | ',' source 1214 T_BMOV destination ',' source ',' immediate ret ';' 1221 T_MOV destination ',' source ret ';' 1348 T_TEST source ',' immediate_or_a jz_jnz address ';' 1355 T_CMP source ',' immediate_or_a je_jne address ';' 1362 T_MOV source jmp_jc_jnc_call address '; [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...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/pm/ |
priv.h | 20 u64 source[4][8]; member in struct:nvkm_perfctr 58 const struct nvkm_specsrc *source; member in struct:nvkm_specsig 63 u8 source[8]; member in struct:nvkm_perfsig
|
/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 *);
|
/src/sys/kern/ |
kern_clock.c | 13 * Redistribution and use in source and binary forms, with or without 16 * 1. Redistributions of source code must retain the above copyright 44 * Redistribution and use in source and binary forms, with or without 47 * 1. Redistributions of source code must retain the above copyright 145 struct krndsource source; member in struct:clockrnd 179 rnd_add_uint32(&C->source, 0); 286 rndsource_setcb(&hardclockrnd.source, clockrnd_get, &hardclockrnd); 287 rnd_attach_source(&hardclockrnd.source, "hardclock", RND_TYPE_SKEW, 290 rndsource_setcb(&statclockrnd.source, clockrnd_get, 292 rnd_attach_source(&statclockrnd.source, "statclock" [all...] |
/src/lib/libossaudio/ |
oss3_mixer.c | 7 * Redistribution and use in source and binary forms, with or without 10 * 1. Redistributions of source code must retain the above copyright 47 int source; member in struct:audiodevinfo 88 if (di->source == -1) { 92 mc.dev = di->source; 125 if (di->source == -1) { 129 mc.dev = di->source; 280 di->source = ~0; 324 di->source = i;
|
/src/sys/arch/arm/s3c2xx0/ |
s3c2440_dma.c | 8 * Redistribution and use in source and binary forms, with or without 11 * 1. Redistributions of source code must retain the above copyright 258 printf("Current source for channel %d: 0x%x\n", channel, status); 435 uint8_t source = s3c2440_peripherals[dxs->dxs_xfer.dx_peripheral].dp_channel_source[channel_no]; local in function:dmac_start 436 DPRINTF(("Hw request source: %d, channel: %d\n", source, channel_no)); 437 options |= DMACON_HW_REQ | DMACON_HW_SRCSEL(source); 470 /* Prepare the source */ 475 DPRINTF(("Source address: 0x%x\n", (unsigned)dxs->dxs_segs[DMAC_DESC_SRC].ds_curseg->ds_addr)); 521 panic("S3C2440 DMA code does not support both source and destination being non-incrementing") [all...] |
/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/usr.sbin/btdevctl/ |
sdp.c | 7 * Redistribution and use in source and binary forms, with or without 10 * 1. Redistributions of source code must retain the above copyright 36 * Redistribution and use in source and binary forms, with or without 39 * 1. Redistributions of source code must retain the above copyright 219 int vendor, product, source; local in function:config_pnp 223 source = -1; 241 case 0x0205: /* Vendor ID Source */ 244 source = (int)v; 256 if (source != 0x0002) /* "USB Implementers Forum" */
|
/src/usr.sbin/perfused/ |
perfused.c | 6 * Redistribution and use in source and binary forms, with or without 9 * 1. Redistributions of source code must retain the above copyright 108 char *source = NULL; local in function:get_mount_info 133 DPRINTF("perfuse lengths: source = %"PRId32", " 143 source = cp; 172 __func__, source, target, filesystemtype, 175 pmi->pmi_source = source; 231 * Mount information (source, target, mount flags...)
|
/src/sys/arch/x86/x86/ |
x86_tlb.c | 10 * Redistribution and use in source and binary forms, with or without 13 * 1. Redistributions of source code must retain the above copyright 497 volatile pmap_tlb_packet_t *source; local in function:pmap_tlb_intr 501 source = pmap_tlb_packet; 502 copy = *source; 517 TP_SET_DONE(source);
|