HomeSort by: relevance | last modified time | path
    Searched refs:ae (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/sys/kern/
subr_acl_nfs4.c 69 _acl_entry_matches(struct acl_entry *ae, acl_tag_t tag, acl_perm_t perm,
72 if (ae->ae_tag != tag)
75 if (ae->ae_id != ACL_UNDEFINED_ID)
78 if (ae->ae_perm != perm)
81 if (ae->ae_entry_type != entry_type)
84 if (ae->ae_flags != 0)
95 struct acl_entry *ae; local in function:_acl_append
99 ae = &(aclp->acl_entry[aclp->acl_cnt]);
102 ae->ae_tag = tag;
103 ae->ae_id = ACL_UNDEFINED_ID
144 const struct acl_entry *ae; local in function:__acl_nfs4_sync_mode_from_acl
272 struct acl_entry *ae; local in function:acl_nfs4_inherit_entries
553 const struct acl_entry *ae; local in function:acl_nfs4_check
    [all...]
subr_acl_posix1e.c 257 struct acl_entry *ae = &acl->acl_entry[i]; local in function:acl_posix1e_check
261 switch(ae->ae_tag) {
263 ae->ae_id = ACL_UNDEFINED_ID; /* XXX */
264 if (ae->ae_id != ACL_UNDEFINED_ID)
269 ae->ae_id = ACL_UNDEFINED_ID; /* XXX */
270 if (ae->ae_id != ACL_UNDEFINED_ID)
275 if (ae->ae_id == ACL_UNDEFINED_ID)
280 if (ae->ae_id == ACL_UNDEFINED_ID)
285 ae->ae_id = ACL_UNDEFINED_ID; /* XXX */
286 if (ae->ae_id != ACL_UNDEFINED_ID
    [all...]
  /src/sys/dev/pci/qat/
qat_ae.c 199 qat_ae_write_4(struct qat_softc *sc, u_char ae, bus_size_t offset,
205 qat_ae_local_write_4(sc, ae, offset, value);
206 if ((qat_ae_local_read_4(sc, ae, LOCAL_CSR_STATUS) &
213 "couldn't write AE CSR: ae 0x%hhx offset 0x%lx\n", ae, (long)offset);
218 qat_ae_read_4(struct qat_softc *sc, u_char ae, bus_size_t offset,
225 v = qat_ae_local_read_4(sc, ae, offset);
226 if ((qat_ae_local_read_4(sc, ae, LOCAL_CSR_STATUS) &
234 "couldn't read AE CSR: ae 0x%hhx offset 0x%lx\n", ae, (long)offset)
954 u_char ae; local in function:qat_ae_init
1012 u_char ae; local in function:qat_ae_start
1042 u_char ae; local in function:qat_ae_clear_reset
1119 int error, times, ae; local in function:qat_ae_check
1163 u_char ae; local in function:qat_ae_reset_timestamp
1191 u_char ae; local in function:qat_ae_clear_xfer
1212 u_char ae; local in function:qat_ae_clear_gprs
2639 u_char ae; local in function:qat_aefw_suof_load
2802 int ae, i, error; local in function:qat_aefw_uof_init
3020 u_char ae, nae; local in function:qat_aefw_init_ustore
3205 u_char ae; local in function:qat_aefw_init_memory
3251 u_char ae; local in function:qat_aefw_init_globals
3417 u_char ae, ctx_mask; local in function:qat_aefw_uof_write_one
    [all...]
qat_hw15.c 280 uint32_t ae)
287 if (ae == 1)
292 if (ae == 0)
294 else if (ae == 1)
304 qat_adm_ring_build_ring_table(struct qat_softc *sc, uint32_t ae)
309 uint8_t srv_mask = sc->sc_admin_rings.qadr_srv_mask[ae];
317 "Invalid execution engine %d\n", ae);
331 struct fw_init_req *initmsg, enum fw_init_cmd_id cmd, uint32_t ae,
342 ae % sc->sc_ae_num];
354 if (ae % sc->sc_ae_num == 0
446 uint32_t error, ae; local in function:qat_adm_ring_send_init_msg
    [all...]
qat_hw17.c 134 qat_adm_mailbox_put_msg_sync(struct qat_softc *sc, uint32_t ae,
138 bus_size_t mb_offset = MAILBOX_BASE + (ae * MAILBOX_STRIDE);
139 int offset = ae * ADMINMSG_LEN * 2;
180 uint8_t ae; local in function:qat_adm_mailbox_send
182 for (ae = 0, mask = sc->sc_ae_mask; mask; ae++, mask >>= 1) {
186 error = qat_adm_mailbox_put_msg_sync(sc, ae, req, resp);
qatvar.h 264 #define QAT_AE(sc, ae) \
265 ((sc)->sc_ae[ae])
268 u_int qae_state; /* AE state */
280 u_int qae_effect_ustore_size; /* effective AE ustore size */
743 uint32_t qhw_msix_ae_vec_gap; /* gap to ae vec from bank */
841 /* AE */
845 pci_intr_handle_t *sc_ih; /* banks and ae cluster ih */
846 void *sc_ae_ih_cookie; /* ae cluster ih cookie */
1008 qat_ae_local_write_4(struct qat_softc *sc, u_char ae, bus_size_t offset,
1012 offset = __SHIFTIN(ae & sc->sc_ae_mask, AE_LOCAL_AE_MASK)
    [all...]
qat.c 455 "sku %d accel %d accel_mask 0x%x ae %d ae_mask 0x%x\n",
936 uint8_t mailbox, ae, nae; local in function:qat_etr_ap_bank_set_ring_dest
943 for (ae = 0; ae < sc->sc_hw.qhw_num_engines; ae++) {
944 if ((ae_mask & (1 << ae)) == 0)
948 dest[nae] = __SHIFTIN(ae, ETR_AP_DEST_AE) |
  /src/sys/dev/dkwedge/
dkwedge_apple.c 143 struct apple_part_map_entry *ae; local in function:dkwedge_discover_apple
166 rsize = 1 << (ilog2(MAX(sizeof(*ae), blocksize) - 1) + 1);
181 ae = bp->b_data;
192 swap_apple_part_map_entry(ae);
193 if (ae->pmSig != APPLE_PART_MAP_ENTRY_MAGIC) {
195 ae->pmSig, APPLE_PART_MAP_ENTRY_MAGIC);
200 if (strcasecmp(map[i].name, ae->pmPartType) == 0)
204 ae->pmPartName, ae->pmPartType,
205 ae->pmPyPartStart, ae->pmPartBlkCnt
    [all...]
  /src/share/man/man4/man4.mac68k/
Makefile 4 MAN= ae.4 ascaudio.4 autoconf.4 cpi.4 intro.4 iwm.4 mainbus.4 mem.4 \
  /src/sbin/amrctl/
amrctl.c 217 struct amr_enquiry *ae; local in function:describe_card
260 ae = (struct amr_enquiry *)enq_buffer;
262 cardtype = ae->ae_signature;
292 if (ae->ae_adapter.aa_firmware[2] >= 'A' &&
293 ae->ae_adapter.aa_firmware[2] <= 'Z' &&
294 ae->ae_adapter.aa_firmware[1] < ' ' &&
295 ae->ae_adapter.aa_firmware[0] < ' ' &&
296 ae->ae_adapter.aa_bios[2] >= 'A' &&
297 ae->ae_adapter.aa_bios[2] <= 'Z' &&
298 ae->ae_adapter.aa_bios[1] < ' ' &
    [all...]
  /src/sys/miscfs/genfs/
genfs_vnops.c 774 struct acl_entry *ae = &acl->acl_entry[i]; local in function:genfs_can_access_acl_posix1e
775 switch (ae->ae_tag) {
781 if (ae->ae_perm & ACL_EXECUTE)
783 if (ae->ae_perm & ACL_READ)
785 if (ae->ae_perm & ACL_WRITE)
790 acl_mask = ae;
794 acl_other = ae;
840 struct acl_entry *ae = &acl->acl_entry[i]; local in function:genfs_can_access_acl_posix1e
841 switch (ae->ae_tag) {
843 if (kauth_cred_geteuid(cred) != ae->ae_id
866 struct acl_entry *ae = &acl->acl_entry[i]; local in function:genfs_can_access_acl_posix1e
921 struct acl_entry *ae = &acl->acl_entry[i]; local in function:genfs_can_access_acl_posix1e
1033 const struct acl_entry *ae; local in function:_acl_denies
    [all...]
  /src/distrib/mac68k/miniroot/
install.md 82 mi_filter_dmesg | awk -F : '/^ae[0-9]*:/ { print $1; }' | sort -u
  /src/sys/dev/pci/
amr.c 610 struct amr_enquiry *ae; local in function:amr_init
672 ae = amr_enquire(amr, AMR_CMD_EXT_ENQUIRY2, 0, 0, amr->amr_enqbuf);
673 if (ae != NULL) {
675 sig = le32toh(ae->ae_signature);
689 ae = amr_enquire(amr, AMR_CMD_ENQUIRY, 0, 0, amr->amr_enqbuf);
690 if (ae == NULL) {
718 aa = &ae->ae_adapter;
724 if (le32toh(ae->ae_signature) == AMR_SIG_438) {
752 if (ae->ae_ldrv.al_numdrives > __arraycount(ae->ae_ldrv.al_size))
918 struct amr_enquiry *ae; local in function:amr_std_thread
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/hisilicon/
hip06.dtsi 567 ae-handle = <&dsaf0>;
568 port-idx-in-ae = <4>;
576 ae-handle = <&dsaf0>;
577 port-idx-in-ae = <5>;
585 ae-handle = <&dsaf0>;
586 port-idx-in-ae = <0>;
594 ae-handle = <&dsaf0>;
595 port-idx-in-ae = <1>;
hip07.dtsi 1456 ae-handle = <&dsaf0>;
1457 port-idx-in-ae = <4>;
1465 ae-handle = <&dsaf0>;
1466 port-idx-in-ae = <5>;
1474 ae-handle = <&dsaf0>;
1475 port-idx-in-ae = <0>;
1483 ae-handle = <&dsaf0>;
1484 port-idx-in-ae = <1>;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/
armada-8040-puzzle-m801.dts 385 local-mac-address = [ae 00 00 00 ff 00];
394 local-mac-address = [ae 00 00 00 ff 01];
402 local-mac-address = [ae 00 00 00 ff 02];
459 local-mac-address = [ae 00 00 00 ff 03];
468 local-mac-address = [ae 00 00 00 ff 04];
475 local-mac-address = [ae 00 00 00 ff 05];
  /src/usr.bin/cdplay/
cdplay.c 1397 audio_encoding_t ae; local in function:openaudio
1408 ae.index = 0;
1410 rc = ioctl(da.afd, AUDIO_GETENC, &ae);
1412 if (ae.encoding == AUDIO_ENCODING_SLINEAR_LE && ae.precision == 16)
1413 aei = ae.index;
1414 ae.index++;
1415 rc = ioctl(da.afd, AUDIO_GETENC, &ae);
  /src/sys/arch/m68k/060sp/dist/
fplsp.sa 109 dc.l $120002ae,$00ff00ff,$ff644280,$102eff63
138 dc.l $00006a9e,$1d40ff4e,$120002ae,$00ff00ff
168 dc.l $120002ae,$00ff00ff,$ff644280,$102eff63
197 dc.l $000066ee,$1d40ff4e,$120002ae,$00ff00ff
227 dc.l $120002ae,$00ff00ff,$ff644280,$102eff63
256 dc.l $0000633e,$1d40ff4e,$120002ae,$00ff00ff
286 dc.l $120002ae,$00ff00ff,$ff644280,$102eff63
315 dc.l $00005f8e,$1d40ff4e,$120002ae,$00ff00ff
345 dc.l $120002ae,$00ff00ff,$ff644280,$102eff63
374 dc.l $00005bde,$1d40ff4e,$120002ae,$00ff00f
    [all...]
fpsp.sa 1681 dc.l $6b12f23c,$44007f80,$000000ae,$02000410
1702 dc.l $0200ff64,$600800ae,$00001248,$ff644a28
2010 dc.l $000083ae,$ff642f02,$f22ef080,$ff84322e
2055 dc.l $ff84f200,$a800f23c,$90000000,$000081ae
2069 dc.l $a800f23c,$90000000,$000083ae,$ff64122e
2081 dc.l $ff84f201,$a800f23c,$90000000,$000083ae
2143 dc.l $ff84f201,$a800f23c,$90000000,$000083ae
2212 dc.l $ff84f201,$a800f23c,$90000000,$000083ae
2317 dc.l $90000000,$000083ae,$ff64122e,$ff620201
2476 dc.l $000083ae,$ff642f02,$f22ef080,$ff84322
    [all...]
pfpsp.sa 707 dc.l $4080ff64,$41eeff6c,$604200ae,$01000000
1034 dc.l $000083ae,$ff642f02,$f22ef080,$ff84322e
1079 dc.l $ff84f200,$a800f23c,$90000000,$000081ae
1093 dc.l $a800f23c,$90000000,$000083ae,$ff64122e
1105 dc.l $ff84f201,$a800f23c,$90000000,$000083ae
1167 dc.l $ff84f201,$a800f23c,$90000000,$000083ae
1236 dc.l $ff84f201,$a800f23c,$90000000,$000083ae
1341 dc.l $90000000,$000083ae,$ff64122e,$ff620201
1500 dc.l $000083ae,$ff642f02,$f22ef080,$ff84322e
1526 dc.l $a800f23c,$90000000,$000083ae,$ff64f20
    [all...]
  /src/tests/dev/audio/
audiotest.c 5982 audio_encoding_t ae; local in function:getenc_make_table
6002 memset(&ae, 0, sizeof(ae));
6003 ae.index = idx;
6004 r = IOCTL(fd, AUDIO_GETENC, &ae, "index=%d", idx);
6010 XP_EQ(idx, ae.index);
6011 if (0 <= ae.encoding && ae.encoding <= AUDIO_ENCODING_AC3) {
6012 XP_EQ_STR(encoding_names[ae.encoding], ae.name)
6169 audio_encoding_t ae; local in function:DEF
    [all...]
  /src/lib/libc/nameser/
ns_name.c 760 ns_nname_ct ae = a + as, be = b + bs; local in function:ns_name_eq
768 if (a + ac >= ae || b + bc >= be) {
  /src/lib/libc/gdtoa/
misc.c 913 char *a = (char*)a1, *ae = a + len; local in function:memcpy_D2A
915 while(a < ae)
  /src/sys/arch/mac68k/obio/
ascaudio.c 357 ascaudio_query_format(void *opaque, struct audio_format_query *ae)
389 return audio_query_format(asc_formats, ASCAUDIO_NFORMATS, ae);
  /src/usr.bin/mail/
lex.c 499 mode = *cp == '>' ? "ae" : "we";

Completed in 38 milliseconds

1 2