bin/chio/chio.c
529
int source = 0;
bin/chio/chio.c
550
source = 1;
bin/chio/chio.c
559
pvoltag = avoltag = source = sense = scsi = intaddr = 1;
bin/chio/chio.c
698
if (source) {
bin/ln/ln.c
212
linkit(const char *source, const char *target, int isdir)
bin/ln/ln.c
223
if ((Pflag ? lstat : stat)(source, &sb)) {
bin/ln/ln.c
224
warn("%s", source);
bin/ln/ln.c
230
warn("%s", source);
bin/ln/ln.c
242
if (strlcpy(bbuf, source, sizeof(bbuf)) >= sizeof(bbuf) ||
bin/ln/ln.c
247
warn("%s", source);
bin/ln/ln.c
258
if (*source == '/') {
bin/ln/ln.c
260
if (stat(source, &sb) != 0)
bin/ln/ln.c
261
warn("warning: %s inaccessible", source);
bin/ln/ln.c
272
p, source);
bin/ln/ln.c
274
warn("warning: %s", source);
bin/ln/ln.c
284
if (!sflag && samedirent(source, target)) {
bin/ln/ln.c
286
source, target);
bin/ln/ln.c
328
if (sflag ? symlink(source, target) :
bin/ln/ln.c
329
linkat(AT_FDCWD, source, AT_FDCWD, target,
bin/ln/ln.c
335
printf("%s %c> %s\n", target, linkch, source);
crypto/libressl/apps/openssl/passwd.c
397
int dest, source;
crypto/libressl/apps/openssl/passwd.c
401
for (dest = 0, source = 0; dest < 14; dest++, source = (source + 6) % 17)
crypto/libressl/apps/openssl/passwd.c
402
buf_perm[dest] = buf[source];
crypto/libressl/crypto/ct/ct_local.h
118
sct_source_t source;
crypto/libressl/crypto/ct/ct_sct.c
344
return sct->source;
crypto/libressl/crypto/ct/ct_sct.c
348
SCT_set_source(SCT *sct, sct_source_t source)
crypto/libressl/crypto/ct/ct_sct.c
350
sct->source = source;
crypto/libressl/crypto/ct/ct_sct.c
352
switch (source) {
crypto/libressl/crypto/ct/ct_x509v3.c
89
set_sct_list_source(STACK_OF(SCT) *s, sct_source_t source)
crypto/libressl/crypto/ct/ct_x509v3.c
95
int res = SCT_set_source(sk_SCT_value(s, i), source);
crypto/libressl/include/openssl/ct.h
308
int SCT_set_source(SCT *sct, sct_source_t source);
crypto/openssh/scp.c
1220
source(1, argv + i);
crypto/openssh/scp.c
1544
source(1, vect);
crypto/openssh/scp.c
461
void source(int, char *[]);
crypto/openssh/scp.c
673
source(argc, argv);
crypto/openssh/session.c
934
copy_environment_denylist(char **source, char ***env, u_int *envsize,
crypto/openssh/session.c
940
if (source == NULL)
crypto/openssh/session.c
943
for(i = 0; source[i] != NULL; i++) {
crypto/openssh/session.c
944
var_name = xstrdup(source[i]);
crypto/openssh/session.c
964
copy_environment(char **source, char ***env, u_int *envsize)
crypto/openssh/session.c
966
copy_environment_denylist(source, env, envsize, NULL);
games/canfield/canfield/canfield.c
1275
movetofound(struct cardtype **cp, int source)
games/canfield/canfield/canfield.c
1303
removecard(pilemap[source],
games/canfield/canfield/canfield.c
1304
length[source]);
games/canfield/canfield/canfield.c
1305
length[source]--;
games/canfield/canfield/canfield.c
1397
int source, dest;
games/canfield/canfield/canfield.c
1400
source = 0;
games/canfield/canfield/canfield.c
1432
source = (int) (srcpile - '1');
games/canfield/canfield/canfield.c
1460
movetofound(&talon, source);
games/canfield/canfield/canfield.c
1468
movetofound(&stock, source);
games/canfield/canfield/canfield.c
1531
movetofound(&tableau[source], source);
games/canfield/canfield/canfield.c
1533
tabtotab(source, dest);
games/canfield/canfield/canfield.c
618
transit(struct cardtype **source, struct cardtype **dest)
games/canfield/canfield/canfield.c
622
temp = *source;
games/canfield/canfield/canfield.c
623
*source = (*source)->next;
games/hunt/huntd/answer.c
102
memcpy(&sp->source, &sockstruct, sizeof sp->source);
games/hunt/huntd/answer.c
106
if (socklen > sizeof Spawn->source)
games/hunt/huntd/answer.c
109
socklen, sizeof Spawn->source);
games/hunt/huntd/answer.c
254
pp->p_ident = get_ident(&sp->source, sp->sourcelen, sp->uid,
games/hunt/huntd/answer.c
541
sa = (struct sockaddr_in *)&sp->source;
games/hunt/huntd/server.h
196
struct sockaddr source;
lib/libc/net/nsdispatch.c
469
nss_load_module(const char *source, nss_module_register_fn reg_fn)
lib/libc/net/nsdispatch.c
476
mod.name = strdup(source);
lib/libc/net/nsdispatch.c
570
nss_method_lookup(const char *source, const char *database,
lib/libc/net/nsdispatch.c
579
if (strcasecmp(source, disp_tab[i].src) == 0) {
lib/libc/net/nsdispatch.c
583
mod = vector_search(&source, _nsmod, _nsmodsize, sizeof(*_nsmod),
lib/libc/resolv/res_init.c
505
res_setoptions(res_state statp, const char *options, const char *source)
lib/libc/resolv/res_init.c
516
options, source);
lib/libc/resolv/res_init.c
573
options, source);
lib/libevtr/ktrfmt.yy.c
1076
register char *source = (yytext_ptr);
lib/libevtr/ktrfmt.yy.c
1109
*(dest++) = *(source++);
lib/libncurses/include/comp_userdefs.c
1138
const user_table_data *source,
lib/libncurses/include/comp_userdefs.c
1148
(*actual)[n].ute_type = (int) source[n].ute_type;
lib/libncurses/include/comp_userdefs.c
1149
(*actual)[n].ute_argc = source[n].ute_argc;
lib/libncurses/include/comp_userdefs.c
1150
(*actual)[n].ute_args = source[n].ute_args;
lib/libncurses/include/comp_userdefs.c
1151
(*actual)[n].ute_index = source[n].ute_index;
lib/libncurses/include/comp_userdefs.c
1152
(*actual)[n].ute_link = source[n].ute_link;
lib/libusb/libusb01.c
283
usb_parse_descriptor(uint8_t *source, char *description, void *dest)
lib/libusb/libusb01.c
285
uint8_t *sp = source;
lib/libusb/libusb01.c
323
return (sp - source);
lib/libusb/usb.h
279
int usb_parse_descriptor(uint8_t *source, char *description, void *dest);
libexec/ypxfr/ypxfr_misc.c
121
ypxfr_get_master(char *domain, char *map, char *source, const int yplib)
libexec/ypxfr/ypxfr_misc.c
154
if ((clnt = clnt_create(source,YPPROG,YPVERS,"udp")) == NULL) {
libexec/ypxfr/ypxfr_misc.c
193
ypxfr_get_order(char *domain, char *map, char *source, const int yplib)
libexec/ypxfr/ypxfr_misc.c
219
if ((clnt = clnt_create(source,YPPROG,YPVERS,"udp")) == NULL) {
sbin/growfs/growfs.c
580
enum pointer_source source, int fso, unsigned int Nflag)
sbin/growfs/growfs.c
602
switch (source) {
sbin/hammer2/lz4/hammer2_lz4.c
341
LZ4_compress_limitedOutput(char* source, char* dest, int inputSize, int maxOutputSize)
sbin/hammer2/lz4/hammer2_lz4.c
347
result = LZ4_compress64k_heap_limitedOutput(ctx, source, dest,
sbin/hammer2/lz4/hammer2_lz4.c
349
else result = LZ4_compress_heap_limitedOutput(ctx, source, dest,
sbin/hammer2/lz4/hammer2_lz4.c
372
char* source,
sbin/hammer2/lz4/hammer2_lz4.c
386
BYTE* restrict ip = (BYTE*) source;
sbin/hammer2/lz4/hammer2_lz4.c
509
return (int) (((char*)ip)-source); // Nb of input bytes read
sbin/hammer2/lz4/hammer2_lz4.c
513
return (int) (-(((char*)ip)-source))-1;
sbin/hammer2/lz4/hammer2_lz4.c
518
LZ4_decompress_safe(char* source, char* dest, int inputSize, int maxOutputSize)
sbin/hammer2/lz4/hammer2_lz4.c
520
return LZ4_decompress_generic(source, dest, inputSize, maxOutputSize,
sbin/hammer2/lz4/hammer2_lz4.h
50
int LZ4_decompress_safe (char* source, char* dest, int inputSize,
sbin/hammer2/lz4/hammer2_lz4.h
72
int LZ4_compress_limitedOutput(char* source, char* dest, int inputSize,
sbin/hammer2/lz4/hammer2_lz4_encoder.h
147
while ((ip>anchor) && (ref>(BYTE*)source) && unlikely(ip[-1]==ref[-1])) {
sbin/hammer2/lz4/hammer2_lz4_encoder.h
274
char* source,
sbin/hammer2/lz4/hammer2_lz4_encoder.h
281
BYTE* ip = (BYTE*) source;
sbin/hammer2/lz4/hammer2_lz4_encoder.h
332
while ((ip>anchor) && (ref>(BYTE*)source) && unlikely(ip[-1]==ref[-1])) {
sbin/hammer2/lz4/hammer2_lz4_encoder.h
48
char* source,
sbin/hammer2/lz4/hammer2_lz4_encoder.h
56
char* source,
sbin/hammer2/lz4/hammer2_lz4_encoder.h
89
char* source,
sbin/hammer2/lz4/hammer2_lz4_encoder.h
96
BYTE* ip = (BYTE*) source;
sbin/hammer2/zlib/hammer2_zlib_zutil.c
153
zmemcpy(Bytef* dest, const Bytef* source, uInt len)
sbin/hammer2/zlib/hammer2_zlib_zutil.c
157
*dest++ = *source++; /* ??? to be unrolled */
sbin/hammer2/zlib/hammer2_zlib_zutil.h
120
void ZLIB_INTERNAL zmemcpy((Bytef* dest, const Bytef* source, uInt len));
sbin/mount_null/mount_null.c
117
if (mount(vfc.vfc_name, source, mntflags, &args))
sbin/mount_null/mount_null.c
62
char source[MAXPATHLEN];
sbin/mount_null/mount_null.c
91
checkpath(argv[0], source);
sbin/mount_null/mount_null.c
95
checkpath(argv[1], source);
sbin/ping/ping.c
209
char *ep, *source, *target, *payload;
sbin/ping/ping.c
223
payload = source = NULL;
sbin/ping/ping.c
392
source = optarg;
sbin/ping/ping.c
483
if (source) {
sbin/ping/ping.c
486
if (inet_aton(source, &sock_in.sin_addr) != 0) {
sbin/ping/ping.c
487
shostname = source;
sbin/ping/ping.c
489
hp = gethostbyname2(source, AF_INET);
sbin/ping/ping.c
492
source, hstrerror(h_errno));
sbin/ping/ping.c
579
ip->ip_src.s_addr = source ? sock_in.sin_addr.s_addr : INADDR_ANY;
sbin/ping/ping.c
669
if (source)
sbin/restore/tape.c
111
setinput(char *source)
sbin/restore/tape.c
121
if (strchr(source, ':')) {
sbin/restore/tape.c
122
host = source;
sbin/restore/tape.c
123
source = strchr(host, ':');
sbin/restore/tape.c
124
*source++ = '\0';
sbin/restore/tape.c
129
if (strcmp(source, "-") == 0) {
sbin/restore/tape.c
148
magtape = strdup(source);
sys/dev/drm/amd/amdgpu/amdgpu_irq.c
351
struct amdgpu_irq_src *source)
sys/dev/drm/amd/amdgpu/amdgpu_irq.c
359
if (!source->funcs)
sys/dev/drm/amd/amdgpu/amdgpu_irq.c
374
if (source->num_types && !source->enabled_types) {
sys/dev/drm/amd/amdgpu/amdgpu_irq.c
377
types = kcalloc(source->num_types, sizeof(atomic_t),
sys/dev/drm/amd/amdgpu/amdgpu_irq.c
382
source->enabled_types = types;
sys/dev/drm/amd/amdgpu/amdgpu_irq.c
385
adev->irq.client[client_id].sources[src_id] = source;
sys/dev/drm/amd/amdgpu/amdgpu_irq.h
107
struct amdgpu_irq_src *source);
sys/dev/drm/amd/amdgpu/amdgpu_irq.h
73
int (*set)(struct amdgpu_device *adev, struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/amdgpu_irq.h
77
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/amdgpu_sync.c
334
int amdgpu_sync_clone(struct amdgpu_sync *source, struct amdgpu_sync *clone)
sys/dev/drm/amd/amdgpu/amdgpu_sync.c
341
hash_for_each_safe(source->fences, i, tmp, e, node) {
sys/dev/drm/amd/amdgpu/amdgpu_sync.c
355
clone->last_vm_update = dma_fence_get(source->last_vm_update);
sys/dev/drm/amd/amdgpu/amdgpu_sync.h
53
int amdgpu_sync_clone(struct amdgpu_sync *source, struct amdgpu_sync *clone);
sys/dev/drm/amd/amdgpu/ci_dpm.c
1582
enum amdgpu_dpm_auto_throttle_src source,
sys/dev/drm/amd/amdgpu/ci_dpm.c
1588
if (!(pi->active_auto_throttle_sources & (1 << source))) {
sys/dev/drm/amd/amdgpu/ci_dpm.c
1589
pi->active_auto_throttle_sources |= 1 << source;
sys/dev/drm/amd/amdgpu/ci_dpm.c
1593
if (pi->active_auto_throttle_sources & (1 << source)) {
sys/dev/drm/amd/amdgpu/ci_dpm.c
1594
pi->active_auto_throttle_sources &= ~(1 << source);
sys/dev/drm/amd/amdgpu/ci_dpm.c
6449
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/ci_dpm.c
6497
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/cik_sdma.c
1173
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/cik_sdma.c
1214
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/dce_v10_0.c
3004
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/dce_v10_0.c
3034
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/dce_v10_0.c
3105
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/dce_v10_0.c
3203
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/dce_v10_0.c
3217
if (amdgpu_irq_enabled(adev, source, irq_type)) {
sys/dev/drm/amd/amdgpu/dce_v10_0.c
3241
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/dce_v11_0.c
3130
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/dce_v11_0.c
3160
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/dce_v11_0.c
3231
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/dce_v11_0.c
3329
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/dce_v11_0.c
3344
if (amdgpu_irq_enabled(adev, source, irq_type)) {
sys/dev/drm/amd/amdgpu/dce_v11_0.c
3368
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/dce_v8_0.c
3014
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/dce_v8_0.c
3029
if (amdgpu_irq_enabled(adev, source, irq_type)) {
sys/dev/drm/amd/amdgpu/dce_v8_0.c
3074
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/dce_v8_0.c
3127
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/dce_virtual.c
745
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
4937
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
4964
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
4973
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
6580
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
6591
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
6641
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
6686
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
6712
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
6744
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
6753
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
6762
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
6849
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
4593
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
4612
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
4669
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
4701
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
4710
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/gmc_v7_0.c
1286
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/gmc_v8_0.c
1458
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/gmc_v9_0.c
248
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/kv_dpm.c
3188
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/mxgpu_ai.c
214
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/mxgpu_ai.c
222
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/mxgpu_ai.c
288
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/mxgpu_vi.c
491
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/mxgpu_vi.c
543
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/sdma_v2_4.c
1065
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/sdma_v2_4.c
1105
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/sdma_v3_0.c
1354
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/sdma_v3_0.c
1400
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/sdma_v3_0.c
1440
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/sdma_v4_0.c
1451
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/sdma_v4_0.c
1470
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/sdma_v4_0.c
1512
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/si_dpm.c
3772
enum amdgpu_dpm_auto_throttle_src source,
sys/dev/drm/amd/amdgpu/si_dpm.c
3778
if (!(pi->active_auto_throttle_sources & (1 << source))) {
sys/dev/drm/amd/amdgpu/si_dpm.c
3779
pi->active_auto_throttle_sources |= 1 << source;
sys/dev/drm/amd/amdgpu/si_dpm.c
3783
if (pi->active_auto_throttle_sources & (1 << source)) {
sys/dev/drm/amd/amdgpu/si_dpm.c
3784
pi->active_auto_throttle_sources &= ~(1 << source);
sys/dev/drm/amd/amdgpu/si_dpm.c
7502
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/si_dpm.c
7550
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/uvd_v4_2.c
671
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/uvd_v4_2.c
680
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/uvd_v5_0.c
594
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/uvd_v5_0.c
603
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
1216
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
1225
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
1538
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
1547
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/vce_v2_0.c
522
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/vce_v2_0.c
536
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/vce_v3_0.c
708
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/vce_v3_0.c
722
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/vce_v4_0.c
1011
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/vce_v4_0.c
1028
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
1950
struct amdgpu_irq_src *source,
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
1958
struct amdgpu_irq_src *source,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c
39
static enum amdgpu_dm_pipe_crc_source dm_parse_crc_source(const char *source)
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c
41
if (!source || !strcmp(source, "none"))
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c
43
if (!strcmp(source, "auto"))
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c
53
enum amdgpu_dm_pipe_crc_source source = dm_parse_crc_source(src_name);
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c
55
if (source < 0) {
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c
70
enum amdgpu_dm_pipe_crc_source source = dm_parse_crc_source(src_name);
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c
72
if (source < 0) {
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c
84
if (source == AMDGPU_DM_PIPE_CRC_SOURCE_AUTO) {
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
477
struct amdgpu_irq_src *source,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
518
struct amdgpu_irq_src *source,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
530
struct amdgpu_irq_src *source,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
561
struct amdgpu_irq_src *source,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
567
source,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
575
struct amdgpu_irq_src *source,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
581
source,
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.h
180
int source,
sys/dev/drm/amd/display/dc/dce110/dce110_timing_generator.h
186
int source);
sys/dev/drm/amd/display/dc/dce120/dce120_timing_generator.c
317
int source)
sys/dev/drm/amd/display/dc/irq/irq_service.c
103
enum dc_irq_source source,
sys/dev/drm/amd/display/dc/irq/irq_service.c
107
find_irq_source_info(irq_service, source);
sys/dev/drm/amd/display/dc/irq/irq_service.c
112
source);
sys/dev/drm/amd/display/dc/irq/irq_service.c
116
dal_irq_service_ack(irq_service, source);
sys/dev/drm/amd/display/dc/irq/irq_service.c
140
enum dc_irq_source source)
sys/dev/drm/amd/display/dc/irq/irq_service.c
143
find_irq_source_info(irq_service, source);
sys/dev/drm/amd/display/dc/irq/irq_service.c
148
source);
sys/dev/drm/amd/display/dc/irq/irq_service.c
80
enum dc_irq_source source)
sys/dev/drm/amd/display/dc/irq/irq_service.c
82
if (source >= DAL_IRQ_SOURCES_NUMBER || source < DC_IRQ_SOURCE_INVALID)
sys/dev/drm/amd/display/dc/irq/irq_service.c
85
return &irq_service->info[source];
sys/dev/drm/amd/display/include/irq_service_interface.h
39
enum dc_irq_source source,
sys/dev/drm/amd/display/include/irq_service_interface.h
44
enum dc_irq_source source);
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
1283
PHM_AutoThrottleSource source)
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
1287
if (!(data->active_auto_throttle_sources & (1 << source))) {
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
1288
data->active_auto_throttle_sources |= 1 << source;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
1300
PHM_AutoThrottleSource source)
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
1304
if (data->active_auto_throttle_sources & (1 << source)) {
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
1305
data->active_auto_throttle_sources &= ~(1 << source);
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
4108
struct amdgpu_irq_src *source =
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
4111
if (!source)
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
4114
source->funcs = &smu7_irq_funcs;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
4119
source);
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
4123
source);
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
4129
source);
sys/dev/drm/amd/powerplay/hwmgr/smu_helper.c
586
struct amdgpu_irq_src *source,
sys/dev/drm/amd/powerplay/hwmgr/smu_helper.c
634
struct amdgpu_irq_src *source =
sys/dev/drm/amd/powerplay/hwmgr/smu_helper.c
637
if (!source)
sys/dev/drm/amd/powerplay/hwmgr/smu_helper.c
640
source->funcs = &smu9_irq_funcs;
sys/dev/drm/amd/powerplay/hwmgr/smu_helper.c
645
source);
sys/dev/drm/amd/powerplay/hwmgr/smu_helper.c
649
source);
sys/dev/drm/amd/powerplay/hwmgr/smu_helper.c
655
source);
sys/dev/drm/amd/powerplay/hwmgr/smu_helper.h
109
struct amdgpu_irq_src *source,
sys/dev/drm/drm_crtc.c
195
crtc->crc.source = kstrdup("auto", GFP_KERNEL);
sys/dev/drm/drm_crtc.c
196
if (!crtc->crc.source)
sys/dev/drm/drm_crtc.c
205
kfree(crtc->crc.source);
sys/dev/drm/i915/i915_drv.h
1312
enum intel_pipe_crc_source source;
sys/dev/drm/i915/intel_display.c
16277
u32 source;
sys/dev/drm/i915/intel_display.c
16352
error->pipe[i].source = I915_READ(PIPESRC(i));
sys/dev/drm/i915/intel_display.c
16406
err_printf(m, " SRC: %08x\n", error->pipe[i].source);
sys/dev/drm/i915/intel_panel.c
214
static inline u32 panel_fitter_scaling(u32 source, u32 target)
sys/dev/drm/i915/intel_panel.c
223
u32 ratio = source * FACTOR / target;
sys/dev/drm/include/drm/drm_crtc.h
747
int (*set_crc_source)(struct drm_crtc *crtc, const char *source);
sys/dev/drm/include/drm/drm_crtc.h
762
int (*verify_crc_source)(struct drm_crtc *crtc, const char *source,
sys/dev/drm/include/drm/drm_debugfs_crc.h
55
const char *source;
sys/dev/drm/radeon/ci_dpm.c
1464
enum radeon_dpm_auto_throttle_src source,
sys/dev/drm/radeon/ci_dpm.c
1470
if (!(pi->active_auto_throttle_sources & (1 << source))) {
sys/dev/drm/radeon/ci_dpm.c
1471
pi->active_auto_throttle_sources |= 1 << source;
sys/dev/drm/radeon/ci_dpm.c
1475
if (pi->active_auto_throttle_sources & (1 << source)) {
sys/dev/drm/radeon/ci_dpm.c
1476
pi->active_auto_throttle_sources &= ~(1 << source);
sys/dev/drm/radeon/rv6xx_dpm.c
1390
enum radeon_dpm_auto_throttle_src source,
sys/dev/drm/radeon/rv6xx_dpm.c
1396
if (!(pi->active_auto_throttle_sources & (1 << source))) {
sys/dev/drm/radeon/rv6xx_dpm.c
1397
pi->active_auto_throttle_sources |= 1 << source;
sys/dev/drm/radeon/rv6xx_dpm.c
1401
if (pi->active_auto_throttle_sources & (1 << source)) {
sys/dev/drm/radeon/rv6xx_dpm.c
1402
pi->active_auto_throttle_sources &= ~(1 << source);
sys/dev/drm/radeon/rv770_dpm.c
1855
enum radeon_dpm_auto_throttle_src source,
sys/dev/drm/radeon/rv770_dpm.c
1861
if (!(pi->active_auto_throttle_sources & (1 << source))) {
sys/dev/drm/radeon/rv770_dpm.c
1862
pi->active_auto_throttle_sources |= 1 << source;
sys/dev/drm/radeon/rv770_dpm.c
1866
if (pi->active_auto_throttle_sources & (1 << source)) {
sys/dev/drm/radeon/rv770_dpm.c
1867
pi->active_auto_throttle_sources &= ~(1 << source);
sys/dev/drm/radeon/rv770_dpm.h
250
enum radeon_dpm_auto_throttle_src source,
sys/dev/drm/radeon/si_dpm.c
3317
enum radeon_dpm_auto_throttle_src source,
sys/dev/drm/radeon/si_dpm.c
3323
if (!(pi->active_auto_throttle_sources & (1 << source))) {
sys/dev/drm/radeon/si_dpm.c
3324
pi->active_auto_throttle_sources |= 1 << source;
sys/dev/drm/radeon/si_dpm.c
3328
if (pi->active_auto_throttle_sources & (1 << source)) {
sys/dev/drm/radeon/si_dpm.c
3329
pi->active_auto_throttle_sources &= ~(1 << source);
sys/dev/raid/hpt27xx/array.h
99
PVDEV source;
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
286
count = MAX(vd->u.array.transform->source->cmds_per_request,
sys/dev/raid/hpt27xx/hptintf.h
1969
int hpt_calc_max_array_capacity(DEVICEID source, PCREATE_ARRAY_PARAMS_V2 destInfo, HPT_U64 * cap);
sys/dev/raid/hpt27xx/hptintf.h
1983
int hpt_calc_max_array_capacity_v2(DEVICEID source, PCREATE_ARRAY_PARAMS_V3 destInfo, HPT_U64 * cap);
sys/dev/raid/hptrr/array.h
101
PVDEV source;
sys/dev/raid/hptrr/hptintf.h
1789
int hpt_calc_max_array_capacity(DEVICEID source, PCREATE_ARRAY_PARAMS_V2 destInfo, HPT_U64 * cap);
sys/dev/raid/hptrr/hptintf.h
1803
int hpt_calc_max_array_capacity_v2(DEVICEID source, PCREATE_ARRAY_PARAMS_V3 destInfo, HPT_U64 * cap);
sys/dev/raid/hptrr/hptrr_osm_bsd.c
302
count = max(vd->u.array.transform->source->cmds_per_request,
sys/dev/raid/iir/iir.c
1866
gdt_store_event(u_int16_t source, u_int16_t idx, gdt_evt_data *evt)
sys/dev/raid/iir/iir.c
1871
GDT_DPRINTF(GDT_D_MISC, ("gdt_store_event(%d, %d)\n", source, idx));
sys/dev/raid/iir/iir.c
1872
if (source == 0) /* no source -> no event */
sys/dev/raid/iir/iir.c
1875
if (ebuffer[elastidx].event_source == source &&
sys/dev/raid/iir/iir.c
1899
e->event_source = source;
sys/dev/raid/iir/iir.h
744
gdt_evt_str *gdt_store_event(u_int16_t source, u_int16_t idx,
sys/dev/sound/pcm/feeder.c
195
f->source = NULL;
sys/dev/sound/pcm/feeder.c
244
nf->source = c->feeder;
sys/dev/sound/pcm/feeder.c
261
c->feeder = c->feeder->source;
sys/dev/sound/pcm/feeder.c
276
f = f->source;
sys/dev/sound/pcm/feeder.c
448
f = f->source;
sys/dev/sound/pcm/feeder.c
456
feed_root(struct pcm_feeder *feeder, struct pcm_channel *ch, u_int8_t *buffer, u_int32_t count, void *source)
sys/dev/sound/pcm/feeder.c
458
struct snd_dbuf *src = source;
sys/dev/sound/pcm/feeder.h
49
struct pcm_feeder *source, *parent;
sys/dev/sound/pcm/feeder_eq.c
446
uint32_t count, void *source)
sys/dev/sound/pcm/feeder_eq.c
461
return (FEEDER_FEED(f->source, c, b, count, source));
sys/dev/sound/pcm/feeder_eq.c
470
j = SND_FXDIV(FEEDER_FEED(f->source, c, dst, count, source),
sys/dev/sound/pcm/feeder_format.c
211
uint32_t count, void *source)
sys/dev/sound/pcm/feeder_format.c
240
j = SND_FXDIV(FEEDER_FEED(f->source, c, src, j, source),
sys/dev/sound/pcm/feeder_matrix.c
468
uint32_t count, void *source)
sys/dev/sound/pcm/feeder_matrix.c
476
return (FEEDER_FEED(f->source, c, b, count, source));
sys/dev/sound/pcm/feeder_matrix.c
509
j = SND_FXDIV(FEEDER_FEED(f->source, c, src, j, source),
sys/dev/sound/pcm/feeder_mixer.c
198
cnt = FEEDER_FEED(c->feeder->source, c, b->tmpbuf,
sys/dev/sound/pcm/feeder_mixer.c
281
uint32_t count, void *source)
sys/dev/sound/pcm/feeder_mixer.c
284
struct snd_dbuf *src = source;
sys/dev/sound/pcm/feeder_rate.c
1543
uint8_t *b, uint32_t count, void *source)
sys/dev/sound/pcm/feeder_rate.c
1552
return (z_feed(f->source, c, b, count, source));
sys/dev/sound/pcm/feeder_rate.c
1618
fetched = SND_FXDIV(z_feed(f->source, c,
sys/dev/sound/pcm/feeder_rate.c
1620
fetch * align, source), align);
sys/dev/sound/pcm/feeder_rate.c
1679
uint32_t count, void *source)
sys/dev/sound/pcm/feeder_rate.c
1691
z_min(maxfeed, left), source);
sys/dev/sound/pcm/feeder_volume.c
236
uint32_t count, void *source)
sys/dev/sound/pcm/feeder_volume.c
249
return (FEEDER_FEED(f->source, c, b, count, source));
sys/dev/sound/pcm/feeder_volume.c
268
return (FEEDER_FEED(f->source, c, b, count, source));
sys/dev/sound/pcm/feeder_volume.c
277
j = SND_FXDIV(FEEDER_FEED(f->source, c, dst, count, source),
sys/dev/sound/pcm/sndstat.h
134
while (f->source != NULL) \
sys/dev/sound/pcm/sndstat.h
135
f = f->source; \
sys/dev/video/cxm/cxm.c
1068
parameters[0] = sc->source == cxm_fm_source ? 1 : 0;
sys/dev/video/cxm/cxm.c
1107
subtype = ((sc->mpeg || sc->source == cxm_fm_source)
sys/dev/video/cxm/cxm.c
1109
| ((sc->mpeg || sc->source != cxm_fm_source)
sys/dev/video/cxm/cxm.c
1146
subtype = ((sc->mpeg || sc->source == cxm_fm_source)
sys/dev/video/cxm/cxm.c
1148
| ((sc->mpeg || sc->source != cxm_fm_source)
sys/dev/video/cxm/cxm.c
1551
if (sc->source == cxm_fm_source || sc->source == cxm_tuner_source) {
sys/dev/video/cxm/cxm.c
1560
if (sc->source != cxm_fm_source) {
sys/dev/video/cxm/cxm.c
1571
if (sc->source == cxm_tuner_source) {
sys/dev/video/cxm/cxm.c
1881
sc->source = cxm_tuner_source;
sys/dev/video/cxm/cxm.c
2321
enum cxm_source source;
sys/dev/video/cxm/cxm.c
2359
source = cxm_unknown_source;
sys/dev/video/cxm/cxm.c
2363
source = cxm_tuner_source;
sys/dev/video/cxm/cxm.c
2367
source = cxm_line_in_source_composite;
sys/dev/video/cxm/cxm.c
2371
source = cxm_fm_source;
sys/dev/video/cxm/cxm.c
2395
if (source != sc->source
sys/dev/video/cxm/cxm.c
2396
&& (source == cxm_fm_source
sys/dev/video/cxm/cxm.c
2397
|| sc->source == cxm_fm_source))
sys/dev/video/cxm/cxm.c
2404
if (cxm_msp_select_source(sc, source) < 0)
sys/dev/video/cxm/cxm.c
2407
if (source == cxm_fm_source)
sys/dev/video/cxm/cxm.c
2408
sc->source = source;
sys/dev/video/cxm/cxm.c
2672
switch (sc->source) {
sys/dev/video/cxm/cxm.c
2691
source = cxm_unknown_source;
sys/dev/video/cxm/cxm.c
2695
source = cxm_tuner_source;
sys/dev/video/cxm/cxm.c
2699
source = cxm_line_in_source_composite;
sys/dev/video/cxm/cxm.c
2703
source = cxm_line_in_source_svideo;
sys/dev/video/cxm/cxm.c
2717
if (source != sc->source
sys/dev/video/cxm/cxm.c
2718
&& (source == cxm_fm_source
sys/dev/video/cxm/cxm.c
2719
|| sc->source == cxm_fm_source))
sys/dev/video/cxm/cxm.c
2726
if (cxm_saa7115_select_source(sc, source) < 0)
sys/dev/video/cxm/cxm.c
2728
if (cxm_msp_select_source(sc, source) < 0)
sys/dev/video/cxm/cxm.c
2730
sc->source = source;
sys/dev/video/cxm/cxm.c
2773
if (sc->source == cxm_fm_source)
sys/dev/video/cxm/cxm.c
2797
if (sc->source == cxm_fm_source)
sys/dev/video/cxm/cxm.c
2820
if (sc->source == cxm_tuner_source)
sys/dev/video/cxm/cxm.c
2844
if (sc->source == cxm_tuner_source)
sys/dev/video/cxm/cxm.c
2857
if (sc->source == cxm_tuner_source)
sys/dev/video/cxm/cxm.c
2881
if (sc->source == cxm_tuner_source)
sys/dev/video/cxm/cxm.c
809
if (sc->source == cxm_fm_source)
sys/dev/video/cxm/cxm.h
253
enum cxm_source source;
sys/dev/video/cxm/cxm.h
486
int cxm_msp_select_source(struct cxm_softc *sc, enum cxm_source source);
sys/dev/video/cxm/cxm.h
529
int cxm_cx2584x_select_source(struct cxm_softc *sc, enum cxm_source source);
sys/dev/video/cxm/cxm.h
674
int cxm_saa7115_select_source(struct cxm_softc *sc, enum cxm_source source);
sys/dev/video/cxm/cxm_msp34xxx.c
412
cxm_msp_select_source(struct cxm_softc *sc, enum cxm_source source)
sys/dev/video/cxm/cxm_msp34xxx.c
418
switch (source) {
sys/dev/video/cxm/cxm_msp34xxx.c
459
unsigned char source[2];
sys/dev/video/cxm/cxm_msp34xxx.c
462
0x0008, source, sizeof(source)) != sizeof(source))
sys/dev/video/cxm/cxm_msp34xxx.c
465
switch (source[0]) {
sys/dev/video/cxm/cxm_msp34xxx.c
557
unsigned char source[2];
sys/dev/video/cxm/cxm_msp34xxx.c
561
0x0008, source, sizeof(source)) != sizeof(source))
sys/dev/video/cxm/cxm_msp34xxx.c
564
switch (source[0]) {
sys/dev/video/cxm/cxm_saa7115.c
772
cxm_saa7115_select_source(struct cxm_softc *sc, enum cxm_source source)
sys/dev/video/cxm/cxm_saa7115.c
778
switch (source) {
sys/kern/libmchain/subr_mchain.c
193
mb_put_mem(struct mbchain *mbp, c_caddr_t source, int size, int type)
sys/kern/libmchain/subr_mchain.c
219
error = mbp->mb_copy(mbp, source, dst, &srclen, &dstlen);
sys/kern/libmchain/subr_mchain.c
224
for (src = source, count = cplen; count; count--)
sys/kern/libmchain/subr_mchain.c
228
bcopy(source, dst, cplen);
sys/kern/libmchain/subr_mchain.c
231
error = copyin(source, dst, cplen);
sys/kern/libmchain/subr_mchain.c
240
source += srclen;
sys/net/zlib.c
1139
deflateCopy(z_streamp dest, z_streamp source)
sys/net/zlib.c
1145
if (source == Z_NULL || dest == Z_NULL || source->state == Z_NULL)
sys/net/zlib.c
1147
ss = (deflate_state *) source->state;
sys/net/zlib.c
1149
zmemcpy(dest, source, sizeof(*dest));
sys/net/zlib.c
231
extern void zmemcpy OF((Bytef* dest, Bytef* source, uInt len));
sys/net/zlib.c
5180
zmemcpy(Bytef *dest, Bytef *source, uInt len)
sys/net/zlib.c
5184
*dest++ = *source++; /* ??? to be unrolled */
sys/net/zlib.h
681
z_streamp source));
sys/net/zlib.h
838
const Bytef *source, uLong sourceLen));
sys/net/zlib.h
853
const Bytef *source, uLong sourceLen));
sys/netgraph/mppc/ng_mppc.c
498
u_char *source, *dest;
sys/netgraph/mppc/ng_mppc.c
503
source = inbuf;
sys/netgraph/mppc/ng_mppc.c
511
rtn = MPPC_Compress(&source, &dest, &sourceCnt,
sys/netgraph/mppc/ng_mppc.c
697
u_char *decompbuf, *source, *dest;
sys/netgraph/mppc/ng_mppc.c
711
source = buf;
sys/netgraph/mppc/ng_mppc.c
719
rtn = MPPC_Decompress(&source, &dest,
sys/netgraph7/mppc/ng_mppc.c
488
u_char *source, *dest;
sys/netgraph7/mppc/ng_mppc.c
510
source = inbuf;
sys/netgraph7/mppc/ng_mppc.c
518
rtn = MPPC_Compress(&source, &dest, &sourceCnt,
sys/netgraph7/mppc/ng_mppc.c
724
u_char *decompbuf, *source, *dest;
sys/netgraph7/mppc/ng_mppc.c
750
source = buf;
sys/netgraph7/mppc/ng_mppc.c
758
rtn = MPPC_Decompress(&source, &dest,
sys/netgraph7/ng_pred1.c
101
static void Pred1SyncTable(node_p node, u_char *source, int len);
sys/netgraph7/ng_pred1.c
565
Pred1Compress(node_p node, u_char *source, u_char *dest, int len)
sys/netgraph7/ng_pred1.c
577
if (priv->GuessTable[priv->Hash] == *source)
sys/netgraph7/ng_pred1.c
582
priv->GuessTable[priv->Hash] = *source;
sys/netgraph7/ng_pred1.c
583
*dest++ = *source;
sys/netgraph7/ng_pred1.c
585
HASH(*source++);
sys/netgraph7/ng_pred1.c
600
Pred1Decompress(node_p node, u_char *source, u_char *dest, int slen, int dlen)
sys/netgraph7/ng_pred1.c
608
flags = *source++;
sys/netgraph7/ng_pred1.c
622
priv->GuessTable[priv->Hash] = *source;
sys/netgraph7/ng_pred1.c
624
*dest = *source++;
sys/netgraph7/ng_pred1.c
639
Pred1SyncTable(node_p node, u_char *source, int len)
sys/netgraph7/ng_pred1.c
644
priv->GuessTable[priv->Hash] = *source;
sys/netgraph7/ng_pred1.c
645
HASH(*source++);
sys/netgraph7/ng_pred1.c
97
static int Pred1Compress(node_p node, u_char *source, u_char *dest,
sys/netgraph7/ng_pred1.c
99
static int Pred1Decompress(node_p node, u_char *source, u_char *dest,
sys/netgraph7/ng_source.c
262
NETGRAPH_INIT(source, &ng_source_typestruct);
sys/netproto/802_11/wlan/ieee80211_mesh.c
1002
rt = ieee80211_mesh_rt_find(vap, source);
sys/netproto/802_11/wlan/ieee80211_mesh.c
1004
rt = ieee80211_mesh_rt_add(vap, source);
sys/netproto/802_11/wlan/ieee80211_mesh.c
1006
IEEE80211_NOTE_MAC(vap, IEEE80211_MSG_MESH, source,
sys/netproto/802_11/wlan/ieee80211_mesh.c
1011
IEEE80211_NOTE_MAC(vap, IEEE80211_MSG_MESH, source,
sys/netproto/802_11/wlan/ieee80211_mesh.c
998
const uint8_t source[IEEE80211_ADDR_LEN], uint32_t seq)
sys/netproto/smb/smb_rq.c
394
smb_t2_init(struct smb_t2rq *t2p, struct smb_connobj *source, u_short setup,
sys/netproto/smb/smb_rq.c
400
t2p->t2_source = source;
sys/netproto/smb/smb_rq.c
406
error = smb_rq_getenv(source, &t2p->t2_vc, NULL);
sys/sys/mchain.h
90
int mb_put_mem(struct mbchain *mbp, c_caddr_t source, int size, int type);
sys/vfs/ext2fs/ext2_lookup.c
1196
ext2_checkpath(struct inode *source, struct inode *target, struct ucred *cred)
sys/vfs/ext2fs/ext2_lookup.c
1203
if (target->i_number == source->i_number) {
sys/vfs/ext2fs/ext2_lookup.c
1229
if (le32toh(dirbuf.dotdot_ino) == source->i_number) {
sys/vfs/hammer2/hammer2_lz4.c
344
LZ4_compress_limitedOutput(char* source, char* dest, int inputSize, int maxOutputSize)
sys/vfs/hammer2/hammer2_lz4.c
350
result = LZ4_compress64k_heap_limitedOutput(ctx, source, dest,
sys/vfs/hammer2/hammer2_lz4.c
352
else result = LZ4_compress_heap_limitedOutput(ctx, source, dest,
sys/vfs/hammer2/hammer2_lz4.c
375
char* source,
sys/vfs/hammer2/hammer2_lz4.c
389
BYTE* restrict ip = (BYTE*) source;
sys/vfs/hammer2/hammer2_lz4.c
512
return (int) (((char*)ip)-source); // Nb of input bytes read
sys/vfs/hammer2/hammer2_lz4.c
516
return (int) (-(((char*)ip)-source))-1;
sys/vfs/hammer2/hammer2_lz4.c
521
LZ4_decompress_safe(char* source, char* dest, int inputSize, int maxOutputSize)
sys/vfs/hammer2/hammer2_lz4.c
523
return LZ4_decompress_generic(source, dest, inputSize, maxOutputSize,
sys/vfs/hammer2/hammer2_lz4.h
50
int LZ4_decompress_safe (char* source, char* dest, int inputSize,
sys/vfs/hammer2/hammer2_lz4.h
72
int LZ4_compress_limitedOutput(char* source, char* dest, int inputSize,
sys/vfs/hammer2/hammer2_lz4_encoder.h
147
while ((ip>anchor) && (ref>(BYTE*)source) && unlikely(ip[-1]==ref[-1])) {
sys/vfs/hammer2/hammer2_lz4_encoder.h
274
char* source,
sys/vfs/hammer2/hammer2_lz4_encoder.h
281
BYTE* ip = (BYTE*) source;
sys/vfs/hammer2/hammer2_lz4_encoder.h
332
while ((ip>anchor) && (ref>(BYTE*)source) && unlikely(ip[-1]==ref[-1])) {
sys/vfs/hammer2/hammer2_lz4_encoder.h
48
char* source,
sys/vfs/hammer2/hammer2_lz4_encoder.h
56
char* source,
sys/vfs/hammer2/hammer2_lz4_encoder.h
89
char* source,
sys/vfs/hammer2/hammer2_lz4_encoder.h
96
BYTE* ip = (BYTE*) source;
sys/vfs/hammer2/zlib/hammer2_zlib_zutil.c
153
zmemcpy(Bytef* dest, const Bytef* source, uInt len)
sys/vfs/hammer2/zlib/hammer2_zlib_zutil.c
157
*dest++ = *source++; /* ??? to be unrolled */
sys/vfs/hammer2/zlib/hammer2_zlib_zutil.h
120
void ZLIB_INTERNAL zmemcpy((Bytef* dest, const Bytef* source, uInt len));
sys/vfs/msdosfs/denode.h
297
int doscheckpath( struct denode *source, struct denode *target);
sys/vfs/msdosfs/msdosfs_lookup.c
793
doscheckpath(struct denode *source, struct denode *target)
sys/vfs/msdosfs/msdosfs_lookup.c
804
(source->de_Attributes & ATTR_DIRECTORY) == 0) {
sys/vfs/msdosfs/msdosfs_lookup.c
808
if (dep->de_StartCluster == source->de_StartCluster) {
sys/vfs/msdosfs/msdosfs_lookup.c
816
if (pmp != source->de_pmp)
sys/vfs/msdosfs/msdosfs_lookup.c
843
if (scn == source->de_StartCluster) {
sys/vfs/ufs/ufs_lookup.c
1114
ufs_checkpath(struct inode *source, struct inode *target, struct ucred *cred)
sys/vfs/ufs/ufs_lookup.c
1121
if (target->i_number == source->i_number) {
sys/vfs/ufs/ufs_lookup.c
1154
if (dirbuf.dotdot_ino == source->i_number) {
sys/vm/vm_map.c
745
vm_object_t source;
sys/vm/vm_map.c
762
source = entry->ba.object;
sys/vm/vm_map.c
763
KKASSERT(source);
sys/vm/vm_map.c
765
if (source->type != OBJT_VNODE) {
sys/vm/vm_map.c
766
if (source->ref_count == 1 &&
sys/vm/vm_map.c
767
source->handle == NULL &&
sys/vm/vm_map.c
768
(source->type == OBJT_DEFAULT ||
sys/vm/vm_map.c
769
source->type == OBJT_SWAP)) {
sys/vm/vm_map.c
774
vm_object_hold_shared(source);
sys/vm/vm_map.c
780
vm_object_clear_flag(source, OBJ_ONEMAPPING);
sys/vm/vm_map.c
829
vm_object_drop(source);
usr.bin/dc/bcode.c
1695
struct source *stack;
usr.bin/dc/bcode.c
1697
sizeof(struct source));
usr.bin/dc/bcode.c
1710
struct source in;
usr.bin/dc/bcode.c
254
bmachine.readstack = calloc(sizeof(struct source),
usr.bin/dc/bcode.c
270
reset_bmachine(struct source *src)
usr.bin/dc/bcode.c
279
struct source *src = &bmachine.readstack[bmachine.readsp];
usr.bin/dc/bcode.c
287
struct source *src = &bmachine.readstack[bmachine.readsp];
usr.bin/dc/bcode.c
295
struct source *src = &bmachine.readstack[bmachine.readsp];
usr.bin/dc/bcode.c
303
struct source *src = &bmachine.readstack[bmachine.readsp];
usr.bin/dc/bcode.c
51
struct source *readstack;
usr.bin/dc/bcode.h
68
struct source;
usr.bin/dc/bcode.h
71
int (*readchar)(struct source *);
usr.bin/dc/bcode.h
72
void (*unreadchar)(struct source *);
usr.bin/dc/bcode.h
73
char *(*readline)(struct source *);
usr.bin/dc/bcode.h
74
void (*free)(struct source *);
usr.bin/dc/bcode.h
90
void reset_bmachine(struct source *);
usr.bin/dc/dc.c
48
struct source src;
usr.bin/dc/extern.h
27
void src_setstream(struct source *, FILE *);
usr.bin/dc/extern.h
28
void src_setstring(struct source *, char *);
usr.bin/dc/extern.h
29
struct number *readnumber(struct source *, u_int);
usr.bin/dc/extern.h
31
char *read_string(struct source *);
usr.bin/dc/inout.c
104
src_getcharstring(struct source *src)
usr.bin/dc/inout.c
116
src_ungetcharstring(struct source *src)
usr.bin/dc/inout.c
125
src_getlinestring(struct source *src)
usr.bin/dc/inout.c
144
src_freestring(struct source *src)
usr.bin/dc/inout.c
182
readnumber(struct source *src, u_int base)
usr.bin/dc/inout.c
228
read_string(struct source *src)
usr.bin/dc/inout.c
34
static int src_getcharstream(struct source *);
usr.bin/dc/inout.c
35
static void src_ungetcharstream(struct source *);
usr.bin/dc/inout.c
36
static char *src_getlinestream(struct source *);
usr.bin/dc/inout.c
37
static void src_freestream(struct source *);
usr.bin/dc/inout.c
38
static int src_getcharstring(struct source *);
usr.bin/dc/inout.c
39
static void src_ungetcharstring(struct source *);
usr.bin/dc/inout.c
40
static char *src_getlinestring(struct source *);
usr.bin/dc/inout.c
41
static void src_freestring(struct source *);
usr.bin/dc/inout.c
62
src_setstream(struct source *src, FILE *stream)
usr.bin/dc/inout.c
69
src_setstring(struct source *src, char *p)
usr.bin/dc/inout.c
77
src_getcharstream(struct source *src)
usr.bin/dc/inout.c
83
src_ungetcharstream(struct source *src)
usr.bin/dc/inout.c
89
src_freestream(struct source *src)
usr.bin/dc/inout.c
94
src_getlinestream(struct source *src)
usr.bin/m4/manual_tokenizer.c
1022
*(dest++) = *(source++);
usr.bin/m4/manual_tokenizer.c
989
register char *source = (yytext_ptr);
usr.bin/mail/cmdtab.c
74
{ "source", source, M|RAWLIST, 1, 1 },
usr.bin/mail/extern.h
221
int source(char **);
usr.sbin/makefs/hammer2/hammer2_lz4.c
346
LZ4_compress_limitedOutput(char* source, char* dest, int inputSize, int maxOutputSize)
usr.sbin/makefs/hammer2/hammer2_lz4.c
352
result = LZ4_compress64k_heap_limitedOutput(ctx, source, dest,
usr.sbin/makefs/hammer2/hammer2_lz4.c
354
else result = LZ4_compress_heap_limitedOutput(ctx, source, dest,
usr.sbin/makefs/hammer2/hammer2_lz4.c
377
char* source,
usr.sbin/makefs/hammer2/hammer2_lz4.c
391
BYTE* restrict ip = (BYTE*) source;
usr.sbin/makefs/hammer2/hammer2_lz4.c
514
return (int) (((char*)ip)-source); // Nb of input bytes read
usr.sbin/makefs/hammer2/hammer2_lz4.c
518
return (int) (-(((char*)ip)-source))-1;
usr.sbin/makefs/hammer2/hammer2_lz4.c
523
LZ4_decompress_safe(char* source, char* dest, int inputSize, int maxOutputSize)
usr.sbin/makefs/hammer2/hammer2_lz4.c
525
return LZ4_decompress_generic(source, dest, inputSize, maxOutputSize,
usr.sbin/makefs/hammer2/hammer2_lz4.h
50
int LZ4_decompress_safe (char* source, char* dest, int inputSize,
usr.sbin/makefs/hammer2/hammer2_lz4.h
72
int LZ4_compress_limitedOutput(char* source, char* dest, int inputSize,
usr.sbin/makefs/hammer2/hammer2_lz4_encoder.h
147
while ((ip>anchor) && (ref>(BYTE*)source) && unlikely(ip[-1]==ref[-1])) {
usr.sbin/makefs/hammer2/hammer2_lz4_encoder.h
274
char* source,
usr.sbin/makefs/hammer2/hammer2_lz4_encoder.h
281
BYTE* ip = (BYTE*) source;
usr.sbin/makefs/hammer2/hammer2_lz4_encoder.h
332
while ((ip>anchor) && (ref>(BYTE*)source) && unlikely(ip[-1]==ref[-1])) {
usr.sbin/makefs/hammer2/hammer2_lz4_encoder.h
48
char* source,
usr.sbin/makefs/hammer2/hammer2_lz4_encoder.h
56
char* source,
usr.sbin/makefs/hammer2/hammer2_lz4_encoder.h
89
char* source,
usr.sbin/makefs/hammer2/hammer2_lz4_encoder.h
96
BYTE* ip = (BYTE*) source;
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_zutil.c
153
zmemcpy(Bytef* dest, const Bytef* source, uInt len)
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_zutil.c
157
*dest++ = *source++; /* ??? to be unrolled */
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_zutil.h
120
void ZLIB_INTERNAL zmemcpy((Bytef* dest, const Bytef* source, uInt len));
usr.sbin/ppp/pred.c
103
decompress(struct pred1_state *state, u_char *source, u_char *dest, int len)
usr.sbin/ppp/pred.c
110
flags = *source++;
usr.sbin/ppp/pred.c
118
state->dict[state->hash] = *source; /* Guess wrong */
usr.sbin/ppp/pred.c
119
*dest = *source++; /* Read from source */
usr.sbin/ppp/pred.c
69
compress(struct pred1_state *state, u_char *source, u_char *dest, int len)
usr.sbin/ppp/pred.c
79
if (state->dict[state->hash] == *source) {
usr.sbin/ppp/pred.c
82
state->dict[state->hash] = *source;
usr.sbin/ppp/pred.c
83
*dest++ = *source; /* Guess wrong, output char */
usr.sbin/ppp/pred.c
85
HASH(state, *source++);
usr.sbin/ppp/pred.c
94
SyncTable(struct pred1_state *state, u_char *source, u_char *dest, int len)
usr.sbin/ppp/pred.c
97
*dest++ = state->dict[state->hash] = *source;
usr.sbin/ppp/pred.c
98
HASH(state, *source++);
usr.sbin/traceroute/traceroute.c
298
static char *source = NULL;
usr.sbin/traceroute/traceroute.c
445
source = optarg;
usr.sbin/traceroute/traceroute.c
574
if (source) {
usr.sbin/traceroute/traceroute.c
577
if (inet_aton(source, &from.sin_addr) == 0)
usr.sbin/traceroute/traceroute.c
578
errx(1, "unknown host %s", source);
usr.sbin/traceroute/traceroute.c
592
if (source)
usr.sbin/traceroute/traceroute.c
593
fprintf(stderr, " from %s", source);
usr.sbin/traceroute6/traceroute6.c
316
static char *source = NULL;
usr.sbin/traceroute6/traceroute6.c
466
source = optarg;
usr.sbin/traceroute6/traceroute6.c
653
if (source) {
usr.sbin/traceroute6/traceroute6.c
661
error = getaddrinfo(source, "0", &hints, &res);
usr.sbin/traceroute6/traceroute6.c
663
printf("traceroute6: %s: %s\n", source,
usr.sbin/traceroute6/traceroute6.c
668
printf("traceroute6: %s: %s\n", source,
usr.sbin/traceroute6/traceroute6.c
699
source = src0;
usr.sbin/traceroute6/traceroute6.c
728
if (source)
usr.sbin/traceroute6/traceroute6.c
729
fprintf(stderr, " from %s", source);