Home
last modified time | relevance | path

Searched refs:addition (Results 1 – 25 of 104) sorted by relevance

12345

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DPROMO.mm11 addition to the major command-entry features of the BSD
14 In addition, "sh" scripts can be run on KSH-93 without modification.
80 In addition there is an arithmetic for command that works
107 be passed by reference. In addition, each variable
134 In addition, KSH-93 can be used as a library that can
139 README file. In addition, the "New KornShell Command and Programming
H A Dsh.memo37 In addition to changes in the language required
123 In addition, it is available on many other systems.
217 In addition, \f5ksh-93\fP attempts to
244 In addition, the option sequence \f5-?\fP causes most commands
797 In addition,
809 In addition, for login shells, the
834 In addition, if no signal name or number is given,
933 In addition to replacing each
1049 In addition, output can be saved in a file for reuse.
1238 In addition,
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_expressions.c178 … struct expression *get_expression_from_base_and_str(struct expression *base, const char *addition) in get_expression_from_base_and_str() argument
184 if (addition[0] == '\0') in get_expression_from_base_and_str()
187 alloc = alloc_string_newline(addition); in get_expression_from_base_and_str()
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c3337 pci_regspec_t addition; local
3380 addition.pci_phys_hi = hi_type |
3385 addition.pci_phys_mid = (uint32_t)((base>>32) & 0xffffffff);
3386 addition.pci_phys_low = (uint32_t)(base & 0xffffffff);
3387 addition.pci_size_hi = (uint32_t)((size>>32) & 0xffffffff);
3388 addition.pci_size_low = (uint32_t)(size & 0xffffffff);
3391 cardbus_dump_reg(dip, &addition, 1);
3396 bcopy(&addition, newreg + alen, sizeof (pci_regspec_t));
3414 cardbus_update_ranges_prop(dev_info_t *dip, cardbus_range_t *addition) argument
3441 dip, "ranges", (int *)addition,
[all …]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DTask.xs27 # avoid the overhead of using the DynaLoader package, and in addition constants
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c2988 pcicfg_update_ranges_prop(dev_info_t *dip, ppb_ranges_t *addition) in pcicfg_update_ranges_prop() argument
3008 dip, "ranges", (int *)addition, in pcicfg_update_ranges_prop()
3024 bcopy(addition, newreg + rlen, sizeof (ppb_ranges_t)); in pcicfg_update_ranges_prop()
3049 pci_regspec_t addition; in pcicfg_update_reg_prop() local
3101 addition.pci_phys_hi = hiword; in pcicfg_update_reg_prop()
3102 addition.pci_phys_mid = 0; in pcicfg_update_reg_prop()
3103 addition.pci_phys_low = 0; in pcicfg_update_reg_prop()
3104 addition.pci_size_hi = 0; in pcicfg_update_reg_prop()
3105 addition.pci_size_low = size; in pcicfg_update_reg_prop()
3108 bcopy(&addition, newreg + rlen, sizeof (pci_regspec_t)); in pcicfg_update_reg_prop()
[all …]
/illumos-gate/usr/src/cmd/lp/filter/postscript/postscript/
H A DREADME28 addition all the translators understand the -P option that lets you pass
/illumos-gate/usr/src/lib/libumem/common/
H A Dstand_mapfile41 # This is a supplemental mapfile, used in addition to the standard one
/illumos-gate/usr/src/test/util-tests/tests/libjedec/hex2spd/data/lpddr5/
H A DCAMM2.spd12 # In addition, there are a few components a CAMM2 is supposed to have:
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c3119 pcicfg_update_ranges_prop(dev_info_t *dip, pcicfg_range_t *addition) in pcicfg_update_ranges_prop() argument
3139 dip, "ranges", (int *)addition, in pcicfg_update_ranges_prop()
3155 bcopy(addition, newreg + rlen, sizeof (pcicfg_range_t)); in pcicfg_update_ranges_prop()
3178 pci_regspec_t addition; in pcicfg_update_reg_prop() local
3228 addition.pci_phys_hi = hiword; in pcicfg_update_reg_prop()
3229 addition.pci_phys_mid = 0; in pcicfg_update_reg_prop()
3230 addition.pci_phys_low = 0; in pcicfg_update_reg_prop()
3231 addition.pci_size_hi = 0; in pcicfg_update_reg_prop()
3232 addition.pci_size_low = size; in pcicfg_update_reg_prop()
3235 bcopy(&addition, newreg + rlen, sizeof (pci_regspec_t)); in pcicfg_update_reg_prop()
[all …]
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A DREADME.LFS90 In addition to providing alternative large file aware Elf_Arhdr and
113 addition to the pre-existing versions.
/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A DREADME25 translators, is the addition of the -r option that controls how carriage returns
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/
H A DTHIRDPARTYLICENSE53 addition of the Contribution causes such combination to be covered by the
177 addition, if Recipient institutes patent litigation against any entity
201 under which it was received. In addition, after a new version of the Agreement
/illumos-gate/usr/src/data/bhyve/kbdlayout/
H A Ddefault17 # In addition, the definition of the standard layout setting (US keyboard)
161 # In addition, some keys have ScanCodes that have a Prefix Byte.
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.xs93 # avoid the overhead of using the DynaLoader package, and in addition constants
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DNOTES12 (2) The #pragma interface is exploited to allow the addition of new
/illumos-gate/usr/src/contrib/mDNSResponder/
H A DREADME55 In addition the project introduces the following changes:
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtclsqlite.test16 # interface is pretty well tested. This file contains some addition
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth2.c369 krb5_pa_data **addition, int num_addition) in grow_pa_list() argument
374 if (out_pa_list == NULL || addition == NULL) { in grow_pa_list()
384 pa_list[i] = addition[i]; in grow_pa_list()
400 pa_list[i++] = addition[j++]; in grow_pa_list()
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A DIR.rst64 Integer addition.
101 Floating-point addition.
/illumos-gate/usr/src/contrib/ast/lib/package/
H A Dast-ksh.pkg25 and ksh.1 symbolic links. In addition, ksh and ksh93 paths are
/illumos-gate/exception_lists/
H A Dinterface_check28 # that are compared to file names. In addition to the standard Perl
/illumos-gate/usr/src/cmd/oawk/
H A DEXPLAIN75 inspection. All fields are strings; in addition,
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME68 * LEAP (note: only with WEP keys, i.e., not for WPA; in addition, LEAP
198 per-packet RC4 keys. In addition, it implements replay protection,
245 Authentication Server. In addition, it controls the roaming and IEEE
591 mode, dot11 and dot1x MIBs, etc. In addition, it can configuring some
717 most commonly used EAP methods. In addition, wpa_supplicant has an
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_clnt.c1414 add_string_to_array(krb5_context context, char ***array, const char *addition) argument
1423 out[0] = strdup(addition);
1438 out[i++] = strdup(addition);

12345