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

123456789

/freebsd-11-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-11-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-11-stable/crypto/openssh/regress/
H A Dallow-deny-users.sh6 me="$LOGNAME"
7 if [ "x$me" = "x" ]; then
8 me=`whoami`
21 ${SSH} -F $OBJ/ssh_config "$me@somehost" true
34 test_auth "$other $me" "" false "user in DenyUsers allowed"
35 test_auth "$me $other" "" false "user in DenyUsers allowed"
37 test_auth "" "$other $me" true "user in AllowUsers denied"
38 test_auth "" "$me $other" true "user in AllowUsers denied"
39 test_auth "$me $other" "$me
[all...]
/freebsd-11-stable/share/doc/papers/devfs/
H A DMakefile5 SRCS= paper.me
6 MACROS= -me
/freebsd-11-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-11-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-11-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-11-stable/share/doc/smm/08.sendmailop/
H A DMakefile5 SRCS= op.me
6 MACROS= -me
/freebsd-11-stable/share/doc/usd/19.memacros/
H A DMakefile5 SRCS= meintro.me-sed
6 MACROS= -me
13 meintro.me-sed: meintro.me
/freebsd-11-stable/share/doc/usd/20.meref/
H A DMakefile5 SRCS= meref.me-sed
6 MACROS= -me
13 meref.me-sed: meref.me
/freebsd-11-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-11-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-11-stable/sys/geom/sched/
H A Dg_sched.h46 if (me.gs_debug >= (lvl)) { \
48 if (me.gs_debug > 0) \
57 if (me.gs_debug >= 2) { \
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 Dgs_delay.c84 static struct g_delay_params me = { variable in typeref:struct:g_delay_params
90 struct g_delay_params *gs_delay_me = &me;
96 &me.bypass, 0, "Scheduler bypass");
98 &me.units, 0, "Scheduler instances");
100 &me.latency, 0, "Minimum latency for requests, in microseconds (1/hz resolution)");
102 &me.io, 0, "I/Os delayed\n");
142 me.io++;
167 if (me.bypass)
172 bintime_addx(&bp->bio_t0, BTFRAC_1US * me.latency);
209 me
[all...]
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-11-stable/share/doc/smm/06.nfs/
H A DMakefile6 MACROS= -me
/freebsd-11-stable/usr.bin/fortune/tools/
H A DDo_troff9 $* -me >& $file.tr
/freebsd-11-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-11-stable/share/doc/psd/20.ipctut/
H A DMakefile5 SRCS= tutor.me
6 MACROS= -me
/freebsd-11-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-11-stable/share/doc/usd/07.mail/
H A DMakefile7 MACROS= -me
/freebsd-11-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-11-stable/etc/
H A Drc.firewall220 ${fwcmd} add pass all from me to ${net}
221 ${fwcmd} add pass all from ${net} to me
223 ${fwcmd} add pass all from me to ${net6}
224 ${fwcmd} add pass all from ${net6} to me
232 ${fwcmd} add pass udp from fe80::/10 to me 546
242 ${fwcmd} add pass tcp from any to me 25 setup
245 ${fwcmd} add pass tcp from me to any setup
251 ${fwcmd} add pass udp from me to any 53 keep-state
254 ${fwcmd} add pass udp from me to any 123 keep-state
392 ${fwcmd} add pass tcp from any to me 2
[all...]
/freebsd-11-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);

Completed in 313 milliseconds

123456789