| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/proc/ |
| tst.exitkilled.ksh | 39 /curpsinfo->pr_ppid == $child && 65 child=$! 70 pstop $child 71 pkill -P $child 72 kill $child 73 prun $child
|
| tst.create.ksh | 39 /args[0]->pr_ppid == $child && pid == $child/ 61 child=$! 66 kill $child
|
| tst.exec.ksh | 39 /curpsinfo->pr_ppid == $child && args[0] == "/usr/bin/sleep"/ 67 child=$! 72 kill $child
|
| tst.exitexit.ksh | 39 /curpsinfo->pr_ppid == $child && args[0] == CLD_EXITED/ 61 child=$! 66 kill $child
|
| tst.exitcore.ksh | 45 /curpsinfo->pr_ppid == $child && 52 /curpsinfo->pr_ppid == $child && 55 printf("Child process could not dump core. Check coreadm(1M)"); 84 child=$! 89 pstop $child 90 pkill -P $child 91 kill $child 92 prun $child
|
| tst.signal.ksh | 39 /execname == "kill" && curpsinfo->pr_ppid == $child && 74 child=$! 79 pstop $child 80 pkill -P $child 81 kill $child 82 prun $child
|
| tst.discard.ksh | 39 /args[1]->pr_pid == $child && 51 /usr/bin/kill -HUP $child 64 child=$! 71 kill $child
|
| tst.execfail.ENOENT.ksh | 40 /curpsinfo->pr_ppid == $child && args[0] == "$badexec"/ 76 child=$! 81 kill $child
|
| tst.execfail.ksh | 43 /curpsinfo->pr_ppid == $child && args[0] == "$badexec"/ 79 child=$! 83 kill $child
|
| tst.startexit.ksh | 43 /curpsinfo->pr_ppid == $child/ 83 child=$! 88 kill $child
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/ |
| AMContainer.java | 46 public void add(AttributeManager child); 47 public void remove(AttributeManager child); 48 public void addChildBody(Shadow child); 49 public void updateContainerAttribute(AttributeManager child, 51 public void removeChildBody(Shadow child);
|
| AMContainerHelper.java | 103 * Adds a child. 105 public void add(AttributeManager child) { 106 if (child != null && !children.contains(child)) { 107 // check to see that child isn't one of this container's parents 108 if (child instanceof AMContainer) { 111 if (cn == child) { 118 if (child.getParent() != null) { 119 child.getParent().remove(child); 238 AttributeManager child = (AttributeManager) local 285 AttributeManager child = (AttributeManager)e.nextElement(); local 301 AttributeManager child = (AttributeManager)e.nextElement(); local 310 AttributeManager child = (AttributeManager)e.nextElement(); local 319 AttributeManager child = (AttributeManager)e.nextElement(); local [all...] |
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/pid/ |
| tst.vfork.d | 30 * ASSERTION: make sure probes called from a vfork(2) child fire in the parent 47 child = args[0]->pr_pid; 51 /child != pid/ 53 printf("wrong pid (%d %d)", pid, child);
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/safety/ |
| tst.violentdeath.ksh | 47 child=$! 49 kill -9 $child
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/ |
| TypeEditor.java | 70 // List of child type editors 121 * The values from the child type editors need not be queried 132 * This method is called when the child's value has been applied. 135 * record the new value for the child in your state. Then, 136 * when getApplyValue is called, the new value from the child 139 protected void childApply(TypeEditor child, Object value) { } 146 * The loading of the child editors is dealt with using the 154 * Return true if the given child should be enabled for the 158 protected boolean shouldEnableChild(TypeEditor child, 167 * is not overridden, then the child values will be set to null 210 TypeEditor child = (TypeEditor)e.nextElement(); local 313 TypeEditor child = (TypeEditor)e.nextElement(); local 330 TypeEditor child = (TypeEditor)e.nextElement(); local 392 TypeEditor child = (TypeEditor)e.nextElement(); local 441 TypeEditor child = (TypeEditor)e.nextElement(); local [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4/io/px/ |
| px_util.c | 312 px_name_child(dev_info_t *child, char *name, int namelen) 326 if (ddi_prop_lookup_string_array(DDI_DEV_T_ANY, child, 331 " not well-formed", ddi_driver_name(child)); 344 if (ddi_prop_lookup_int_array(DDI_DEV_T_ANY, child, DDI_PROP_DONTPASS, 362 cmn_err(CE_WARN, "cannot name pci child '%s'", ddi_node_name(child)); 367 px_uninit_child(px_t *px_p, dev_info_t *child) 371 ddi_driver_name(child), ddi_get_instance(child)); 373 ddi_set_name_addr(child, NULL) [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| fork.t | 108 print "iteration $i child\n"; 119 iteration 1 child 122 iteration 2 child 125 iteration 2 child 128 iteration 3 child 131 iteration 3 child 134 iteration 3 child 137 iteration 3 child 142 : (print("child\n"),exit) ; 145 child [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/ |
| config_impl.h | 43 struct config *child; member in struct:config
|
| /onnv/onnv-gate/usr/src/uts/sun4u/sys/pci/ |
| pci_util.h | 36 extern int init_child(pci_t *pci_p, dev_info_t *child); 37 extern int uninit_child(pci_t *pci_p, dev_info_t *child); 54 extern uint_t get_nreg_set(dev_info_t *child); 55 extern uint_t get_nintr(dev_info_t *child);
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/ |
| MenuShadow.java | 95 public void add(AttributeManager child) { 96 helper.add(child); 99 public void remove(AttributeManager child) { 100 helper.remove(child); 103 public void addChildBody(Shadow child) { 106 MenuItem menuitem = (MenuItem)child.getBody(); 110 updateContainerAttributes((AMContainer)this, child); 115 public void updateContainerAttribute(AttributeManager child, 119 MenuItemShadow menuItemShadow = (MenuItemShadow)child; 153 public void removeChildBody(Shadow child) { [all...] |
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/profile-n/ |
| tst.func.ksh | 60 child=$! 73 kill $child
|
| tst.mod.ksh | 60 child=$! 69 kill $child
|
| tst.sym.ksh | 60 child=$! 69 kill $child
|
| tst.ufunc.ksh | 60 child=$! 70 kill $child
|
| tst.umod.ksh | 60 child=$! 68 kill $child
|