| /freebsd-12.1/sys/contrib/ncsw/Peripherals/QM/ |
| H A D | qman_low.h | 230 eqcr->pmode = pmode; in qm_eqcr_init() 290 ASSERT_COND(eqcr->pmode != e_QmPortalPVB); in qm_eqcr_pend_and_next() 320 ASSERT_COND(eqcr->pmode == e_QmPortalPCI); in qmPortalEqcrPciCommit() 503 dqrr->pmode = pmode; in qm_dqrr_init() 511 UNUSED(pmode); in qm_dqrr_init() 857 mr->pmode = pmode; in qm_mr_init() 860 UNUSED(pmode); in qm_mr_init() 912 ASSERT_COND(mr->pmode == e_QmPortalPCI); in qmPortalMrPciUpdate() 924 ASSERT_COND(mr->pmode == e_QmPortalPCE); in qmPortalMrPcePrefetch() 935 ASSERT_COND(mr->pmode == e_QmPortalPCE); in qmPortalMrPceUpdate() [all …]
|
| H A D | qman_private.h | 147 e_QmPortalProduceMode pmode; member 159 e_QmPortalProduceMode pmode; member 172 e_QmPortalProduceMode pmode; member
|
| /freebsd-12.1/sys/contrib/ncsw/Peripherals/BM/ |
| H A D | bman_low.c | 179 e_BmPortalProduceMode pmode, in bm_rcr_init() argument 195 rcr->pmode = pmode; in bm_rcr_init() 200 cfg = (bm_in(CFG) & 0xffffffe0) | (pmode & 0x3); /* BCSP_CFG::RPM */ in bm_rcr_init() 247 ASSERT_COND(rcr->pmode != e_BmPortalPVB); in bm_rcr_pend_and_next() 262 ASSERT_COND(rcr->pmode == e_BmPortalPCI); in bm_rcr_pci_commit() 275 ASSERT_COND(((struct bm_rcr *)&portal->rcr)->pmode == e_BmPortalPCE); in bm_rcr_pce_prefetch() 284 ASSERT_COND(rcr->pmode == e_BmPortalPCE); in bm_rcr_pce_commit() 300 ASSERT_COND(rcr->pmode == e_BmPortalPVB); in bm_rcr_pvb_commit()
|
| H A D | bm_portal.c | 98 e_BmPortalProduceMode pmode; in bman_create_portal() local 100 pmode = e_BmPortalPVB; in bman_create_portal() 103 switch (pmode) in bman_create_portal() 127 if (bm_rcr_init(p_BmPortal->p_BmPortalLow, pmode, rcr_cmode)) { in bman_create_portal()
|
| H A D | bman_private.h | 141 e_BmPortalProduceMode pmode; member
|
| H A D | fsl_bman.h | 125 e_BmPortalProduceMode pmode,
|
| /freebsd-12.1/bin/pax/ |
| H A D | file_subs.c | 157 if (!pmode || res) in file_close() 159 if (pmode) in file_close() 438 if (!pmode || res) in node_creat() 440 if (pmode) in node_creat() 467 if (!pmode) in node_creat() 476 } else if (pmode || patime || pmtime) in node_creat()
|
| H A D | options.c | 293 pmode = 1; in pax_options() 313 pmode = 1; in pax_options() 681 pmode = 1; in tar_options() 1032 pmode = 1; in cpio_options()
|
| H A D | pax.c | 97 int pmode; /* preserve file mode bits */ variable
|
| H A D | extern.h | 230 extern int pmode;
|
| /freebsd-12.1/sys/dev/drm2/ |
| H A D | drm_modes.c | 969 struct drm_display_mode *pmode, *pt; in drm_mode_connector_list_update() local 972 list_for_each_entry_safe(pmode, pt, &connector->probed_modes, in drm_mode_connector_list_update() 977 if (drm_mode_equal(pmode, mode)) { in drm_mode_connector_list_update() 980 mode->status = pmode->status; in drm_mode_connector_list_update() 982 mode->type |= pmode->type; in drm_mode_connector_list_update() 983 list_del(&pmode->head); in drm_mode_connector_list_update() 984 drm_mode_destroy(connector->dev, pmode); in drm_mode_connector_list_update() 990 list_move_tail(&pmode->head, &connector->modes); in drm_mode_connector_list_update()
|
| /freebsd-12.1/usr.sbin/fmtree/ |
| H A D | create.c | 284 statd(FTS *t, FTSENT *parent, uid_t *puid, gid_t *pgid, mode_t *pmode, u_long *pflags) in statd() argument 295 mode_t savemode = *pmode; in statd() 354 ((keys & F_MODE) && (*pmode != savemode)) || in statd() 396 *pmode = savemode; in statd()
|
| /freebsd-12.1/contrib/mtree/ |
| H A D | create.c | 332 statd(FILE *fp, FTS *t, FTSENT *parent, uid_t *puid, gid_t *pgid, mode_t *pmode, in statd() argument 352 savemode = *pmode; in statd() 401 ((keys & F_MODE) && (*pmode != savemode)) || in statd() 435 *pmode = savemode; in statd()
|
| /freebsd-12.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-dfa-defs.h | 1593 uint64_t pmode : 1; /**< NCB-NRP Arbiter Mode member 1608 uint64_t pmode : 1; 1633 uint64_t pmode : 1; /**< NCB-NRP Arbiter Mode member 1648 uint64_t pmode : 1; 2904 uint64_t pmode : 1; /**< NCB-NRP Arbiter Mode member 2959 uint64_t pmode : 1; 4878 uint64_t pmode : 1; /**< NCB-NRP Arbiter Mode member 4893 uint64_t pmode : 1; 4939 uint64_t pmode : 1; 5389 uint64_t pmode : 1; /**< Select Mode member [all …]
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lobject.c | 276 const char *pmode = strpbrk(s, ".xXnN"); in l_str2d() local 277 int mode = pmode ? ltolower(cast_uchar(*pmode)) : 0; in l_str2d()
|
| /freebsd-12.1/contrib/ntp/sntp/ |
| H A D | networking.h | 57 u_char pmode; member
|
| /freebsd-12.1/sys/dev/usb/ |
| H A D | usb_controller.h | 125 void (*get_power_mode) (struct usb_device *udev, int8_t *pmode);
|
| /freebsd-12.1/usr.sbin/bsnmpd/modules/snmp_wlan/ |
| H A D | wlan_snmp.h | 233 int wlan_set_tx_params(struct wlan_iface *wif, int32_t pmode);
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | ntp_proto.c | 2481 u_char pmode, pleap, pversion, pstratum; in process_packet() local 2499 pmode = PKT_MODE(pkt->li_vn_mode); in process_packet() 2547 pleap, pversion, pmode, pstratum, pkt->ppoll, pkt->precision, in process_packet() 2552 peer->pmode = pmode; in process_packet() 2642 } else if (peer->pmode == MODE_BROADCAST) { in process_packet() 2769 if (peer->pmode != MODE_BROADCAST) in process_packet()
|
| H A D | ntp_refclock.c | 280 peer->pmode = MODE_PASSIVE; in refclock_newpeer() 284 peer->pmode = MODE_SERVER; in refclock_newpeer()
|
| /freebsd-12.1/contrib/ntp/include/ |
| H A D | ntp.h | 294 u_char pmode; /* remote association mode */ member
|
| H A D | ntp_request.h | 381 u_char pmode; /* peer.pmode */ member
|
| /freebsd-12.1/contrib/ntp/ntpdc/ |
| H A D | layout.std | 69 offsetof(pmode) = 13
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | optabs.c | 3597 enum machine_mode *pmode, int *punsignedp, in prepare_cmp_insn() argument 3600 enum machine_mode mode = *pmode; in prepare_cmp_insn() 3667 *pmode = result_mode; in prepare_cmp_insn() 3686 *pmode = result_mode; in prepare_cmp_insn() 3729 *pmode = word_mode; in prepare_cmp_insn() 3743 prepare_float_lib_cmp (px, py, pcomparison, pmode, punsignedp); in prepare_cmp_insn() 3899 enum machine_mode *pmode, int *punsignedp) in prepare_float_lib_cmp() argument 4016 *pmode = word_mode; in prepare_float_lib_cmp()
|
| /freebsd-12.1/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| H A D | tdport.c | 5480 agsaEncryptInfo_t *pmode = &mode; in tiCOMEncryptSetMode() local 5495 pmode->encryptionSecurityMode = 0; in tiCOMEncryptSetMode() 5496 pmode->encryptionCipherMode = 0; in tiCOMEncryptSetMode() 5497 pmode->status = 0; in tiCOMEncryptSetMode() 5504 pmode->encryptionSecurityMode = agsaEncryptSMA; in tiCOMEncryptSetMode() 5509 pmode->encryptionSecurityMode = agsaEncryptSMB; in tiCOMEncryptSetMode() 5514 pmode->encryptionCipherMode |= agsaEncryptCipherModeXTS; in tiCOMEncryptSetMode() 5523 returnCode = saEncryptSetMode(agRoot,agNULL, 0, pmode ); in tiCOMEncryptSetMode()
|