HomeSort by: relevance | last modified time | path
    Searched defs:atype (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/sparc/sparc/
trap.c 769 vm_prot_t atype; local in function:mem_access_fault
811 atype = ser & SER_WRITE ? VM_PROT_WRITE : VM_PROT_READ;
812 if ((ser & SER_PROT) && atype == VM_PROT_READ && type != T_TEXTFAULT) {
822 atype = VM_PROT_READ | VM_PROT_WRITE;
854 rv = mmu_pagein(pmap_kernel(), va, atype);
862 rv = uvm_fault(kernel_map, va, atype);
878 rv = mmu_pagein(vm->vm_map.pmap, va, atype);
888 rv = uvm_fault(&vm->vm_map, (vaddr_t)va, atype);
985 vm_prot_t atype; local in function:mem_access_fault4m
1144 atype = VM_PROT_WRITE
    [all...]
  /src/sys/net/
if_arcsubr.c 120 uint8_t atype, adst, myself; local in function:arc_output
159 atype = ARCTYPE_IP;
162 atype = ARCTYPE_IP_OLD;
190 atype = htons(ARCTYPE_REVARP);
198 atype = htons(ARCTYPE_ARP);
201 atype = htons(ARCTYPE_ARP_OLD);
213 arph->ar_pro = atype - 1;
227 atype = htons(ARCTYPE_INET6);
235 atype = cah->arc_type;
273 ah->arc_type = atype;
504 uint8_t atype; local in function:arc_input
    [all...]
  /src/sys/arch/usermode/usermode/
trap.c 80 extern bool pmap_fault(pmap_t pmap, vaddr_t va, vm_prot_t *atype);
429 vm_prot_t atype; local in function:pagefault
452 if (pmap_fault(vm_map->pmap, va, &atype)) {
461 thunk_printf("derived atype %d\n", atype);
464 "derived atype %d\n", atype);
468 error = uvm_fault(vm_map, va, atype);
  /src/sys/lib/libsa/
bootparam.c 79 uint32_t atype; member in struct:xdr_inaddr
391 xi->atype = htonl(1);
423 if (xi->atype != htonl((uint32_t)1)) {
425 ntohl((uint32_t)nxi->atype)));
  /src/lib/libcrypt/
crypt-argon2.c 150 estimate_argon2_params(argon2_type atype, uint32_t *etime,
221 atype, ARGON2_VERSION_NUMBER) != ARGON2_OK) {
253 decode_option(argon2_context *ctx, argon2_type *atype, const char *option)
273 *atype=Argon2_i;
276 *atype=Argon2_d;
280 *atype=Argon2_id;
283 *atype=Argon2_id;
385 argon2_type atype = Argon2_id; local in function:__crypt_argon2
414 rc = decode_option(&ctx, &atype, salt);
424 atype, ctx.version)
    [all...]
  /src/sys/arch/vax/vax/
db_disasm.c 105 int atype; /* argument-type, eg. byte, long, address */ member in struct:__anon19dd69db0208
  /src/sys/nfs/
krpc_subr.c 467 u_int32_t atype; member in struct:xdr_inaddr
483 xi->atype = txdr_unsigned(1);
508 if (xi->atype != txdr_unsigned(1)) {
  /src/sbin/efi/
devpath3.c 708 char *proto, *atype; local in function:devpath_msg_ipv4
715 atype = ipv4_type(p->StaticIPAddr);
718 raddr, proto, atype, laddr, gaddr, mask);
737 p->StaticIPAddr, atype,
741 free(atype);
765 char *proto, *atype; local in function:devpath_msg_ipv6
771 atype = ipv6_type(p->IPAddrOrigin);
774 raddr, proto, atype, laddr, gaddr);
793 p->IPAddrOrigin, atype,
797 free(atype);
    [all...]
  /src/sys/dev/ic/
ath.c 3625 HAL_PKT_TYPE atype; local in function:ath_tx_start
3770 atype = HAL_PKT_TYPE_BEACON;
3772 atype = HAL_PKT_TYPE_PROBE_RESP;
3774 atype = HAL_PKT_TYPE_ATIM;
3776 atype = HAL_PKT_TYPE_NORMAL; /* XXX */
3791 atype = HAL_PKT_TYPE_PSPOLL; /* stop setting of duration */
3806 atype = HAL_PKT_TYPE_NORMAL; /* default */
4030 , atype /* Atheros packet type */

Completed in 20 milliseconds