| /src/sys/dev/ofw/ |
| ofw_sysctl.c | 43 const struct sysctlnode *me; variable in typeref:struct:sysctlnode 49 sysctl_createv(clog, 0, NULL, &me, 65 CTL_HW, me->sysctl_num, CTL_CREATE, CTL_EOL); 77 CTL_HW, me->sysctl_num, CTL_CREATE, CTL_EOL);
|
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| safefile.c | 51 uid_t me; local 64 me = getuid(); 65 if (s.st_uid != me) {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| missing-type-name-for-templates.cc | 21 first me; member in class:template_var1 28 first me; member in class:template_var2 35 first me; member in class:template_var3
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/ |
| missing-type-name-for-templates.cc | 21 first me; member in class:template_var1 28 first me; member in class:template_var2 35 first me; member in class:template_var3
|
| /src/usr.bin/env/ |
| env.c | 263 const char *me = getprogname(); local 264 int howwide = (int)strlen(me); 270 me, "[-0i] [-C dir] [-u name] [--]",
|
| /src/crypto/external/apache2/openssl/dist/crypto/bn/ |
| bn_s390x.c | 26 struct ica_rsa_modexpo me; local 37 me.inputdata = buffer; 38 me.inputdatalength = size; 39 me.outputdata = buffer + size; 40 me.outputdatalength = size; 41 me.b_key = buffer + 2 * size; 42 me.n_modulus = buffer + 3 * size; 43 if (BN_bn2binpad(a, me.inputdata, size) == -1 44 || BN_bn2binpad(p, me.b_key, size) == -1 45 || BN_bn2binpad(m, me.n_modulus, size) == -1 [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| test_set_kvno0.c | 55 krb5_principal me = NULL; local 95 ret = krb5_cc_get_principal(context, src_cc, &me); 111 ret = krb5_cc_initialize(context, dst_cc, me); 170 (void) krb5_free_principal(context, me);
|
| /src/external/bsd/libbind/dist/isc/ |
| ctl_p.c | 70 static const char me[] = "ctl_logger"; local 72 fprintf(stderr, "%s(%s): ", me, ctl_sevnames[severity]); 81 static const char me[] = "ctl_bufget"; local 86 (*logger)(ctl_error, "%s: getmem: %s", me, strerror(errno)); 107 static const char me[] = "ctl_sa_ntop"; local 119 me, in6->sin6_family, 124 (*logger)(ctl_error, "%s: buffer overflow", me); 137 me, in->sin_family, 143 (*logger)(ctl_error, "%s: buffer overflow", me);
|
| /src/external/gpl3/gcc/dist/libgomp/ |
| lock.c | 83 void *me = gomp_icv (true); local 85 if (lock->owner != me) 88 lock->owner = me; 107 void *me = gomp_icv (true); local 110 if (lock->owner == me) 117 lock->owner = me;
|
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| lock.c | 83 void *me = gomp_icv (true); local 85 if (lock->owner != me) 88 lock->owner = me; 107 void *me = gomp_icv (true); local 110 if (lock->owner == me) 117 lock->owner = me;
|
| /src/external/gpl3/gdb/dist/sim/cris/ |
| dv-cris_900000xx.c | 32 cris_io_write_buffer (struct hw *me, const void *source, 37 SIM_CPU *cpu = hw_system_cpu (me); 57 attach_regs (struct hw *me, struct cris_900000xx_hw *hw) 64 if (hw_find_property (me, "reg") == NULL) 65 hw_abort (me, "Missing \"reg\" property"); 67 if (!hw_find_reg_array_property (me, "reg", 0, ®)) 68 hw_abort (me, "\"reg\" property must contain three addr/size entries"); 70 hw_unit_address_to_attach_address (hw_parent (me), 72 &attach_space, &attach_address, me); local 73 hw_unit_size_to_attach_size (hw_parent (me), ®.size, &attach_size, me) local 76 0, attach_space, attach_address, attach_size, me); local [all...] |
| /src/external/gpl3/gdb/dist/sim/m32r/ |
| dv-m32r_cache.c | 34 cris_io_write_buffer (struct hw *me, const void *source, 37 SIM_DESC sd = hw_system (me); 60 attach_regs (struct hw *me, struct m32r_cache_hw *hw) 67 if (hw_find_property (me, "reg") == NULL) 68 hw_abort (me, "Missing \"reg\" property"); 70 if (!hw_find_reg_array_property (me, "reg", 0, ®)) 71 hw_abort (me, "\"reg\" property must contain three addr/size entries"); 73 hw_unit_address_to_attach_address (hw_parent (me), 75 &attach_space, &attach_address, me); local 76 hw_unit_size_to_attach_size (hw_parent (me), ®.size, &attach_size, me) local 79 0, attach_space, attach_address, attach_size, me); local [all...] |
| dv-m32r_uart.c | 35 m32r_uart_io_write_buffer (struct hw *me, const void *source, 38 SIM_DESC sd = hw_system (me); 63 m32r_uart_io_read_buffer (struct hw *me, void *dest, 66 SIM_DESC sd = hw_system (me); 102 attach_m32r_uart_regs (struct hw *me, struct m32r_uart *uart) 109 if (hw_find_property (me, "reg") == NULL) 110 hw_abort (me, "Missing \"reg\" property"); 112 if (!hw_find_reg_array_property (me, "reg", 0, ®)) 113 hw_abort (me, "\"reg\" property must contain three addr/size entries"); 115 hw_unit_address_to_attach_address (hw_parent (me), 117 &attach_space, &attach_address, me); local 118 hw_unit_size_to_attach_size (hw_parent (me), ®.size, &attach_size, me); local 121 0, attach_space, attach_address, attach_size, me); local [all...] |
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| hw_iobus.c | 49 hw_iobus_attach_address_callback(device *me, 61 device_error(me, "invalid space (%d) specified by %s", 64 device_address_to_attach_address(device_parent(me), 65 device_unit_address(me), 68 me); local 70 device_error(me, "Invalid attach address 0x%lx", (unsigned long)addr); 71 device_attach_address(device_parent(me),
|
| /src/external/gpl3/gdb.old/dist/sim/cris/ |
| dv-cris_900000xx.c | 32 cris_io_write_buffer (struct hw *me, const void *source, 37 SIM_CPU *cpu = hw_system_cpu (me); 57 attach_regs (struct hw *me, struct cris_900000xx_hw *hw) 64 if (hw_find_property (me, "reg") == NULL) 65 hw_abort (me, "Missing \"reg\" property"); 67 if (!hw_find_reg_array_property (me, "reg", 0, ®)) 68 hw_abort (me, "\"reg\" property must contain three addr/size entries"); 70 hw_unit_address_to_attach_address (hw_parent (me), 72 &attach_space, &attach_address, me); local 73 hw_unit_size_to_attach_size (hw_parent (me), ®.size, &attach_size, me) local 76 0, attach_space, attach_address, attach_size, me); local [all...] |
| /src/external/gpl3/gdb.old/dist/sim/m32r/ |
| dv-m32r_cache.c | 34 cris_io_write_buffer (struct hw *me, const void *source, 37 SIM_DESC sd = hw_system (me); 60 attach_regs (struct hw *me, struct m32r_cache_hw *hw) 67 if (hw_find_property (me, "reg") == NULL) 68 hw_abort (me, "Missing \"reg\" property"); 70 if (!hw_find_reg_array_property (me, "reg", 0, ®)) 71 hw_abort (me, "\"reg\" property must contain three addr/size entries"); 73 hw_unit_address_to_attach_address (hw_parent (me), 75 &attach_space, &attach_address, me); local 76 hw_unit_size_to_attach_size (hw_parent (me), ®.size, &attach_size, me) local 79 0, attach_space, attach_address, attach_size, me); local [all...] |
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| hw_iobus.c | 49 hw_iobus_attach_address_callback(device *me, 61 device_error(me, "invalid space (%d) specified by %s", 64 device_address_to_attach_address(device_parent(me), 65 device_unit_address(me), 68 me); local 70 device_error(me, "Invalid attach address 0x%lx", (unsigned long)addr); 71 device_attach_address(device_parent(me),
|
| /src/sys/arch/powerpc/oea/ |
| cpu_speedctl.c | 57 const struct sysctlnode *sysctl_node, *me, *freq; local 74 &me, 82 0, NULL, 0, CTL_MACHDEP, me->sysctl_num, CTL_CREATE, CTL_EOL) != 0) 89 0, NULL, 0, CTL_MACHDEP, me->sysctl_num, freq->sysctl_num, 98 1, NULL, 0, CTL_MACHDEP, me->sysctl_num, freq->sysctl_num, 107 2, NULL, 0, CTL_MACHDEP, me->sysctl_num, freq->sysctl_num,
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_rlc.c | 193 int me, i, max_me; local 201 for (me = 0; me < max_me; me++) { 202 if (me == 0) { 210 } else if (me == 1) { 218 } else if (me == 2) { 226 } else if (me == 3) { 234 } else if (me == 4) {
|
| /src/tests/lib/libc/membar/ |
| t_dekker.c | 63 lock(unsigned me) 66 top: waiting[me].v = 1; 68 while (waiting[1 - me].v) { 69 if (turn != me) { 70 waiting[me].v = 0; 71 while (turn != me) 80 unlock(unsigned me) 84 turn = 1 - me; 85 waiting[me].v = 0; 100 unsigned me = (unsigned)(uintptr_t)cookie local [all...] |
| t_spinlock.c | 91 unsigned me = (unsigned)(uintptr_t)cookie; local 106 TC[me] = C_local;
|
| /src/external/apache2/mDNSResponder/dist/mDNSShared/utilities/ |
| mdns_addr_tailq.c | 31 mdns_addr_tailq_t * const me = mdns_calloc(1, sizeof(*me)); local 32 require(me != NULL, exit); 34 STAILQ_INIT(me); 36 return me; 41 mdns_addr_tailq_dispose(mdns_addr_tailq_t * NONNULL me) 43 mdns_addr_with_port_t * n1 = STAILQ_FIRST(me); 50 mdns_addr_tailq_t * me_temp = me; 57 mdns_addr_tailq_empty(const mdns_addr_tailq_t * const NONNULL me) 59 return STAILQ_EMPTY(me); [all...] |
| /src/external/bsd/am-utils/dist/amd/ |
| restart.c | 50 restart_fake_mntfs(mntent_t *me, am_ops *fs_ops) 62 cp = strchr(me->mnt_fsname, ':'); 65 mo.opt_rhost = xstrdup(me->mnt_fsname); 68 } else if (STREQ(me->mnt_type, MNTTAB_TYPE_NFS)) { 72 plog(XLOG_WARNING, "NFS server entry assumed to be %s:/", me->mnt_fsname); 73 mo.opt_rhost = xstrdup(me->mnt_fsname); 75 me->mnt_fsname = str3cat(me->mnt_fsname, mo.opt_rhost, ":", "/"); 77 mo.opt_fs = me->mnt_dir; 78 mo.opt_opts = me->mnt_opts 137 mntent_t *me = mlp->mnt; local 200 mntent_t *me = mlp->mnt; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| tls.c | 75 int me = (long) vp; local 82 K::another_thread_local = me; 83 for( i = 0; i <= me; i++ ) { 87 another_thread_local_val[me] = K::another_thread_local; 88 thread_local_val[ me ] = a_thread_local; /* here we know tls value */ 92 fprintf (stderr, "th %d post on sem tell_main failed\n", me); 97 fprintf (stderr, "th %d post on tell main\n", me); 103 fprintf (stderr, "th %d start wait on tell_thread\n", me); 111 fprintf (stderr, "th %d wait tell_thread got EINTR, rewaiting\n", me); 117 fprintf (stderr, "th %d wait on sem tell_thread failed\n", me); [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| tls.c | 75 int me = (long) vp; local 82 K::another_thread_local = me; 83 for( i = 0; i <= me; i++ ) { 87 another_thread_local_val[me] = K::another_thread_local; 88 thread_local_val[ me ] = a_thread_local; /* here we know tls value */ 92 fprintf (stderr, "th %d post on sem tell_main failed\n", me); 97 fprintf (stderr, "th %d post on tell main\n", me); 103 fprintf (stderr, "th %d start wait on tell_thread\n", me); 111 fprintf (stderr, "th %d wait tell_thread got EINTR, rewaiting\n", me); 117 fprintf (stderr, "th %d wait on sem tell_thread failed\n", me); [all...] |