| /src/sys/arch/i386/pci/ |
| amd756reg.h | 55 #define AMD756_GET_EDGESEL(ph) \ 56 (pci_conf_read((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR) \ 59 #define AMD756_GET_PIIRQSEL(ph) \ 60 (pci_conf_read((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR) \ 63 #define AMD756_SET_EDGESEL(ph, n) \ 64 pci_conf_write((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR, \ 65 (pci_conf_read((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR) [all...] |
| via8231reg.h | 85 #define VIA8231_GET_TRIGGER(ph) \ 86 ((pci_conf_read((ph)->ph_pc, (ph)->ph_tag, VIA8231_CFG_PIR) \ 88 #define VIA8237_GET_TRIGGER(ph) \ 89 ((pci_conf_read((ph)->ph_pc, (ph)->ph_tag, VIA8237_CFG_PIR) \ 92 #define VIA8231_SET_TRIGGER(ph, n) \ 93 pci_conf_write((ph)->ph_pc, (ph)->ph_tag, VIA8231_CFG_PIR, \ 94 (pci_conf_read((ph)->ph_pc, (ph)->ph_tag, VIA8231_CFG_PIR) [all...] |
| piix.c | 124 struct piix_handle *ph; local 126 ph = malloc(sizeof(*ph), M_DEVBUF, M_NOWAIT); 127 if (ph == NULL) 130 ph->ph_iot = iot; 131 ph->ph_pc = pc; 132 ph->ph_tag = tag; 135 &ph->ph_elcr_ioh) != 0) { 136 free(ph, M_DEVBUF); 141 piix_pir_dump(ph); 151 struct piix_handle *ph = v; local 233 struct piix_handle *ph = v; local 257 struct piix_handle *ph = v; local 280 struct piix_handle *ph = v; local 302 struct piix_handle *ph = v; local [all...] |
| opti82c558.c | 126 struct opti82c558_handle *ph; local 128 ph = malloc(sizeof(*ph), M_DEVBUF, M_NOWAIT); 129 if (ph == NULL) 132 ph->ph_pc = pc; 133 ph->ph_tag = tag; 136 *phandp = ph; 155 struct opti82c558_handle *ph = v; local 162 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, VIPER_CFG_PIRQ) 173 struct opti82c558_handle *ph = v; local 192 struct opti82c558_handle *ph = v; local 213 struct opti82c558_handle *ph = v; local [all...] |
| via8231.c | 143 struct via8231_handle *ph; local 146 ph = malloc(sizeof(*ph), M_DEVBUF, M_NOWAIT); 147 if (ph == NULL) 150 ph->ph_iot = iot; 151 ph->ph_pc = pc; 152 ph->ph_tag = tag; 154 ph->flags = PCI_VENDOR(id) == PCI_VENDOR_VIATECH && 158 *phandp = ph; 161 via8231_pir_dump("via8231_init", ph); 170 struct via8231_handle *ph = v; local 185 struct via8231_handle *ph = v; local 208 struct via8231_handle *ph = v; local 235 struct via8231_handle *ph = v; local 260 struct via8231_handle *ph = v; local [all...] |
| amd756.c | 109 struct amd756_handle *ph; local 111 ph = malloc(sizeof(*ph), M_DEVBUF, M_NOWAIT); 112 if (ph == NULL) 115 ph->ph_iot = iot; 116 ph->ph_pc = pc; 117 ph->ph_tag = tag; 120 *phandp = ph; 123 amd756_pir_dump(ph); 143 struct amd756_handle *ph = v local 161 struct amd756_handle *ph = v; local 180 struct amd756_handle *ph = v; local 205 struct amd756_handle *ph = v; local [all...] |
| /src/lib/librefuse/refuse/ |
| poll.c | 45 fuse_notify_poll(struct fuse_pollhandle *ph) { 50 fuse_pollhandle_destroy(struct fuse_pollhandle *ph) {
|
| poll.h | 48 int fuse_notify_poll(struct fuse_pollhandle *ph); 51 void fuse_pollhandle_destroy(struct fuse_pollhandle *ph);
|
| /src/sys/arch/arm/ep93xx/ |
| eppcic.c | 152 struct eppcic_handle *ph; local 178 ph = kmem_alloc(sizeof(*ph), KM_SLEEP); 179 sc->sc_ph[0] = ph; 180 ph->ph_sc = sc; 181 ph->ph_socket = 0; 182 ph->ph_port = PORT_F; 183 ph->ph_cd[0] = SOCKET0_MCCD1; 184 ph->ph_cd[1] = SOCKET0_MCCD2; 185 ph->ph_vs[0] = SOCKET0_VS1 277 struct eppcic_handle *ph = arg; local 303 struct eppcic_handle *ph = arg; local 313 struct eppcic_handle *ph = arg; local 334 struct eppcic_handle *ph = (struct eppcic_handle *)pch; local 354 struct eppcic_handle *ph = (struct eppcic_handle *)pch; local 392 struct eppcic_handle *ph = (struct eppcic_handle *)pch; local 404 struct eppcic_handle *ph = (struct eppcic_handle *)pch; local 420 struct eppcic_handle *ph = (struct eppcic_handle *)pch; local 432 struct eppcic_handle *ph = (struct eppcic_handle *)pch; local 465 struct eppcic_handle *ph = (struct eppcic_handle *)pch; local 483 struct eppcic_handle *ph = (struct eppcic_handle *)pch; local 496 struct eppcic_handle *ph = arg; local 515 struct eppcic_handle *ph = (struct eppcic_handle *)pch; local 534 struct eppcic_handle *ph = (struct eppcic_handle *)pch; local [all...] |
| /src/sys/dev/ic/ |
| pcdisplayvar.h | 60 static __inline u_int8_t _pcdisplay_6845_read(struct pcdisplay_handle *ph, int reg) 62 bus_space_write_1(ph->ph_iot, ph->ph_ioh_6845, MC6845_INDEX, reg); 63 return (bus_space_read_1(ph->ph_iot, ph->ph_ioh_6845, MC6845_DATA)); 66 static __inline void _pcdisplay_6845_write(struct pcdisplay_handle *ph, 69 bus_space_write_1(ph->ph_iot, ph->ph_ioh_6845, MC6845_INDEX, reg); 70 bus_space_write_1(ph->ph_iot, ph->ph_ioh_6845, MC6845_DATA, val) [all...] |
| /src/sys/arch/arm/at91/ |
| at91cf.c | 139 struct at91cf_handle *ph; local 177 ph = kmem_zalloc(sizeof(*ph), KM_SLEEP); 178 sc->sc_ph = ph; 179 ph->ph_sc = sc; 180 ph->ph_space[IO].base = sa->sa_addr + IO_BASE; 181 ph->ph_space[IO].size = IO_SIZE; 182 ph->ph_space[COMMON].base = sa->sa_addr + COMMON_BASE; 183 ph->ph_space[COMMON].size = COMMON_SIZE; 184 ph->ph_space[ATTRIBUTE].base = sa->sa_addr + MEMORY_BASE 245 struct at91cf_handle *ph = arg; local 264 struct at91cf_handle *ph = arg; local 289 struct at91cf_handle *ph = arg; local 299 struct at91cf_handle *ph = arg; local 320 struct at91cf_handle *ph = (struct at91cf_handle *)pch; local 340 struct at91cf_handle *ph = (struct at91cf_handle *)pch; local 376 struct at91cf_handle *ph = (struct at91cf_handle *)pch; local 388 struct at91cf_handle *ph = (struct at91cf_handle *)pch; local 404 struct at91cf_handle *ph = (struct at91cf_handle *)pch; local 416 struct at91cf_handle *ph = (struct at91cf_handle *)pch; local 448 struct at91cf_handle *ph = (struct at91cf_handle *)pch; local 467 struct at91cf_handle *ph = (struct at91cf_handle *)pch; local 482 struct at91cf_handle *ph = arg; local 503 struct at91cf_handle *ph = (struct at91cf_handle *)pch; local 517 struct at91cf_handle *ph = (struct at91cf_handle *)pch; local 531 struct at91cf_handle *ph = (struct at91cf_handle *)pch; local [all...] |
| /src/external/lgpl3/gmp/dist/mpn/sparc64/ |
| mod_1_4.c | 94 mp_limb_t rh, rl, bi, ph, pl, ch, cl, r; local 112 umul_ppmm_s (ph, pl, ap[n - 3], B1modb); 113 add_ssaaaa (ph, pl, ph, pl, CNST_LIMB(0), ap[n - 4]); 115 add_ssaaaa (ph, pl, ph, pl, ch, cl); 117 add_ssaaaa (rh, rl, rh, rl, ph, pl); 131 umul_ppmm_s (ph, pl, ap[n - 2], B1modb); 132 add_ssaaaa (ph, pl, ph, pl, CNST_LIMB(0), ap[n - 3]) [all...] |
| /src/external/bsd/openpam/dist/lib/libpam/ |
| pam_start.c | 69 struct pam_handle *ph; local 82 if ((ph = calloc(1, sizeof *ph)) == NULL) 84 if ((r = pam_set_item(ph, PAM_SERVICE, service)) != PAM_SUCCESS) 90 if ((r = pam_set_item(ph, PAM_HOST, hostname)) != PAM_SUCCESS) 92 if ((r = pam_set_item(ph, PAM_USER, user)) != PAM_SUCCESS) 94 if ((r = pam_set_item(ph, PAM_CONV, pam_conv)) != PAM_SUCCESS) 96 if ((r = openpam_configure(ph, service)) != PAM_SUCCESS) 99 *pamh = ph; 104 pam_end(ph, r) [all...] |
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| gssapi.h | 68 #define gssapi_get_state(ph) \ 69 ((struct gssapi_ph1_state *)((ph)->gssapi_state)) 71 #define gssapi_set_state(ph, st) \ 72 (ph)->gssapi_state = (st) 74 #define gssapi_more_tokens(ph) \ 75 ((gssapi_get_state(ph)->gss_status & GSS_S_CONTINUE_NEEDED) != 0)
|
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| format-php-1 | 8 tmpfiles="$tmpfiles f-ph-1.data" 9 cat <<\EOF > f-ph-1.data 87 tmpfiles="$tmpfiles f-ph-1-$n.in f-ph-1-$n.po" 88 echo "<?= gettext(${string}) ?>" | sed -e 's/\$/\\\$/g' > f-ph-1-$n.in 89 ${XGETTEXT} -L PHP -o f-ph-1-$n.po f-ph-1-$n.in || exit 1 90 test -f f-ph-1-$n.po || exit 1 93 if grep php-format f-ph-1-$n.po > /dev/null; then 99 if grep php-format f-ph-1-$n.po > /dev/null; the [all...] |
| format-php-2 | 8 tmpfiles="$tmpfiles f-ph-2.data" 9 cat <<\EOF > f-ph-2.data 93 tmpfiles="$tmpfiles f-ph-2-$n.po f-ph-2-$n.mo" 94 cat <<EOF > f-ph-2-$n.po 101 if ${MSGFMT} --check-format -o f-ph-2-$n.mo f-ph-2-$n.po; then 107 ${MSGFMT} --check-format -o f-ph-2-$n.mo f-ph-2-$n.po 2> /dev/null 116 cat f-ph-2-$n.po 1>& [all...] |
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| ph.h | 245 ph_merge_aux(ph_t *ph, size_t offset, ph_cmp_t cmp) { 246 ph->auxcount = 0; 247 void *phn = phn_next_get(ph->root, offset); 249 phn_prev_set(ph->root, NULL, offset); 250 phn_next_set(ph->root, NULL, offset); 254 phn_merge_ordered(ph->root, phn, offset, cmp); 271 ph_new(ph_t *ph) { 272 ph->root = NULL; 273 ph->auxcount = 0; 277 ph_empty(ph_t *ph) { [all...] |
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| ph.h | 245 ph_merge_aux(ph_t *ph, size_t offset, ph_cmp_t cmp) { 246 ph->auxcount = 0; 247 void *phn = phn_next_get(ph->root, offset); 249 phn_prev_set(ph->root, NULL, offset); 250 phn_next_set(ph->root, NULL, offset); 254 phn_merge_ordered(ph->root, phn, offset, cmp); 271 ph_new(ph_t *ph) { 272 ph->root = NULL; 273 ph->auxcount = 0; 277 ph_empty(ph_t *ph) { [all...] |
| /src/libexec/ld.elf_so/arch/arm/ |
| find_exidx.c | 68 const Elf_Phdr *ph = obj->phdr; local 69 const Elf_Phdr * const phlimit = ph + obj->phsize / sizeof(*ph); 70 for (; ph < phlimit; ph++) { 71 if (ph->p_type == PT_LOAD 72 && ph->p_vaddr <= va 73 && va < ph->p_vaddr + ph->p_memsz) {
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| ph.h | 224 ph_merge_aux(ph_t *ph, size_t offset, ph_cmp_t cmp) { 225 ph->auxcount = 0; 226 void *phn = phn_next_get(ph->root, offset); 228 phn_prev_set(ph->root, NULL, offset); 229 phn_next_set(ph->root, NULL, offset); 233 ph->root = phn_merge(ph->root, phn, offset, cmp); 250 ph_new(ph_t *ph) { 251 ph->root = NULL; 252 ph->auxcount = 0 [all...] |
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| ph.h | 224 ph_merge_aux(ph_t *ph, size_t offset, ph_cmp_t cmp) { 225 ph->auxcount = 0; 226 void *phn = phn_next_get(ph->root, offset); 228 phn_prev_set(ph->root, NULL, offset); 229 phn_next_set(ph->root, NULL, offset); 233 ph->root = phn_merge(ph->root, phn, offset, cmp); 250 ph_new(ph_t *ph) { 251 ph->root = NULL; 252 ph->auxcount = 0 [all...] |
| /src/external/lgpl3/gmp/dist/mpn/generic/ |
| mod_1_4.c | 92 mp_limb_t rh, rl, bi, ph, pl, ch, cl, r; local 108 umul_ppmm (ph, pl, ap[n - 3], B1modb); 109 add_ssaaaa (ph, pl, ph, pl, CNST_LIMB(0), ap[n - 4]); 111 add_ssaaaa (ph, pl, ph, pl, ch, cl); 113 add_ssaaaa (rh, rl, rh, rl, ph, pl); 127 umul_ppmm (ph, pl, ap[n - 2], B1modb); 128 add_ssaaaa (ph, pl, ph, pl, CNST_LIMB(0), ap[n - 3]) [all...] |
| /src/sys/arch/hpcmips/dev/ |
| plumpcmcia.c | 215 struct plumpcmcia_handle *ph; local 248 ph = &sc->sc_ph[0]; 249 ph->ph_plum_irq = PLUM_INT_C1IO; 250 ph->ph_memarea = PLUM_PCMCIA_MEMWINCTRL_MAP_AREA1; 251 ph->ph_membase = PLUM_PCMCIA_MEMBASE1; 252 ph->ph_memsize = PLUM_PCMCIA_MEMSIZE1; 253 ph->ph_ioarea = PLUM_PCMCIA_IOWINADDRCTRL_AREA1; 254 ph->ph_iobase = PLUM_PCMCIA_IOBASE1; 255 ph->ph_iosize = PLUM_PCMCIA_IOSIZE1; 256 ph->ph_regt = sc->sc_regt 331 struct plumpcmcia_handle *ph = (void *)pch; local 347 struct plumpcmcia_handle *ph = pch; local 357 struct plumpcmcia_handle *ph = (void*)pch; local 399 struct plumpcmcia_handle *ph = (void*)pch; local 492 struct plumpcmcia_handle *ph = (void*)pch; local 509 struct plumpcmcia_handle *ph = (void*)pch; local 552 struct plumpcmcia_handle *ph = (void*)pch; local 656 struct plumpcmcia_handle *ph = (void*)pch; local 702 struct plumpcmcia_handle *ph = (void *)pch; local 793 struct plumpcmcia_handle *ph = (void *)pch; local 817 struct plumpcmcia_handle *ph = (void *)pch; local 866 struct plumpcmcia_handle *ph = arg; local [all...] |
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_sign/ed25519/ |
| sign_ed25519.c | 80 unsigned char ph[crypto_hash_sha512_BYTES]; local 82 crypto_hash_sha512_final(&state->hs, ph); 84 return _crypto_sign_ed25519_detached(sig, siglen_p, ph, sizeof ph, sk, 1); 92 unsigned char ph[crypto_hash_sha512_BYTES]; local 94 crypto_hash_sha512_final(&state->hs, ph); 96 return _crypto_sign_ed25519_verify_detached(sig, ph, sizeof ph, pk, 1);
|
| /src/usr.sbin/btpand/ |
| packet.c | 88 pkthdr_t *ph; local 90 ph = malloc(sizeof(pkthdr_t)); 91 if (ph == NULL) { 96 ph->data = pkt; 99 return ph; 103 pkthdr_free(pkthdr_t *ph) 106 packet_free(ph->data); 107 free(ph);
|