Searched refs:opte (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/krb5/src/lib/krb5/krb/ |
| H A D | gic_opt.c | 141 struct extended_options *opte; in krb5_get_init_creds_opt_alloc() local 148 opte = calloc(1, sizeof(*opte)); in krb5_get_init_creds_opt_alloc() 149 if (opte == NULL) in krb5_get_init_creds_opt_alloc() 151 opte->opt.flags = DEFAULT_FLAGS | GIC_OPT_EXTENDED; in krb5_get_init_creds_opt_alloc() 152 opte->pac_request = -1; in krb5_get_init_creds_opt_alloc() 153 *opt = (krb5_get_init_creds_opt *)opte; in krb5_get_init_creds_opt_alloc() 161 struct extended_options *opte = (struct extended_options *)opt; in krb5_get_init_creds_opt_free() local 167 for (i = 0; i < opte->num_preauth_data; i++) { in krb5_get_init_creds_opt_free() 168 free(opte->preauth_data[i].attr); in krb5_get_init_creds_opt_free() 169 free(opte->preauth_data[i].value); in krb5_get_init_creds_opt_free() [all …]
|
| /freebsd/sys/kern/ |
| H A D | imgact_shell.c | 102 const char *ihp, *interpb, *interpe, *maxp, *optb, *opte, *fname; in exec_shell_imgact() local 165 opte = ihp; in exec_shell_imgact() 166 if (opte == maxp) in exec_shell_imgact() 169 opte = ihp; in exec_shell_imgact() 190 if (opte > optb) /* options (if any) */ in exec_shell_imgact() 191 offset += opte - optb + 1; in exec_shell_imgact() 221 if (opte > optb) { in exec_shell_imgact() 222 length = opte - optb; in exec_shell_imgact()
|
| /freebsd/sys/i386/i386/ |
| H A D | pmap.c | 5482 u_int opte, npte; in pmap_pte_attr() local 5489 opte = *(u_int *)pte; in pmap_pte_attr() 5490 npte = opte & ~PG_PTE_CACHE; in pmap_pte_attr() 5492 } while (npte != opte && !atomic_cmpset_int((u_int *)pte, opte, npte)); in pmap_pte_attr() 6078 pt_entry_t opte, *ptep; in __CONCAT() local 6088 opte = *ptep; in __CONCAT() 6099 if ((opte & (PG_V | PG_A)) == (PG_V | PG_A)) in __CONCAT() 6102 if ((opte & (PG_V | PG_A)) == (PG_V | PG_A)) in __CONCAT()
|
| /freebsd/sys/powerpc/aim/ |
| H A D | mmu_radix.c | 6003 uint64_t opte, npte; in pmap_pte_attr() local 6010 opte = be64toh(*pte); in pmap_pte_attr() 6011 npte = opte & ~mask; in pmap_pte_attr() 6013 } while (npte != opte && !atomic_cmpset_long(pte, htobe64(opte), htobe64(npte))); in pmap_pte_attr()
|
| /freebsd/sys/amd64/amd64/ |
| H A D | pmap.c | 9378 u_long opte, npte; 9380 opte = *(u_long *)pte; 9382 npte = opte & ~mask; 9384 } while (npte != opte && !atomic_fcmpset_long((u_long *)pte, &opte, 9369 u_long opte, npte; pmap_pte_props() local
|