Home
last modified time | relevance | path

Searched refs:ve (Results 1 – 25 of 112) sorted by relevance

12345

/dragonfly/sys/vm/
H A Dvm_vmspace.c115 ve->id = uap->id; in sys_vmspace_create()
216 if (ve && vklp->ve_cache != ve) { in sys_vmspace_ctl()
244 vklp->ve = ve; in sys_vmspace_ctl()
257 if (ve) in sys_vmspace_ctl()
653 if (ve && ve->id == id) { in vkernel_find_vmspace()
663 return ve; in vkernel_find_vmspace()
684 if (ve) { in vkernel_find_vmspace()
687 ve = NULL; in vkernel_find_vmspace()
692 return (ve); in vkernel_find_vmspace()
763 if ((ve = vklp->ve) != NULL) { in vkernel_lwp_exit()
[all …]
/dragonfly/sys/kern/
H A Dkern_varsym.c229 struct varsyment *ve; in sys_varsym_list() local
351 struct varsyment *ve; in varsymlookup() local
359 return(ve); in varsymlookup()
409 if (ve) { in varsymfind()
410 sym = ve->ve_sym; in varsymfind()
424 struct varsyment *ve; in varsymmake() local
464 ve->ve_sym = sym; in varsymmake()
479 kfree(ve, M_VARSYM); in varsymmake()
527 varsymdup(vss, ve); in varsymset_init()
541 varsymdrop(ve->ve_sym); in varsymset_clean()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dloop-unroll.c2050 if (ve->reuse_expansion == 0) in get_expansion()
2051 reg = ve->reg; in get_expansion()
2053 reg = VEC_index (rtx, ve->var_expansions, ve->reuse_expansion - 1); in get_expansion()
2055 if (VEC_length (rtx, ve->var_expansions) == (unsigned) ve->reuse_expansion) in get_expansion()
2056 ve->reuse_expansion = 0; in get_expansion()
2058 ve->reuse_expansion++; in get_expansion()
2093 ve->expansion_count++; in expand_var_during_unrolling()
2137 switch (ve->op) in insert_var_expansion_initialization()
2182 rtx sum = ve->reg; in combine_var_copies_in_loop_exit()
2190 switch (ve->op) in combine_var_copies_in_loop_exit()
[all …]
H A Dtree-ssa-tail-merge.c310 same_succ_print_traverse (void **ve, void *vfile) in same_succ_print_traverse() argument
312 const same_succ e = *((const same_succ *)ve); in same_succ_print_traverse()
391 same_succ_hash (const void *ve) in same_succ_hash() argument
393 const_same_succ e = (const_same_succ)ve; in same_succ_hash()
562 same_succ_delete (void *ve) in same_succ_delete() argument
564 same_succ e = (same_succ)ve; in same_succ_delete()
571 XDELETE (ve); in same_succ_delete()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dloop-unroll.c1798 if (ve->reuse_expansion == 0) in get_expansion()
1799 reg = ve->reg; in get_expansion()
1801 reg = ve->var_expansions[ve->reuse_expansion - 1]; in get_expansion()
1803 if (ve->var_expansions.length () == (unsigned) ve->reuse_expansion) in get_expansion()
1804 ve->reuse_expansion = 0; in get_expansion()
1806 ve->reuse_expansion++; in get_expansion()
1839 ve->expansion_count++; in expand_var_during_unrolling()
1884 switch (ve->op) in insert_var_expansion_initialization()
1925 rtx sum = ve->reg; in combine_var_copies_in_loop_exit()
1937 switch (ve->op) in combine_var_copies_in_loop_exit()
[all …]
/dragonfly/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c241 boot_catalog_validation_entry *ve; in cd9660_boot_setup_validation_entry() local
248 ve = &entry->entry_data.VE; in cd9660_boot_setup_validation_entry()
250 ve->header_id[0] = 1; in cd9660_boot_setup_validation_entry()
251 ve->platform_id[0] = sys; in cd9660_boot_setup_validation_entry()
252 ve->key[0] = 0x55; in cd9660_boot_setup_validation_entry()
253 ve->key[1] = 0xAA; in cd9660_boot_setup_validation_entry()
257 cd9660_721(0, ve->checksum); in cd9660_boot_setup_validation_entry()
258 csptr = (unsigned char*)ve; in cd9660_boot_setup_validation_entry()
264 cd9660_721(checksum, ve->checksum); in cd9660_boot_setup_validation_entry()
267 "checksum %04x\n", __func__, ve->header_id[0], ve->platform_id[0], in cd9660_boot_setup_validation_entry()
[all …]
/dragonfly/lib/libc/nls/
H A Dsk_SK.ISO8859-2.msg61 27 S�bor je pr�li� ve�k�
75 34 V�sledok pr�li� ve�k� alebo pr�li� mal�
79 36 Oper�cia pr�ve prebieha
243 25 Prekro�en� limit ve�kosti s�boru
/dragonfly/contrib/libpcap/
H A DREADME.md21 for packet capture, and since we've developed several tools that
22 require this functionality, we've created this system-independent API
76 We've been maintaining binary compatibility between libpcap releases for
/dragonfly/lib/libfetch/
H A Dhttp.c1059 char *v, *ve; in http_authfromenv() local
1068 if ((ve = strchr(v, ':')) == NULL) in http_authfromenv()
1071 *ve = 0; in http_authfromenv()
1076 v = ve + 1; in http_authfromenv()
1078 if ((ve = strchr(v, ':')) == NULL) in http_authfromenv()
1081 *ve = 0; in http_authfromenv()
1086 v = ve + 1; in http_authfromenv()
1088 if ((ve = strchr(v, ':')) == NULL) in http_authfromenv()
1091 *ve = 0; in http_authfromenv()
1096 v = ve + 1; in http_authfromenv()
/dragonfly/games/boggle/
H A DREADME32 - I've tried to make bog.c (the program logic) independent of the I/O.
35 I've stuck to a small subset of the curses routines.
/dragonfly/contrib/gcc-4.7/
H A Dmove-if-change53 --version | --versio | --versi | --vers | --ver | --ve | --v)
/dragonfly/contrib/gcc-8.0/
H A Dmove-if-change53 --version | --versio | --versi | --vers | --ver | --ve | --v)
/dragonfly/libexec/bootpd/
H A DREADME29 Much of the credit for the ideas and the code goes to him. We've added
31 RFC1048. We've also improved the host lookup algorithm and added some
35 version. I've #ifdef'd all of these calls. If you are running 4.2 you
/dragonfly/sys/sys/
H A Dvkernel.h77 struct vmspace_entry *ve; member
/dragonfly/usr.bin/at/
H A DLEGAL4 be ironed out in at, which I've finally done :-)
/dragonfly/libexec/atrun/
H A DLEGAL7 be ironed out in at, which I've finally done :-)
/dragonfly/contrib/binutils-2.34/gold/
H A Dscript.cc2227 const Version_expression* ve, in add_exact_match() argument
2231 pe->insert(std::make_pair(match, Version_tree_match(v, is_global, ve))); in add_exact_match()
2551 const Version_expression& ve(vel->expressions[i]); in print_expression_list() local
2553 if (ve.language != current_language) in print_expression_list()
2557 switch (ve.language) in print_expression_list()
2570 current_language = ve.language; in print_expression_list()
2577 if (ve.exact_match) in print_expression_list()
2579 fprintf(f, "%s", ve.pattern.c_str()); in print_expression_list()
2580 if (ve.exact_match) in print_expression_list()
/dragonfly/contrib/binutils-2.27/gold/
H A Dscript.cc2196 const Version_expression* ve, in add_exact_match() argument
2200 pe->insert(std::make_pair(match, Version_tree_match(v, is_global, ve))); in add_exact_match()
2520 const Version_expression& ve(vel->expressions[i]); in print_expression_list() local
2522 if (ve.language != current_language) in print_expression_list()
2526 switch (ve.language) in print_expression_list()
2539 current_language = ve.language; in print_expression_list()
2546 if (ve.exact_match) in print_expression_list()
2548 fprintf(f, "%s", ve.pattern.c_str()); in print_expression_list()
2549 if (ve.exact_match) in print_expression_list()
/dragonfly/contrib/lvm2/dist/doc/
H A Dpvmove_outline.txt2 I've also added in the device major:minor as this will be useful
/dragonfly/contrib/byacc/
H A DREADME3 The original README is below. I've updated this version of Berkeley Yacc
/dragonfly/contrib/lvm2/dist/test/
H A Dtest-lib.sh56 -v|--v|--ve|--ver|--verb|--verbo|--verbos|--verbose)
/dragonfly/contrib/nvi2/catalog/
H A Dtr_TR.UTF-8.base15 016 "Vi'nin standart girdisi ve çıktısı bir uçbirim olmalı"
133 145 "Yalnızca sıradan dosyalar ve adlandırılmış veri yolları okunabilir"
144 156 "#, l ve p bayrakları vi kipinde c bayrağı ile birlikte kullanılamaz"
175 188 "Arama dizgisinden, satır ofsetinden ve/veya 'z' komutundan sonraki karakterler"
/dragonfly/share/examples/ppp/
H A Dppp.linkup.sample28 # If we've got 192.244.176.32 as our address, then regard peer as a gateway
/dragonfly/initrd/etc/
H A Dtermcap17 :ve=\E[=S:vi=\E[=1S:vs=\E[=2S:
/dragonfly/usr.sbin/cron/doc/
H A DCHANGES65 Dennis R. Conley sent a suggestion for MMDF systems, which I've added to the
84 I've "fixed" it anyway...
88 a bit far. "*/step" seems quite intuitive to me, so I've added it. Colin Plumb

12345