| /illumos-gate/usr/src/lib/libmvec/common/vis/ |
| H A D | __vexp.S | 954 faddd %f0,%f6,%f6 ! cont exp(x) : apply tbl[j] high bits 963 faddd %f6,%f4,%f6 ! cont exp(x) : apply tbl[j+1] low bits 976 fpadd32 %f6,%f8,%f6 ! done exp(x) : apply 2^k
|
| /illumos-gate/usr/src/lib/libpool/common/ |
| H A D | dict.c | 366 * (apply) with the key, value and user supplied data. If the 371 dict_map(dict_hdl_t *hdl, void (*apply)(const void *, void **, void *), 381 apply(bucket->db_key, &bucket->db_value, cl);
|
| /illumos-gate/usr/src/cmd/zoneadm/ |
| H A D | svc-resource-mgmt | 43 zoneadm -z global apply
|
| /illumos-gate/usr/src/grub/grub-0.97/ |
| H A D | configure | 4570 builtin and then its argument prototype would still apply. */ 4646 builtin and then its argument prototype would still apply. */ 4718 builtin and then its argument prototype would still apply. */
|
| /illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
| H A D | Move.java | 85 abstract void apply() throws PoolsException; method in class:Move 136 void apply() throws PoolsException method in class:ComponentMove 199 void apply() throws PoolsException method in class:QuantityMove
|
| H A D | SystemSolver.java | 620 * Try to find a move to apply which 646 * a move to apply. Return true if a move could be applied, 675 * Attempt to apply the supplied move to the 711 move.getMove().apply();
|
| /illumos-gate/usr/src/cmd/svc/milestone/ |
| H A D | manifest-import | 69 $X /usr/sbin/svccfg apply $1 71 echo "WARNING: svccfg apply $1 failed" | tee /dev/msglog 96 # profiles which lived under /var/svc/profile so that svccfg apply would 97 # not re-apply the profiles and overwrite user customizations. Simply 350 # 5. Giving administrator the final say, apply site.xml profile and profiles 444 # Call import and apply profiles here
|
| /illumos-gate/usr/src/cmd/svc/svccfg/ |
| H A D | svccfg.l | 89 <INITIAL>apply { BEGIN WORD; return (SCC_APPLY); }
|
| H A D | svccfg_engine.c | 203 { "apply", CS_GLOBAL, complete_single_xml_file_arg }, 873 if (!apply_changes) { /* we don't want to apply, just test */ 886 apply_action_t apply; local 889 apply = (est->sc_in_emi == 1) ? APPLY_LATE : APPLY_NONE; 891 info->mi_hash, apply, &errstr)) { 976 warn(gettext("WARNING: Failed to apply %s\n"), 1079 "Profile commands: apply extract\n"
|
| /illumos-gate/usr/src/tools/ctf/dwarf/common/ |
| H A D | dwarf_init_finish.c | 19 any, provided herein do not apply to combinations of this program with 72 dwarf_set_reloc_application(int apply) argument 75 _dwarf_apply_relocs = apply; 536 /*apply relocations */
|
| /illumos-gate/usr/src/uts/common/nfs/ |
| H A D | nfs_cmd.h | 68 uint32_t apply; member in struct:nfscmd_res::__anon6804::__anon6805
|
| /illumos-gate/usr/src/uts/sun4u/cpu/ |
| H A D | us3_common_asm.s | 3082 ! apply Cheetah+ erratum 34 workaround
|
| H A D | common_asm.s | 554 add hrestnsec, adj, hrestnsec; /* delay: apply adjustment */ \ 707 ! apply adjustment, if any
|
| /illumos-gate/usr/src/cmd/fs.d/nfs/mountd/ |
| H A D | nfs_cmd.c | 189 res.result.charmap.apply = B_TRUE; 193 res.result.charmap.apply = B_FALSE;
|
| /illumos-gate/usr/src/uts/sun4v/cpu/ |
| H A D | common_asm.s | 400 add hrestnsec, adj, hrestnsec; /* delay: apply adjustment */ \ 553 ! apply adjustment, if any
|
| /illumos-gate/usr/src/uts/common/io/iwn/ |
| H A D | if_iwnreg.h | 759 uint32_t apply; member in struct:iwn5000_calib_elem
|
| /illumos-gate/usr/src/uts/common/os/ |
| H A D | priv_defs | 153 Additional restrictions apply when creating or modifying a 195 Additional restrictions apply if the owner of the object has uid 0 204 Additional restrictions apply if the owner of the object has uid 0 303 restrictions apply: the effective privilege set of the
|
| /openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/ |
| H A D | NormalParserAction.java | 43 public Object apply( Properties props ) method in class:NormalParserAction
|
| H A D | ParserAction.java | 47 Object apply( Properties props ) ; method in interface:ParserAction
|
| /openjdk7/jdk/src/share/classes/javax/management/ |
| H A D | AndQueryExp.java | 92 * @exception InvalidApplicationException An attempt has been made to apply a subquery expression to a 95 public boolean apply(ObjectName name) throws BadStringOperationException, BadBinaryOpValueExpException, method in class:AndQueryExp 97 return exp1.apply(name) && exp2.apply(name);
|
| H A D | BetweenQueryExp.java | 107 public boolean apply(ObjectName name) throws BadStringOperationException, BadBinaryOpValueExpException, method in class:BetweenQueryExp 109 ValueExp val1 = exp1.apply(name); 110 ValueExp val2 = exp2.apply(name); 111 ValueExp val3 = exp3.apply(name);
|
| H A D | BooleanValueExp.java | 82 public ValueExp apply(ObjectName name) throws BadStringOperationException, BadBinaryOpValueExpException, method in class:BooleanValueExp
|
| H A D | InQueryExp.java | 94 public boolean apply(ObjectName name) method in class:InQueryExp 98 ValueExp v = val.apply(name); 102 element = element.apply(name);
|
| H A D | InstanceOfQueryExp.java | 86 public boolean apply(ObjectName name) method in class:InstanceOfQueryExp 95 val = (StringValueExp) classNameValue.apply(name); 98 // StringValueExp.apply().
|
| H A D | NotQueryExp.java | 81 public boolean apply(ObjectName name) throws BadStringOperationException, BadBinaryOpValueExpException, method in class:NotQueryExp 83 return exp.apply(name) == false;
|