/freebsd/sys/contrib/ncsw/Peripherals/QM/ |
H A D | qman_low.h | 208 static __inline__ t_Error qm_eqcr_init(struct qm_portal *portal, e_QmPortalProduceMode pmode, in qm_eqcr_init() argument 230 eqcr->pmode = pmode; in qm_eqcr_init() 236 ((pmode & 0x3) << 24); /* QCSP_CFG::EPM */ 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() 337 ASSERT_COND(eqcr->pmode == e_QmPortalPCE); in qmPortalEqcrPcePrefetch() 348 ASSERT_COND(eqcr->pmode == e_QmPortalPCE); in qmPortalEqcrPceCommit() 367 ASSERT_COND(eqcr->pmode == e_QmPortalPVB); in qmPortalEqcrPvbCommit() 477 e_QmPortalProduceMode pmode, e_QmPortalDqrrConsumeMode cmode, in qm_dqrr_init() argument 503 dqrr->pmode = pmode; in qm_dqrr_init() [all …]
|
H A D | qman_private.h | 147 e_QmPortalProduceMode pmode; member 159 e_QmPortalProduceMode pmode; member 172 e_QmPortalProduceMode pmode; member
|
/freebsd/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/bin/pax/ |
H A D | file_subs.c | 149 if (!pmode || res) in file_close() 151 if (pmode) in file_close() 430 if (!pmode || res) in node_creat() 432 if (pmode) in node_creat() 459 if (!pmode) in node_creat() 468 } else if (pmode || patime || pmtime) in node_creat()
|
H A D | options.c | 285 pmode = 1; in pax_options() 305 pmode = 1; in pax_options() 673 pmode = 1; in tar_options() 1024 pmode = 1; in cpio_options()
|
H A D | pax.c | 83 int pmode; /* preserve file mode bits */ variable
|
H A D | extern.h | 225 extern int pmode;
|
H A D | tables.c | 1190 if (pmode || dblk.frc_mode) in proc_dir()
|
/freebsd/sys/dev/drm2/ |
H A D | drm_modes.c | 951 struct drm_display_mode *pmode, *pt; in drm_mode_connector_list_update() local 954 list_for_each_entry_safe(pmode, pt, &connector->probed_modes, in drm_mode_connector_list_update() 959 if (drm_mode_equal(pmode, mode)) { in drm_mode_connector_list_update() 962 mode->status = pmode->status; in drm_mode_connector_list_update() 964 mode->type |= pmode->type; in drm_mode_connector_list_update() 965 list_del(&pmode->head); in drm_mode_connector_list_update() 966 drm_mode_destroy(connector->dev, pmode); in drm_mode_connector_list_update() 972 list_move_tail(&pmode->head, &connector->modes); in drm_mode_connector_list_update()
|
/freebsd/contrib/mtree/ |
H A D | create.c | 334 statd(FILE *fp, FTS *t, FTSENT *parent, uid_t *puid, gid_t *pgid, mode_t *pmode, in statd() argument 354 savemode = *pmode; in statd() 403 ((keys & F_MODE) && (*pmode != savemode)) || in statd() 437 *pmode = savemode; in statd()
|
/freebsd/contrib/lua/src/ |
H A D | lobject.c | 253 const char *pmode = strpbrk(s, ".xXnN"); /* look for special chars */ in l_str2d() local 254 int mode = pmode ? ltolower(cast_uchar(*pmode)) : 0; in l_str2d()
|
/freebsd/contrib/ntp/sntp/ |
H A D | networking.h | 57 u_char pmode; member
|
/freebsd/sys/dev/usb/ |
H A D | usb_controller.h | 123 void (*get_power_mode) (struct usb_device *udev, int8_t *pmode);
|
/freebsd/lib/libnetmap/ |
H A D | libnetmap.h | 525 int nmreq_register_decode(const char **pmode, struct nmreq_register *reg,
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/ |
H A D | wlan_snmp.h | 230 int wlan_set_tx_params(struct wlan_iface *wif, int32_t pmode);
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_proto.c | 2574 u_char pmode, pleap, pversion, pstratum; in process_packet() local 2587 pmode = PKT_MODE(pkt->li_vn_mode); in process_packet() 2627 pleap, pversion, pmode, pstratum, pkt->ppoll, pkt->precision, in process_packet() 2632 peer->pmode = pmode; in process_packet() 2718 } else if (peer->pmode == MODE_BROADCAST) { in process_packet() 2845 if (peer->pmode != MODE_BROADCAST) in process_packet()
|
H A D | ntp_refclock.c | 277 * Set peer.pmode based on the hmode. For appearances only. in refclock_newpeer() 281 peer->pmode = MODE_PASSIVE; in refclock_newpeer() 285 peer->pmode = MODE_SERVER; in refclock_newpeer()
|
H A D | ntp_peer.c | 739 && MODE_BROADCAST != p->pmode) in refresh_all_peerinterfaces()
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | layout.std | 69 offsetof(pmode) = 13
|
/freebsd/contrib/ntp/include/ |
H A D | ntp.h | 298 u_char pmode; /* remote association mode */ 294 u_char pmode; /* remote association mode */ global() member
|
H A D | ntp_request.h | 381 u_char pmode; /* peer.pmode */ member
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | tdport.c | 5479 agsaEncryptInfo_t *pmode = &mode; in tiCOMEncryptSetMode() local 5494 pmode->encryptionSecurityMode = 0; in tiCOMEncryptSetMode() 5495 pmode->encryptionCipherMode = 0; in tiCOMEncryptSetMode() 5496 pmode->status = 0; in tiCOMEncryptSetMode() 5503 pmode->encryptionSecurityMode = agsaEncryptSMA; in tiCOMEncryptSetMode() 5508 pmode->encryptionSecurityMode = agsaEncryptSMB; in tiCOMEncryptSetMode() 5513 pmode->encryptionCipherMode |= agsaEncryptCipherModeXTS; in tiCOMEncryptSetMode() 5522 returnCode = saEncryptSetMode(agRoot,agNULL, 0, pmode ); in tiCOMEncryptSetMode()
|