Searched refs:me (Results 1 - 25 of 219) sorted by relevance

123456789

/freebsd-10-stable/share/doc/psd/18.gprof/
H A DMakefile5 SRCS= header.me abstract.me intro.me profiling.me gathering.me \
6 postp.me present.me refs.me
8 MACROS= -me
/freebsd-10-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_compound_literals1.c9 struct p me = (struct p) {1, 2, 3, 4}; local
10 me.a = me.b;
/freebsd-10-stable/share/doc/papers/devfs/
H A DMakefile5 SRCS= paper.me
6 MACROS= -me
/freebsd-10-stable/contrib/apr-util/misc/
H A Dapr_thread_pool.c82 static apr_status_t thread_pool_construct(apr_thread_pool_t * me, argument
89 me->thd_max = max_threads;
90 me->idle_max = init_threads;
91 me->threshold = init_threads / 2;
92 rv = apr_thread_mutex_create(&me->lock, APR_THREAD_MUTEX_NESTED,
93 me->pool);
97 rv = apr_thread_cond_create(&me->cond, me->pool);
99 apr_thread_mutex_destroy(me->lock);
102 me
151 pop_task(apr_thread_pool_t * me) argument
192 waiting_time(apr_thread_pool_t * me) argument
207 elt_new(apr_thread_pool_t * me, apr_thread_t * t) argument
240 apr_thread_pool_t *me = param; local
329 thread_pool_cleanup(void *me) argument
402 task_new(apr_thread_pool_t * me, apr_thread_start_t func, void *param, apr_byte_t priority, void *owner, apr_time_t time) argument
440 add_if_empty(apr_thread_pool_t * me, apr_thread_pool_task_t * const t) argument
479 schedule_task(apr_thread_pool_t *me, apr_thread_start_t func, void *param, void *owner, apr_interval_time_t time) argument
528 add_task(apr_thread_pool_t *me, apr_thread_start_t func, void *param, apr_byte_t priority, int push, void *owner) argument
610 remove_scheduled_tasks(apr_thread_pool_t *me, void *owner) argument
631 remove_tasks(apr_thread_pool_t *me, void *owner) argument
659 wait_on_busy_threads(apr_thread_pool_t *me, void *owner) argument
778 trim_threads(apr_thread_pool_t *me, apr_size_t *cnt, int idle) argument
828 trim_idle_threads(apr_thread_pool_t *me, apr_size_t cnt) argument
861 trim_busy_threads(apr_thread_pool_t *me, apr_size_t cnt) argument
[all...]
/freebsd-10-stable/contrib/apr-util/include/
H A Dapr_thread_pool.h68 * @param me The pointer in which to return the newly created apr_thread_pool
77 APU_DECLARE(apr_status_t) apr_thread_pool_create(apr_thread_pool_t **me,
86 APU_DECLARE(apr_status_t) apr_thread_pool_destroy(apr_thread_pool_t *me); variable
90 * @param me The thread pool
97 APU_DECLARE(apr_status_t) apr_thread_pool_push(apr_thread_pool_t *me,
104 * @param me The thread pool
111 APU_DECLARE(apr_status_t) apr_thread_pool_schedule(apr_thread_pool_t *me,
119 * @param me The thread pool
126 APU_DECLARE(apr_status_t) apr_thread_pool_top(apr_thread_pool_t *me,
135 * @param me Th
149 APU_DECLARE(apr_size_t) apr_thread_pool_tasks_count(apr_thread_pool_t *me); variable
156 APU_DECLARE(apr_size_t) apr_thread_pool_scheduled_tasks_count(apr_thread_pool_t *me); variable
163 APU_DECLARE(apr_size_t) apr_thread_pool_threads_count(apr_thread_pool_t *me); variable
170 APU_DECLARE(apr_size_t) apr_thread_pool_busy_count(apr_thread_pool_t *me); variable
177 APU_DECLARE(apr_size_t) apr_thread_pool_idle_count(apr_thread_pool_t *me); variable
195 apr_thread_pool_tasks_run_count(apr_thread_pool_t * me); variable
203 apr_thread_pool_tasks_high_count(apr_thread_pool_t * me); variable
211 apr_thread_pool_threads_high_count(apr_thread_pool_t * me); variable
219 apr_thread_pool_threads_idle_timeout_count(apr_thread_pool_t * me); variable
226 APU_DECLARE(apr_size_t) apr_thread_pool_idle_max_get(apr_thread_pool_t *me); variable
258 apr_thread_pool_idle_wait_get(apr_thread_pool_t * me); variable
265 APU_DECLARE(apr_size_t) apr_thread_pool_thread_max_get(apr_thread_pool_t *me); variable
281 APU_DECLARE(apr_size_t) apr_thread_pool_threshold_get(apr_thread_pool_t * me); variable
[all...]
/freebsd-10-stable/share/me/
H A DMakefile4 MELIB= ${BINDIR}/me
6 MESRCS= acm.me chars.me deltext.me eqn.me float.me footnote.me \
7 index.me letterhead.me local.me nul
[all...]
/freebsd-10-stable/share/doc/smm/08.sendmailop/
H A DMakefile5 SRCS= op.me
6 MACROS= -me
/freebsd-10-stable/share/doc/usd/19.memacros/
H A DMakefile5 SRCS= meintro.me-sed
6 MACROS= -me
13 meintro.me-sed: meintro.me
/freebsd-10-stable/share/doc/usd/20.meref/
H A DMakefile5 SRCS= meref.me-sed
6 MACROS= -me
13 meref.me-sed: meref.me
/freebsd-10-stable/contrib/amd/amd/
H A Drestart.c48 restart_fake_mntfs(mntent_t *me, am_ops *fs_ops) argument
60 cp = strchr(me->mnt_fsname, ':');
63 mo.opt_rhost = xstrdup(me->mnt_fsname);
66 } else if (STREQ(me->mnt_type, MNTTAB_TYPE_NFS)) {
70 plog(XLOG_WARNING, "NFS server entry assumed to be %s:/", me->mnt_fsname);
71 mo.opt_rhost = xstrdup(me->mnt_fsname);
73 me->mnt_fsname = str3cat(me->mnt_fsname, mo.opt_rhost, ":", "/");
75 mo.opt_fs = me->mnt_dir;
76 mo.opt_opts = me
135 mntent_t *me = mlp->mnt; local
198 mntent_t *me = mlp->mnt; local
[all...]
/freebsd-10-stable/contrib/atf/atf-c/detail/
H A Dmap.c50 struct map_entry *me; local
52 me = (struct map_entry *)malloc(sizeof(*me));
53 if (me != NULL) {
54 me->m_key = strdup(key);
55 if (me->m_key == NULL) {
56 free(me);
57 me = NULL;
59 me->m_value = value;
60 me
78 const struct map_entry *me = citer.m_entry; local
86 const struct map_entry *me = citer.m_entry; local
122 const struct map_entry *me = iter.m_entry; local
130 const struct map_entry *me = iter.m_entry; local
207 struct map_entry *me = atf_list_iter_data(iter); local
267 struct map_entry *me = atf_list_iter_data(iter); local
287 const struct map_entry *me = atf_list_citer_data(iter); local
349 struct map_entry *me; local
[all...]
/freebsd-10-stable/share/doc/smm/06.nfs/
H A DMakefile6 MACROS= -me
/freebsd-10-stable/games/fortune/tools/
H A DDo_troff9 $* -me >& $file.tr
/freebsd-10-stable/contrib/gcclibs/libgomp/config/posix95/
H A Dlock.c84 pthread_t me = pthread_self (); local
86 if (lock->owner != me)
89 lock->owner = me;
110 pthread_t me = pthread_self (); local
112 if (lock->owner != me)
116 lock->owner = me;
/freebsd-10-stable/sys/geom/sched/
H A Dgs_rr.c189 static struct g_rr_params me = { variable in typeref:struct:g_rr_params
190 .sc_head = LIST_HEAD_INITIALIZER(&me.sc_head),
198 struct g_rr_params *gs_rr_me = &me;
204 &me.units, 0, "Scheduler instances");
206 &me.queues, 0, "Total rr queues");
208 &me.wait_ms.x_cur, 0, "Wait time milliseconds");
210 &me.quantum_ms.x_cur, 0, "Quantum size milliseconds");
212 &me.bypass, 0, "Bypass scheduler");
214 &me.w_anticipate, 0, "Do anticipation on writes");
216 &me
[all...]
H A Dg_sched.h46 if (me.gs_debug >= (lvl)) { \
48 if (me.gs_debug > 0) \
57 if (me.gs_debug >= 2) { \
H A Dg_sched.c185 static struct geom_sched_vars me = { variable in typeref:struct:geom_sched_vars
194 &me.gs_write_bytes_in_flight, 0, "Write bytes in flight");
197 &me.gs_bytes_in_flight, 0, "Bytes in flight");
200 &me.gs_writes_in_flight, 0, "Write Requests in flight");
203 &me.gs_in_flight, 0, "Requests in flight");
206 &me.gs_done, 0, "Total done");
209 &me.gs_requests, 0, "Total requests");
212 &me.gs_names, 0, "Algorithm names");
215 &me.gs_sched_count, 0, "Number of algorithms");
218 &me
[all...]
/freebsd-10-stable/share/doc/psd/20.ipctut/
H A DMakefile5 SRCS= tutor.me
6 MACROS= -me
/freebsd-10-stable/contrib/gcc/config/i386/
H A Dgthr-win32.c198 DWORD me = GetCurrentThreadId(); local
202 mutex->owner = me;
204 else if (mutex->owner == me)
212 mutex->owner = me;
227 DWORD me = GetCurrentThreadId(); local
231 mutex->owner = me;
233 else if (mutex->owner == me)
/freebsd-10-stable/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.def92 please fill me in...
94 please fill me in...
96 please fill me in...
98 please fill me in...
100 please fill me in...
102 please fill me in...
104 please fill me in...
106 please fill me in...
108 please fill me in...
110 please fill me i
[all...]
/freebsd-10-stable/share/doc/usd/07.mail/
H A DMakefile7 MACROS= -me
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c567 attr_counter_new(struct mtree_entry *me, struct attr_counter *prev) argument
576 ac->m_entry = me;
599 struct attr_counter *last, struct mtree_entry *me)
627 ac = attr_counter_new(me, last);
639 attr_counter_set_collect(struct mtree_writer *mtree, struct mtree_entry *me) argument
647 acs->uid_list = attr_counter_new(me, NULL);
653 if (ac->m_entry->uid == me->uid)
657 if (attr_counter_inc(&acs->uid_list, ac, last, me) < 0)
663 acs->gid_list = attr_counter_new(me, NULL);
669 if (ac->m_entry->gid == me
598 attr_counter_inc(struct attr_counter **top, struct attr_counter *ac, struct attr_counter *last, struct mtree_entry *me) argument
727 get_global_set_keys(struct mtree_writer *mtree, struct mtree_entry *me) argument
778 struct mtree_entry *me; local
852 mtree_entry_free(struct mtree_entry *me) argument
907 write_mtree_entry(struct archive_write *a, struct mtree_entry *me) argument
1196 struct mtree_entry *me; local
[all...]
/freebsd-10-stable/etc/
H A Drc.firewall212 ${fwcmd} add pass all from me to ${net}
213 ${fwcmd} add pass all from ${net} to me
215 ${fwcmd} add pass all from me to ${net6}
216 ${fwcmd} add pass all from ${net6} to me
224 ${fwcmd} add pass udp from fe80::/10 to me 546
234 ${fwcmd} add pass tcp from any to me 25 setup
237 ${fwcmd} add pass tcp from me to any setup
243 ${fwcmd} add pass udp from me to any 53 keep-state
246 ${fwcmd} add pass udp from me to any 123 keep-state
384 ${fwcmd} add pass tcp from any to me 2
[all...]
/freebsd-10-stable/tools/regression/p1003_1b/
H A Dsched.c240 pid_t me; local
244 if ((me = fork()) != 0)
267 *lastrun = me;
270 if (*lastrun == me)
275 if (!me || rt_param.sched_priority != 0)
279 (long)me, rt_param.sched_priority + 1);
/freebsd-10-stable/sys/dev/ubsec/
H A Dubsec.c1701 struct ubsec_q2_modexp *me = (struct ubsec_q2_modexp *)q; local
1704 krp = me->me_krp;
1705 rlen = (me->me_modbits + 7) / 8;
1708 ubsec_dma_sync(&me->me_M, BUS_DMASYNC_POSTWRITE);
1709 ubsec_dma_sync(&me->me_E, BUS_DMASYNC_POSTWRITE);
1710 ubsec_dma_sync(&me->me_C, BUS_DMASYNC_POSTREAD);
1711 ubsec_dma_sync(&me->me_epb, BUS_DMASYNC_POSTWRITE);
1720 bcopy(me->me_C.dma_vaddr,
1722 (me->me_modbits + 7) / 8);
1724 ubsec_kshift_l(me
2077 struct ubsec_q2_modexp *me = (struct ubsec_q2_modexp *)q; local
2146 struct ubsec_q2_modexp *me; local
2348 struct ubsec_q2_modexp *me; local
[all...]

Completed in 247 milliseconds

123456789