Home
last modified time | relevance | path

Searched refs:New (Results 1 – 25 of 170) sorted by relevance

1234567

/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Drebrackloc.ok1 re1.1 1 New
4 re3 1 New Value [XYZ]
5 re4 1 New Value [XYZ]
6 re5 1 New Value [XYZ]
7 re6 1 New Value [XYZ]
8 re7 1 New Value [XYZ]
9 re8 1 New Value [XYZ]
H A Drebrackloc.in1 New Value [XYZ]
/illumos-gate/usr/src/common/acpica/utilities/
H A Dutclib.c258 char *New = (char *) Dest; in memmove() local
262 if (Old > New) in memmove()
268 *New = *Old; in memmove()
269 New++; in memmove()
274 else if (Old < New) in memmove()
278 New = New + Count - 1; in memmove()
282 *New = *Old; in memmove()
283 New--; in memmove()
313 char *New = (char *) Dest; in memcpy() local
319 *New = *Old; in memcpy()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog69 * util/grub-set-default.in: New file.
71 * util/grub-install.in (grub_set_default): New variable.
82 * stage2/shared.h (DEFAULT_FILE_BUF): New macro.
89 (MAX_FALLBACK_ENTRIES): New macro.
95 (fallback_entryno): New variable.
101 * docs/grub.texi (grub-set-default): New direntry.
104 (Making your system robust): New section.
105 (Booting once-only): New subsection.
109 (Invoking grub-set-default): New chapter.
208 * stage1/stage1.h (STAGE1_BOOT_DRIVE_CHECK): New macro.
[all …]
H A DNEWS3 New:
7 * New utility "grub-set-default".
8 * New section "Making your system robust" in the manual.
10 New in 0.97 - 2005-05-08:
16 New in 0.96 - 2005-01-30:
20 * New utility "grub-set-default".
21 * New section "Making your system robust" in the manual.
23 New in 0.95 - 2004-06-13:
32 New in 0.94 - 2004-01-25:
46 New in 0.93 - 2002-12-08:
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Doid.c75 dest->elements = (void *)New(char, source->length); in __OID_copy_desc()
93 gss_OID oid = New(gss_OID_desc, 1); in __OID_copy()
138 set = New(gss_OID_set_desc, 1); in __OID_copy_set()
143 set->elements = New(gss_OID_desc, source->count); in __OID_copy_set()
186 set = New(gss_OID_set_desc, 1); in __OID_copy_set_from_array()
191 set->elements = New(gss_OID_desc, nel); in __OID_copy_set_from_array()
235 if ((s = New(gss_OID_set_desc, 1)) == NULL) in __OID_to_OID_set()
H A Dcontext_establish.c273 if ((saved_keys = New(des_block, keys->dh_key_set_len)) == NULL) in establish_session_keys()
280 if ((saved_sig = New(char, sig->dh_signature_len)) == NULL) { in establish_session_keys()
472 if ((g_cntx = New(dh_gss_context_desc, 1)) == NULL) { in __dh_gss_accept_sec_context()
509 if ((g_cntx->keys = New(des_block, g_cntx->no_keys)) == NULL) { in __dh_gss_accept_sec_context()
598 if ((keys.dh_key_set_val = New(des_block, cntx->no_keys)) == NULL) in gen_init_token()
678 if ((*gss_ctx = dh_gss_ctx = New(dh_gss_context_desc, 1)) == NULL) { in create_context()
710 dh_gss_ctx->keys = New(des_block, 3); in create_context()
H A Ddhmech.c91 mech->context = New(dh_context_desc, 1); in __dh_gss_initialize()
H A Dtoken.c157 buf = New(unsigned char, size); in __make_ap_token()
230 buf = New(unsigned char, token_size); in __make_token()
H A Dcrypto.c315 sig->dh_signature_val = (void*)New(char, sig->dh_signature_len); in __alloc_sig()
471 if ((out->value = (void *)New(char, len)) == NULL) in wrap_msg_body()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dgenerated_libdwarf.h.in105 New October 18, 2017 . */
1525 /* New March 2017 */
1545 /* New March 2017 */
1560 /* New September 2019.
1634 New in May, 2015.
1665 New in October, 2011. Obsolete but supported May 2015.
1699 /* New 27 April 2015. */
1729 New October 2011. */
1732 /* New March 2016.
1891 /* New June 2020 for DWARF5 (and all earlier). */
[all …]
H A Dlibdwarf.h.in105 New October 18, 2017 . */
1525 /* New March 2017 */
1545 /* New March 2017 */
1560 /* New September 2019.
1634 New in May, 2015.
1665 New in October, 2011. Obsolete but supported May 2015.
1699 /* New 27 April 2015. */
1729 New October 2011. */
1732 /* New March 2016.
1891 /* New June 2020 for DWARF5 (and all earlier). */
[all …]
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.msg104 New value for element of e_ident[] array. This can be\n\
109 New value for type of the ELF object. This can be\n\
114 New value for architecture of the ELF object. This can be\n\
119 New value for version of the ELF object. This can be\n\
124 New value for virtual address to which the system first transfers control.\n"
127 New value for program header table's file offset.\n"
130 New value for section header table's file offset.\n"
133 New value for processor-specific flags. This can be an integer\n\
138 New value for size of ELF header, in bytes.\n"
141 New value for size of one entry in the file's program header table,\n\
[all …]
H A Dstr.msg62 @ MSG_ERR_NOFIT "[%d: %s][%d]: New value would extend past end \
64 @ MSG_ERR_FINALNULL "[%d: %s][%d]: New value would set final byte of \
78 @ MSG_DESC_ADD "Add New String to String Table"
135 New string to insert in string table section\n\
139 New string to overwrite previous value.\n"
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dcmp_ca.sh128 echo New source files:
130 echo New header files:
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs111 } else if (New(0, lgrps, nr, lgrp_id_t) == NULL) { \
319 if (New(0, lgrps, count, lgrp_id_t) == NULL) {
348 if (New(0, lgrps, count, lgrp_id_t) == NULL) {
379 if (New(0, cpus, ncpus, processorid_t) == NULL) {
/illumos-gate/usr/src/cmd/refer/papers/
H A DRv7man16 %C Murray Hill, New Jersey
70 %C Englewood Cliffs, New Jersey
130 %C New York
259 %C Murray Hill, New Jersey
270 %C Murray Hill, New Jersey
327 %C Murray Hill, New Jersey
/illumos-gate/usr/src/uts/common/io/aac/
H A DREADME33 1. New firmware support:
34 New Communication interface, RawIO command, Large FIB, 64-bit LBA
35 2. New hardware support:
/illumos-gate/usr/src/test/
H A DREADME20 3. How to Develop New Tests
47 3. How to Develop New Tests
49 New tests should mimic the directory layout of existing tests to the degree
/illumos-gate/usr/src/data/zoneinfo/
H A Dzone_sun.tab8 # New programs should use zone1970.tab. This file is like zone1970.tab (see
59 AQ -7750+16636 Antarctica/McMurdo - New Zealand time - McMurdo, South Pole
87 AU -3352+15113 Australia/Sydney - New South Wales (most areas)
88 AU -3157+14127 Australia/Broken_Hill - New South Wales (Yancowinna)
136 CA +4606-06447 America/Moncton - Atlantic - New Brunswick
234 ID -0232+14042 Asia/Jayapura - New Guinea (West Papua / Irian Jaya), Malukus/Moluccas
327 NZ -3652+17446 Pacific/Auckland - most of New Zealand
335 PG -0930+14710 Pacific/Port_Moresby - most of Papua New Guinea
H A Dzone.tab.txt8 # New programs should use zone1970.tab. This file is like zone1970.tab (see
36 AQ -7750+16636 Antarctica/McMurdo New Zealand time - McMurdo, South Pole
64 AU -3352+15113 Australia/Sydney New South Wales (most areas)
65 AU -3157+14127 Australia/Broken_Hill New South Wales (Yancowinna)
113 CA +4606-06447 America/Moncton Atlantic - New Brunswick
211 ID -0232+14042 Asia/Jayapura New Guinea (West Papua / Irian Jaya), Malukus/Moluccas
304 NZ -3652+17446 Pacific/Auckland most of New Zealand
312 PG -0930+14710 Pacific/Port_Moresby most of Papua New Guinea
H A Daustralasia165 # New South Wales
531 # New Caledonia
545 # New Zealand
675 # Papua New Guinea
803 # excludes Bougainville, for which see Papua New Guinea
822 # Representatives of New Zealand, Session 1948,
904 # New Hebrides Condominium Gazette No 336. December 1973
908 # New Hebrides Condominium Gazette No 336. March 1974
983 # 11:30 NZMT NZST New Zealand through 1945
984 # 12:00 NZST NZDT New Zealand 1946-present
[all …]
H A Dcountry.tab191 NC New Caledonia
201 NZ New Zealand
206 PG Papua New Guinea
/illumos-gate/usr/src/cmd/loadkeys/type_4/
H A Dkorea_532 # New function keys assigned old codes
H A Dtraditional_chinese_531 # New function keys assigned old codes

1234567