/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/ |
H A D | sysevent_conf_mod.c | 1062 str_t *replacement; in find_macro_definition() local 1086 if ((replacement = initstr(128)) == NULL) { in find_macro_definition() 1091 if (strcopys(replacement, hdr->vendor)) { in find_macro_definition() 1092 freestr(replacement); in find_macro_definition() 1095 return (replacement); in find_macro_definition() 1099 if (strcopys(replacement, hdr->publisher)) { in find_macro_definition() 1100 freestr(replacement); in find_macro_definition() 1103 return (replacement); in find_macro_definition() 1107 if (strcopys(replacement, hdr->class)) { in find_macro_definition() 1108 freestr(replacement); in find_macro_definition() [all …]
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | avl.c | 263 AvlNode *replacement; in remove_sm() local 271 shrunk = removeExtremum(&node->lr[side], 1 - side, &replacement); in remove_sm() 273 replacement->lr[0] = node->lr[0]; in remove_sm() 274 replacement->lr[1] = node->lr[1]; in remove_sm() 275 replacement->balance = node->balance; in remove_sm() 276 *p = replacement; in remove_sm() 281 replacement->balance -= bal(side); in remove_sm() 284 return replacement->balance == 0; in remove_sm()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/ |
H A D | RELEASE | 5 02-03-11 msgcc: fix merge replacement threshhold logic 11 01-05-29 msgcc: add similar unused message replacement, -M-similar
|
H A D | PROMO.mm | 11 replacement that generates machine independent binary message
|
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-retire/ |
H A D | zfs_retire.c | 263 nvlist_t *config, *nvroot, *replacement; in replace_with_spare() local 291 replacement = fmd_nvl_alloc(hdl, FMD_SLEEP); in replace_with_spare() 293 (void) nvlist_add_string(replacement, ZPOOL_CONFIG_TYPE, in replace_with_spare() 324 (void) nvlist_add_nvlist_array(replacement, in replace_with_spare() 328 replacement, B_TRUE) == 0) { in replace_with_spare() 335 nvlist_free(replacement); in replace_with_spare()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/replacement/ |
H A D | replacement_001_pos.ksh | 33 . $STF_SUITE/tests/functional/replacement/replacement.cfg
|
H A D | replacement_003_pos.ksh | 33 . $STF_SUITE/tests/functional/replacement/replacement.cfg
|
H A D | replacement_002_pos.ksh | 33 . $STF_SUITE/tests/functional/replacement/replacement.cfg
|
H A D | Makefile | 19 TARGETDIR = $(ROOTOPTPKG)/tests/functional/replacement
|
/illumos-gate/usr/src/cmd/make/lib/mksh/ |
H A D | macro.cc | 298 } replacement = no_replace; in expand_macro() local 476 replacement = sh_replace; in expand_macro() 494 replacement = suffix_replace; in expand_macro() 593 replacement = pattern_replace; in expand_macro() 644 if (replacement == sh_replace) { in expand_macro() 652 } else if ((replacement != no_replace) || (extraction != no_extract)) { in expand_macro() 740 switch (replacement) { in expand_macro()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | OBSOLETE | 125 There is no replacement. 130 and executing one command. The is no replacement (although ending
|
H A D | RELEASE93 | 74 j. A bug in the macro expansion global replacement operator //, 140 o. Backreferencing sub-expressions in patterns and replacement 210 a. The \ character was not handled correctly in replacement
|
/illumos-gate/usr/src/cmd/fm/dicts/ |
H A D | SCA1000.po | 41 …iagnosis and the specific Field Replaceable\nUnit (FRU) identified for replacement.\n\nThe event-i…
|
H A D | SCA500.po | 41 …iagnosis and the specific Field Replaceable\nUnit (FRU) identified for replacement.\n\nThe event-i…
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | Makefile.solaris.defs | 63 # We want to get rid of the "-Y I," part but make's pattern replacement
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | NOTES | 70 __VA_ARGS__ in replacement list only, expands to var args
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | vm_page.c | 4787 page_t **replacement, in do_page_relocate() argument 4833 if ((repl = *replacement) != NULL && repl->p_szc >= szc) { in do_page_relocate() 4898 *replacement = repl; in do_page_relocate() 4899 if (hat_page_relocate(target, replacement, nrelocp) != 0) { in do_page_relocate() 4904 *replacement = NULL; in do_page_relocate() 4943 *replacement = NULL; in do_page_relocate() 4990 if (*replacement == NULL) { in do_page_relocate() 4992 *replacement = repl; in do_page_relocate() 5004 page_t **replacement, in page_relocate() argument 5013 ret = do_page_relocate(target, replacement, grouplock, nrelocp, lgrp); in page_relocate() [all …]
|
H A D | seg_vn.c | 3147 segvn_relocate_pages(page_t **targ, page_t *replacement) in segvn_relocate_pages() argument 3152 uint_t repl_szc = replacement->p_szc; in segvn_relocate_pages() 3153 page_t *first_repl = replacement; in segvn_relocate_pages() 3166 ASSERT(replacement != NULL); in segvn_relocate_pages() 3174 repl = replacement; in segvn_relocate_pages() 3175 page_sub(&replacement, repl); in segvn_relocate_pages() 3183 repl_savepp = replacement; in segvn_relocate_pages() 3185 repl = replacement; in segvn_relocate_pages() 3186 page_sub(&replacement, repl); in segvn_relocate_pages() 3206 ASSERT(replacement == NULL); in segvn_relocate_pages()
|
/illumos-gate/usr/src/boot/common/linenoise/ |
H A D | README.markdown | 3 A minimal, zero-config, BSD licensed, readline replacement used in Redis,
|
/illumos-gate/usr/src/test/zfs-tests/runfiles/ |
H A D | common.run | 728 [tests/functional/replacement] 730 tags = ['functional', 'replacement']
|
/illumos-gate/usr/src/cmd/lp/lib/oam/ |
H A D | msg.source | 348 …all\noption templates include a keyword,\npattern, and replacement:\nkeyword pattern = replacement… 350 "Missing replacement in option template." 351 …all\noption templates include a keyword,\npattern, and replacement:\nkeyword pattern = replacement…
|
/illumos-gate/usr/src/cmd/sgs/crle/common/ |
H A D | crle.msg | 64 \tto crle() result in the replacement of any existing \
|
/illumos-gate/usr/src/lib/iconv_modules/utf-8/common/binarytables/srcs/ |
H A D | UTF-8+IBM-1140.src | 64 // thing changed is replacement of the mapping to Intl Currency Symbol to
|
H A D | UTF-8+IBM-1141.src | 64 // change is the replacement of mapping to International Currency Symbol to
|
H A D | UTF-8+IBM-1142.src | 64 // thing changed is the replacement of mapping to Intl Currency Symbol to
|