Home
last modified time | relevance | path

Searched refs:me (Results 1 – 25 of 191) sorted by relevance

12345678

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c785 me = calloc(1, sizeof(*me)); in mtree_entry_new()
786 if (me == NULL) { in mtree_entry_new()
813 archive_entry_fflags(entry, &me->fflags_set, &me->fflags_clear); in mtree_entry_new()
823 me->dir_info = calloc(1, sizeof(*me->dir_info)); in mtree_entry_new()
833 me->dir_info->children.last = &(me->dir_info->children.first); in mtree_entry_new()
836 me->reg_info = calloc(1, sizeof(*me->reg_info)); in mtree_entry_new()
847 *m_entry = me; in mtree_entry_new()
863 free(me); in mtree_entry_free()
925 me->parentdir.s, me->basename.s); in write_mtree_entry()
949 me->nlink != 1 && me->filetype != AE_IFDIR) in write_mtree_entry()
[all …]
/dragonfly/sys/dev/crypto/ubsec/
H A Dubsec.c1725 me->me_C.dma_vaddr, me->me_normbits, in ubsec_callback2()
1733 bzero(me->me_E.dma_vaddr, me->me_E.dma_size); in ubsec_callback2()
1734 bzero(me->me_M.dma_vaddr, me->me_M.dma_size); in ubsec_callback2()
1735 bzero(me->me_C.dma_vaddr, me->me_C.dma_size); in ubsec_callback2()
2213 bzero(me->me_C.dma_vaddr, me->me_C.dma_size); in ubsec_kprocess_modexp_sw()
2315 bzero(me->me_M.dma_vaddr, me->me_M.dma_size); in ubsec_kprocess_modexp_sw()
2319 bzero(me->me_E.dma_vaddr, me->me_E.dma_size); in ubsec_kprocess_modexp_sw()
2323 bzero(me->me_C.dma_vaddr, me->me_C.dma_size); in ubsec_kprocess_modexp_sw()
2411 bzero(me->me_C.dma_vaddr, me->me_C.dma_size); in ubsec_kprocess_modexp_hw()
2511 bzero(me->me_M.dma_vaddr, me->me_M.dma_size); in ubsec_kprocess_modexp_hw()
[all …]
/dragonfly/contrib/gcc-8.0/libgomp/config/posix/
H A Dlock.c88 void *me = gomp_icv (true); in gomp_set_nest_lock_30() local
90 if (lock->owner != me) in gomp_set_nest_lock_30()
93 lock->owner = me; in gomp_set_nest_lock_30()
111 void *me = gomp_icv (true); in gomp_test_nest_lock_30() local
113 if (lock->owner != me) in gomp_test_nest_lock_30()
117 lock->owner = me; in gomp_test_nest_lock_30()
173 void *me = gomp_icv (true); in gomp_set_nest_lock_30() local
175 if (lock->owner != me) in gomp_set_nest_lock_30()
179 lock->owner = me; in gomp_set_nest_lock_30()
199 if (lock->owner != me) in gomp_test_nest_lock_30()
[all …]
/dragonfly/contrib/gcc-4.7/libgomp/config/posix/
H A Dlock.c90 void *me = gomp_icv (true); in gomp_set_nest_lock_30() local
92 if (lock->owner != me) in gomp_set_nest_lock_30()
95 lock->owner = me; in gomp_set_nest_lock_30()
113 void *me = gomp_icv (true); in gomp_test_nest_lock_30() local
115 if (lock->owner != me) in gomp_test_nest_lock_30()
119 lock->owner = me; in gomp_test_nest_lock_30()
175 void *me = gomp_icv (true); in gomp_set_nest_lock_30() local
177 if (lock->owner != me) in gomp_set_nest_lock_30()
181 lock->owner = me; in gomp_set_nest_lock_30()
201 if (lock->owner != me) in gomp_test_nest_lock_30()
[all …]
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Duvd_v7_0.c162 WREG32_SOC15(UVD, ring->me, mmUVD_RB_WPTR, in uvd_v7_0_enc_ring_set_wptr()
165 WREG32_SOC15(UVD, ring->me, mmUVD_RB_WPTR2, in uvd_v7_0_enc_ring_set_wptr()
188 ring->me, ring->idx, r); in uvd_v7_0_enc_ring_test_ring()
205 ring->me, ring->idx, i); in uvd_v7_0_enc_ring_test_ring()
208 ring->me, ring->idx); in uvd_v7_0_enc_ring_test_ring()
1237 ring->me, ring->idx, r); in uvd_v7_0_ring_test_ring()
1253 ring->me, ring->idx, i); in uvd_v7_0_ring_test_ring()
1256 ring->me, ring->idx, tmp); in uvd_v7_0_ring_test_ring()
1276 if (!p->ring->me) in uvd_v7_0_ring_patch_cs_in_place()
1845 adev->uvd.inst[i].ring.me = i; in uvd_v7_0_set_ring_funcs()
[all …]
/dragonfly/contrib/file/src/
H A Dapprentice.c1303 mset[i].me[mset[i].count++] = *me; in addentry()
1304 memset(me, 0, sizeof(*me)); in addentry()
1329 memset(&me, 0, sizeof(me)); in load_1()
1389 if (me.mp) in load_1()
1417 set_test_type(me[starttest].mp, me[i].mp); in set_text_binary()
1500 free(me); in magic_entry_free()
1594 qsort(mset[j].me, mset[j].count, sizeof(*mset[j].me), in apprentice_load()
2054 m = &me->mp[me->cont_count - 1]; in parse()
2060 if (me->cont_count == me->max_count) { in parse()
2071 m = &me->mp[me->cont_count++]; in parse()
[all …]
/dragonfly/games/tetris/
H A Dscores.c151 const char *me; in savescore() local
163 me = thisuser(); in savescore()
165 if (sp->hs_level != level || strcmp(sp->hs_name, me) != 0) in savescore()
183 strlcpy(sp->hs_name, me, sizeof sp->hs_name); in savescore()
342 const char *me; in showscores() local
354 me = level && SOstr ? thisuser() : NULL; in showscores()
377 printem(level, i + 1, sp, n, me); in showscores()
393 printem(int level, int offset, struct highscore *hs, int n, const char *me) in printem() argument
423 if (me != NULL && in printem()
426 strcmp(sp->hs_name, me) == 0) { in printem()
/dragonfly/etc/
H A Drc.firewall125 ${fwcmd} add pass all from me to ${net}
126 ${fwcmd} add pass all from ${net} to me
139 ${fwcmd} add pass tcp from me to any setup
140 ${fwcmd} add pass udp from me to any keep-state
145 ${fwcmd} add pass tcp from any to me ${port} setup
151 ${fwcmd} add pass udp from any to me ${port}
152 ${fwcmd} add pass udp from me ${port} to any
/dragonfly/contrib/tcsh-6/nls/french/
H A Dset211 9 Plantage système imminent
22 20 Appel système incorrect
43 41 Arrêt du système imminent
71 69 Deuxième signal temps réel
72 70 Troisième signal temps réel
73 71 Quatrième signal temps réel
74 72 Quatrième signal temps réel avant la fin
75 73 Antépénultième signal temps réel
/dragonfly/tools/regression/p1003_1b/
H A Dsched.c242 pid_t me; in sched() local
246 if ((me = fork()) != 0) in sched()
269 *lastrun = me; in sched()
272 if (*lastrun == me) in sched()
277 if (!me || rt_param.sched_priority != 0) in sched()
281 (long)me, rt_param.sched_priority + 1); in sched()
/dragonfly/usr.sbin/cron/doc/
H A DCHANGES10 system; these were offerred to me before I started consulting for them, so
21 I also added a "-e" option to crontab(1). Nine people also sent me diffs
34 About a dozen people have reminded me that I forgot to initialize
38 Steve Simmons reminded me that once an account has been deleted from the
47 Dan O'Neil reminded me that I forgot to reset "log_fd" in misc.c. A lot of
48 others also reminded me of this, but Dan gets the point. I didn't fix it
51 Peter Kabal reminded me that I forgot to "#ifdef DEBUGGING" some code in
52 misc.c. Hans Trompert actually told me first, but Peter sent the patch so
57 syslog even when they configured it that way :-). Steve Simmons told me
71 Irving Wolfe sent me some very cheerful changes for a NeXT system, but I
[all …]
H A DTHANKS5 Rich Salz and Carl Gutekunst were each of enormous help to me in V1; Carl for
6 helping me understand UNIX well enough to write it, and Rich for helping me
9 John Gilmore wrote me a wonderful review of V2, which took me a whole year to
10 answer even though it made me clean up some really awful things in the code.
/dragonfly/test/stress/stress2/misc/
H A Dfpclone.sh111 static struct mtx me;
160 mtx_lock(&me);
163 mtx_unlock(&me);
173 mtx_init(&me, "fp_ref", NULL, MTX_DEF);
180 mtx_destroy(&me);
/dragonfly/libexec/tftpd/
H A Dtftpd.c112 struct sockaddr_storage me; in main() local
266 len = sizeof(me); in main()
267 if (getsockname(0, (struct sockaddr *)&me, &len) == 0) { in main()
268 switch (me.ss_family) { in main()
270 ((struct sockaddr_in *)&me)->sin_port = 0; in main()
273 ((struct sockaddr_in6 *)&me)->sin6_port = 0; in main()
280 memset(&me, 0, sizeof(me)); in main()
281 me.ss_family = from.ss_family; in main()
282 me.ss_len = from.ss_len; in main()
292 if (bind(peer, (struct sockaddr *)&me, me.ss_len) < 0) { in main()
/dragonfly/lib/libexecinfo/
H A Dsymtab.c175 uintptr_t dd, sd, me = (uintptr_t)p; in symtab_find() local
178 if (s[mid].st_value < me) in symtab_find()
180 else if (s[mid].st_value > me) in symtab_find()
190 dd = me - (uintptr_t)dli->dli_saddr; in symtab_find()
191 sd = me - s[mid].st_value; in symtab_find()
/dragonfly/games/quiz/datfiles/
H A Dsov24 Elizabeth[ [I|1]|]:16-17|16:Ja[me|]s [I|1]
25 Ja[me|]s [I|1]:17:Cha[rle|]s [I|1]
29 Cha[rle|]s [II|2]:17:Ja[me|]s [II|2]
30 Ja[me|]s [II|2]:17:W[illia|]m and Mary
/dragonfly/games/fortune/datfiles/
H A Ddragonfly-funny72 Just call me "Mary Kay" :D
95 <coolvibe> can I play with sourcecode - the coder looked and he laughed at me
97 <robg> coolvibe, your killing me how am i supposed to get anything done..
102 <@Dianora> hsu is sending me porn!
144 past hacks staring back at me
146 mind and brings me to dispair!
148 see, was someone watching me.
163 <eirik> except me which added some ugly hack into the network stack
H A Dzippy135 BARBARA STANWYCK makes me nervous!!
224 Don't hit me!! I'm in the Twilight Zone!!!
226 Don't SANFORIZE me!!
232 Edwin Meese made me wear CORDOVANS!!
248 FEELINGS are cascading over me!!!
558 me --
826 Make me look like LINDA RONSTADT again!!
979 PARDON me, am I speaking ENGLISH?
1053 Minnesota but don't EMBARRASS me!!
1159 EMOTIONS are SWEEPING over me!!
[all …]
/dragonfly/games/fish/
H A Dfish.instr6 We take turns asking each other for cards, but you can't ask me for a card
9 of the cards you ask for, you get to keep asking. If you ask me for a
12 me for, you get to keep asking me for cards. If not, it's my turn and I ask
/dragonfly/sys/dev/raid/mlx/
H A Dmlx.c1075 for (i = NELEM(me->me_dead) - 1; i >= 0; i--) { in mlx_periodic_enquiry()
1079 me->me_misc_flags = 0; in mlx_periodic_enquiry()
1081 me->me_dead_count = meo->me_dead_count; in mlx_periodic_enquiry()
1083 me->me_event_log_seq_num = 0; in mlx_periodic_enquiry()
1085 me->me_max_commands = meo->me_max_commands; in mlx_periodic_enquiry()
1086 me->me_rebuild_flag = meo->me_rebuild_flag; in mlx_periodic_enquiry()
1087 me->me_fwmajor = meo->me_fwmajor; in mlx_periodic_enquiry()
1088 me->me_fwminor = meo->me_fwminor; in mlx_periodic_enquiry()
1090 me->me_flash_age = meo->me_flash_age; in mlx_periodic_enquiry()
1095 me->me_drvsize[i] = meo->me_drvsize[i]; in mlx_periodic_enquiry()
[all …]
/dragonfly/gnu/usr.bin/rcs/
H A Drcstest172 ?*) me=$LOGNAME;;
175 ?*) me=$USER;;
177 me=`who am i` || exit 2
178 me=`echo "$me" | sed -e 's/ .*//' -e 's/.*!//'`
179 case $me in
213 sed -e 's/w s [$]/w s '"$me"' $/' -e 's/[$]Locker: /&'"$me/" a.kv >a.kvl &&
/dragonfly/usr.bin/calendar/calendars/fr_FR.UTF-8/
H A Dcalendar.proverbes56 02/05 Pour la sainte Agathe, sème ton oignon,
119me oignons et poireaux.
157me ton orge,
181 05/23 Qui sème haricots à la saint Didier
217 Les sème en juillet.
238 08/10 Qui sème à la saint Laurent
266 09/19 Qui sème à la saint Janvier
278 09/30 À la saint Jérôme,
284 10/04 Sème à la saint François,
292 10/18 À la saint Luc, sème dru,
[all …]
/dragonfly/lib/libusb/
H A Dlibusb20_desc.c328 uint8_t me; /* message element */ in libusb20_me_encode() local
343 me = (pf[0]) & LIBUSB20_ME_MASK; in libusb20_me_encode()
349 switch (me) { in libusb20_me_encode()
561 uint8_t me; /* message element */ in libusb20_me_decode() local
576 me = (pf[0]) & LIBUSB20_ME_MASK; in libusb20_me_decode()
582 switch (me) { in libusb20_me_decode()
/dragonfly/games/hack/
H A DOriginal_READ_ME16 9: tell me what you think of it.
23 questions, write me
29 or call me at (617) 443-5036. Since I have both a modem and a teen-age
52 Most of hack was written by me, with help from
/dragonfly/sys/dev/raid/mly/
H A Dmly.c1263 mly_process_event(sc, me); in mly_complete_event()
1264 kfree(me, M_DEVBUF); in mly_complete_event()
1291 if ((me->code == 0x1c) && in mly_process_event()
1296 event = me->code; in mly_process_event()
1302 debug(1, "Event %d code 0x%x", me->sequence_number, me->code); in mly_process_event()
1321 mly_printf(sc, "physical device %d:%d %s\n", me->channel, me->target, tp); in mly_process_event()
1323 sc->mly_btl[me->channel][me->target].mb_flags |= MLY_BTL_RESCAN; in mly_process_event()
1327 bus = MLY_LOGDEV_BUS(sc, me->lun); in mly_process_event()
1341 mly_printf(sc, "physical device %d:%d %s\n", me->channel, me->target, tp); in mly_process_event()
1347 sc->mly_btl[me->channel][me->target].mb_flags |= MLY_BTL_RESCAN; in mly_process_event()
[all …]

12345678