Searched defs:address (Results 1 - 6 of 6) sorted by relevance
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/link_aggregation/ |
H A D | solaris.rb | 51 :address => addrpolicy, 71 :address].each do |field| 120 def address=(value) 157 if address = @resource[:address] 158 options << "-u" << address
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/swing/view/ |
H A D | AddressPanel.java | 54 private String address; field in class:AddressPanel 112 // address view, even when the AddressPanel is shrunk. 153 return textField.getText().equals(address); 165 address = path == null ? null : Navigator.getPathString(path); 166 textField.setText(address); 202 textField.setText(address); 281 String address = getTextField().getText(); 282 final SimpleNavigable[] pArray = Navigator.toArray(address);
|
/solaris-userland-s11u3/components/apache2/mod_sed/ |
H A D | sed0.c | 34 static char *address(sed_commands_t *commands, char *expbuf, 137 if (lab->address == 0) { 169 if (lab->address == 0 || (lab->chain)) { 179 static void dechain(sed_label_t *lpt, sed_reptr_t *address) argument 182 if ((lpt == NULL) || (lpt->chain == NULL) || (address == NULL)) 189 rep->lb1 = address; 192 rep->lb1 = address; 243 p = address(commands, commands->rep->ad1, &status); 264 p = address(commands, commands->rep->ad2, &status); 347 if (lpt->address) { 812 static char *address(sed_commands_t *commands, char *expbuf, function [all...] |
H A D | libsed.h | 62 sed_reptr_t *address; member in struct:sed_label_s
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/client/com/oracle/solaris/vp/client/swing/ |
H A D | App.java | 63 private String address = null; field in class:App.CommandLineOptionsBean 82 return address; 117 public void setAddress(String address) { argument 118 boolean absolute = address.startsWith("/"); 119 if (this.address == null) { 122 address = String.format("/%s/%s", 123 Control.encode(AppRootControl.ID, null), address); 125 this.address = address; 128 * If the address ha 215 public String address; field in class:App.InstanceInfo 228 InstanceInfo(String address, Properties properties, String host, String user, String role, String zone, String zoneUser, String zoneRole) argument [all...] |
/solaris-userland-s11u3/components/open-fabrics/libsif/include/psifapi/ |
H A D | psif_hw_data_be.h | 36 * Context used by tsu_mmu when performing address translation. The structure 98 * using this to find the address of the receive queue entry. 107 /* Base address for the receive queue in host memory. */ 247 /* Local address structure. */ 249 /* Host address. */ 251 /* Local key used to validate the memory region this address is pointing to. */ 328 /* Remote address structure. */ 333 * Remote key used to validate the memory region the associated address is 442 * PSIF_WR_INVALIDATE_TLB: this is the address vector to invalidate in the 443 * TLB. PSIF_WR_RESIZE_CQ: this is the new address o 2271 u64 address; member in struct:psif_epsc_csr_base_addr 2393 u64 address; member in struct:psif_epsc_csr_query_qp 2499 u64 address; member in struct:psif_epsc_csr_query_hw 3418 u64 address; member in struct:psif_base_addr [all...] |
Completed in 27 milliseconds