/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/ |
H A D | cache.c | 8 grub_arch_sync_caches (void *address, grub_size_t len) argument 10 __clear_cache (address, (char *) address + len);
|
/osnet-11/usr/src/grub/grub2/grub-core/kern/ia64/efi/ |
H A D | init.c | 44 grub_arch_sync_caches (void *address, grub_size_t len) argument 47 grub_uint64_t a = (grub_uint64_t)address & ~0x1f;
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | gen_rname.c | 28 * take a port-style address and unique string, and return 36 krb5_gen_replay_name(krb5_context context, const krb5_address *address, const char *uniq, char **string) argument 42 len = strlen(uniq) + (address->length * 2) + 1; 48 for (i = 0; i < address->length; i++) { 49 snprintf(tmp, len - (tmp-*string), "%.2x", address->contents[i] & 0xff);
|
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ActiveDiscoverer.java | 72 private InetAddress address = null; field in class:ActiveDiscoverer 79 InetAddress address) { 87 this.address = address; 76 ActiveDiscoverer(int version, ServerDATable table, Vector useScopes, InetAddress address) argument
|
H A D | SunDATable.java | 52 * DA IP address in the host field and a list of scopes in the URL 199 * Remove a DA by address. We only remove it from the wire table 202 * @param address The host address of the DA. 207 boolean removeDA(InetAddress address, Vector scopes) { argument 228 if (address.equals(daaddr)) {
|
H A D | DATable.java | 113 * Remove a DA by address. 115 * @param address The host address of the DA. 120 abstract boolean removeDA(InetAddress address, Vector scopes); argument 279 // Add a new address to the equivalence class. 337 // Add to record. Optimize, by putting the local address at the
|
H A D | SunServerDATable.java | 48 * DA address as the host, followed by the list of scopes as an attribute 241 * @param address The host address of the DA, from its service URL. 246 public synchronized boolean removeDA(InetAddress address, Vector scopes) { argument 248 // Find URLs corresponding to this address. 250 String query = "(" + ADDRESS_ID + "=" + address.getHostAddress() + ")"; 275 address,
|
H A D | Transact.java | 76 // Multicast address to use. 78 protected InetAddress address = null; field in class:Transact 96 * @param address Multicast address to use. 104 InetAddress address) 128 address, 242 // Go through the DA address equivalence classes we need 756 * @param addr The address of the replying agent (for error reporting). 847 // Add the address of the replying agent. 1006 InetAddress address, 101 transactUA(Vector daEquivClasses, SrvLocMsg uniMsg, SrvLocMsg multiMsg, InetAddress address) argument 1002 Transact(SrvLocMsg msg, Vector ret, int[] msT, int mResults, InetAddress address, boolean continueAfterFound) argument [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/kern/ieee1275/ |
H A D | mmap.c | 36 grub_ieee1275_get_integer_property (root, "#address-cells", &address_cells, 64 grub_uint64_t address; local 67 address = available[i++]; 69 address = (address << 32) | available[i++]; 75 if (hook (address, size, GRUB_MEMORY_AVAILABLE))
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/efi/ |
H A D | relocator.c | 94 grub_efi_physical_address_t address = start; local 105 GRUB_EFI_LOADER_DATA, size >> 12, &address);
|
/osnet-11/usr/src/lib/libsldap/common/ |
H A D | ns_trace.c | 57 void *address; member in struct:option 84 *((char **)opt->address) = p; 91 *((int *)opt->address) = n; 102 *((int *)opt->address) = fd;
|
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | KernelSymbolRecord.java | 36 * kernel address. 52 new String[] {"symbol", "address"}) 79 private final long address; field in class:KernelSymbolRecord 87 address = addressValue; 92 * and kernel address converted in probe context as a result of the 97 * @param addressValue symbol address 99 * looking up the symbol associated with the given kernel address 106 address = addressValue; 119 * Gets the result of the address lookup in the same form returned 120 * by {@link Consumer#lookupKernelFunction(long address)} [all...] |
H A D | UserSymbolRecord.java | 36 * user address. 52 new String[] {"processID", "symbol", "address"}) 92 * symbol lookup, and user address converted in probe context as a 100 * looking up the symbol associated with the given user address 101 * @param addressValue symbol address 134 * Gets the result of the address lookup in the same form returned 135 * by {@link Consumer#lookupUserFunction(int pid, long address)}. 137 * @return non-null address lookup in the format defined by the 157 * Gets the symbol's user address. 159 * @return the symbol's user address 324 private final long address; field in class:UserSymbolRecord.Value [all...] |
H A D | Consumer.java | 706 * address. 708 * @param address 32-bit kernel function address, such as the value 714 * <li>{@code module`address}</li> 715 * <li>{@code address}</li></ul> where {@code module} and {@code 716 * function} are names, and {@code offset} and {@code address} are 719 * function, included when non-zero. {@code address} is simply the 724 * @see #lookupKernelFunction(long address) 726 public String lookupKernelFunction(int address); argument 730 * address 738 lookupKernelFunction(long address) argument 764 lookupUserFunction(int pid, int address) argument 778 lookupUserFunction(int pid, long address) argument [all...] |
H A D | Error.java | 50 * Invalid address. 93 "fault", "address", "defaultMessage"}); 114 private final long address; field in class:Error 136 * @param faultAddress address of fault, or -1 if address is not 154 address = faultAddress; 254 * Gets the address of the fault, if any. 256 * @return address of fault, or -1 if address is not applicable to 263 return address; [all...] |
/osnet-11/usr/src/lib/efcode/engine/ |
H A D | tracing.c | 102 void *address; local 109 address = dlsym(RTLD_DEFAULT, dlip.dli_sname); 110 offset = ((char *) fn) - ((char *) address);
|
/osnet-11/usr/src/lib/libtsnet/common/ |
H A D | tsol_sgetrhent.c | 30 * field is the IP host or network address. The second is the name of the 53 * This routine deals with old pre-CIDR subnet address specifications. In the 77 * This routine deals with old pre-CIDR network address specifications. In the 85 * This routine must compute the mask and left-align the address. 109 /* IPv4 address */ 128 /* IPv6 address */ 144 * IP address. 168 char *address = rhstrp->address; local 183 *errstrp = address; [all...] |
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | pmap_clnt.c | 128 pmap_getport(struct sockaddr_in *address, rpcprog_t program, argument 136 address->sin_port = htons(PMAPPORT); 137 client = clntudp_bufcreate(address, PMAPPROG, PMAPVERS, timeout, 154 address->sin_port = 0; 163 pmap_getmaps(struct sockaddr_in *address) argument 172 address->sin_port = htons(PMAPPORT); 173 client = clnttcp_create(address, PMAPPROG, PMAPVERS, &fd, 50, 500); 183 address->sin_port = 0;
|
/osnet-11/usr/src/grub/grub2/grub-core/loader/efi/ |
H A D | chainloader.c | 42 static grub_efi_physical_address_t address; variable 55 efi_call_2 (b->free_pages, address, pages); 206 address = 0; 251 pages, &address); 258 if (grub_file_read (file, (void *) ((grub_addr_t) address), size) != size) 267 (void *) ((grub_addr_t) address), size, 334 if (address) 335 efi_call_2 (b->free_pages, address, pages);
|
/osnet-11/usr/src/grub/grub2/grub-core/mmap/efi/ |
H A D | mmap.c | 150 grub_efi_physical_address_t address; member in struct:overlay 162 grub_efi_physical_address_t address; local 173 address = start & (~0x3ffULL); 174 pages = (end - address + 0x3ff) >> 12; 175 status = efi_call_2 (b->free_pages, address, pages); 182 make_efi_memtype (type), pages, &address); 190 curover->address = address; 211 efi_call_2 (b->free_pages, curover->address, curover->pages); 230 grub_efi_physical_address_t address; local [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/video/ |
H A D | ieee1275.c | 140 grub_uint32_t current_width, current_height, address; local 178 if (grub_ieee1275_get_integer_property (dev, "address", (void *) &address, 179 sizeof (address), 0)) 180 return grub_error (GRUB_ERR_IO, "Couldn't retrieve display address."); 183 framebuffer.ptr = (void *) (grub_addr_t) address;
|
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | cldap.c | 88 in_addr_t address; local 148 if ( (address = inet_addr( host )) == -1 ) { 173 sock.sin_addr.s_addr = address; 187 address = INADDR_LOOPBACK; 188 sock.sin_addr.s_addr = htonl( address ); 211 Debug( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 114, "end of cldap_open address %1$d is %2$s\n"), 393 * new round: reset address to first one and
|
H A D | os-ip.c | 134 connect_to_host(Sockbuf *sb, char *host, in_addr_t address, argument 137 * if host == NULL, connect using address 138 * "address" and "port" must be in network byte order 160 "(by address)") : host, ntohs(port), 0); 164 if (host != NULL && (address = inet_addr(host)) == -1) { 196 (char *)&address), sizeof (sin.sin_addr.s_addr));
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | gc_via_tkt.c | 42 kdcrep2creds(krb5_context context, krb5_kdc_rep *pkdcrep, krb5_address *const *address, argument 83 if ((retval = krb5_copy_addresses(context, address, 167 krb5_flags kdcoptions, krb5_address *const *address, 171 kdcoptions, address, 185 krb5_address *const *address, 247 enctypes, in_cred->server, address, 265 krb5_address *const *address, 494 retval = kdcrep2creds(context, dec_rep, address, 511 krb5_flags kdcoptions, krb5_address *const *address, 548 address, in_padat 166 krb5_get_cred_via_tkt(krb5_context context, krb5_creds *tkt, krb5_flags kdcoptions, krb5_address *const *address, krb5_creds *in_cred, krb5_creds **out_cred) argument 182 krb5int_make_tgs_request(krb5_context context, krb5_creds *tkt, krb5_flags kdcoptions, krb5_address *const *address, krb5_pa_data **in_padata, krb5_creds *in_cred, krb5_error_code (*pacb_fct)(krb5_context, krb5_keyblock *, krb5_kdc_req *, void *), void *pacb_data, krb5_data *request_data, krb5_timestamp *timestamp, krb5_int32 *nonce, krb5_keyblock **subkey, krb5_kdc_req **retreq) argument 261 krb5int_process_tgs_reply(krb5_context context, krb5_data *response_data, krb5_creds *tkt, krb5_flags kdcoptions, krb5_address *const *address, krb5_pa_data **in_padata, krb5_creds *in_cred, krb5_timestamp timestamp, krb5_int32 nonce, krb5_keyblock *subkey, krb5_pa_data ***out_padata, krb5_pa_data ***out_enc_padata, krb5_creds **out_cred, const char *hostname_used) argument 510 krb5_get_cred_via_tkt_ext(krb5_context context, krb5_creds *tkt, krb5_flags kdcoptions, krb5_address *const *address, krb5_pa_data **in_padata, krb5_creds *in_cred, krb5_error_code (*pacb_fct)(krb5_context, krb5_keyblock *, krb5_kdc_req *, void *), void *pacb_data, krb5_pa_data ***out_padata, krb5_pa_data ***out_enc_padata, krb5_creds **out_cred, krb5_keyblock **out_subkey) argument [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/ |
H A D | mm.c | 48 grub_efi_allocate_pages (grub_efi_physical_address_t address, argument 57 if (address > 0xffffffff) 62 if (address == 0) 65 address = 0xffffffff; 70 if (address == 0) 77 status = efi_call_4 (b->allocate_pages, type, GRUB_EFI_LOADER_DATA, pages, &address); 81 if (address == 0) 83 /* Uggh, the address 0 was allocated... This is too annoying, 85 address = 0xffffffff; 86 status = efi_call_4 (b->allocate_pages, type, GRUB_EFI_LOADER_DATA, pages, &address); 97 grub_efi_free_pages(grub_efi_physical_address_t address, grub_efi_uintn_t pages) argument [all...] |