/titanic_50/usr/src/uts/common/crypto/api/ |
H A D | kcf_random.c | 622 rnd_generate_pseudo_bytes(rndmag_pad_t *rmp, uint8_t *ptr, size_t len) in rnd_generate_pseudo_bytes() argument 633 ASSERT(mutex_owned(&rmp->rm_mag.rm_lock)); in rnd_generate_pseudo_bytes() 637 mutex_exit(&rmp->rm_mag.rm_lock); in rnd_generate_pseudo_bytes() 643 rmp->rm_mag.rm_oblocks += nblock; in rnd_generate_pseudo_bytes() 644 oblocks = rmp->rm_mag.rm_oblocks; in rnd_generate_pseudo_bytes() 647 if (oblocks >= rmp->rm_mag.rm_olimit) { in rnd_generate_pseudo_bytes() 655 if (rmp->rm_mag.rm_ofuzz) { in rnd_generate_pseudo_bytes() 661 rmp->rm_mag.rm_olimit += in rnd_generate_pseudo_bytes() 662 rmp->rm_mag.rm_ofuzz; in rnd_generate_pseudo_bytes() 663 rmp->rm_mag.rm_ofuzz >>= 1; in rnd_generate_pseudo_bytes() [all …]
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | rpcmod.c | 582 struct rpcm *rmp; in rpcmodopen() local 607 rmp = kmem_zalloc(sizeof (*rmp), KM_SLEEP); in rpcmodopen() 609 mutex_init(&rmp->rm_lock, NULL, MUTEX_DEFAULT, NULL); in rpcmodopen() 610 cv_init(&rmp->rm_cwait, NULL, CV_DEFAULT, NULL); in rpcmodopen() 611 rmp->rm_zoneid = rpc_zoneid(); in rpcmodopen() 615 rmp->rm_type = 0; in rpcmodopen() 617 q->q_ptr = (void *)rmp; in rpcmodopen() 618 WR(q)->q_ptr = (void *)rmp; in rpcmodopen() 632 struct rpcm *rmp; in rpcmodclose() local 635 rmp = (struct rpcm *)q->q_ptr; in rpcmodclose() [all …]
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | cpuid_subr.c | 359 const struct amd_rev_mapent *rmp; in synth_amd_info() local 366 for (i = 0, rmp = amd_revmap; i < sizeof (amd_revmap) / sizeof (*rmp); in synth_amd_info() 367 i++, rmp++) { in synth_amd_info() 368 if (family == rmp->rm_family && in synth_amd_info() 369 model >= rmp->rm_modello && model <= rmp->rm_modelhi && in synth_amd_info() 370 step >= rmp->rm_steplo && step <= rmp->rm_stephi) { in synth_amd_info() 380 *chiprev_p = rmp->rm_chiprev; in synth_amd_info() 382 *chiprevstr_p = rmp->rm_chiprevstr; in synth_amd_info() 399 *skt_p = amd_skts[rmp->rm_sktidx][model & 0x3]; in synth_amd_info() 418 *skt_p = amd_skts[rmp->rm_sktidx][idx]; in synth_amd_info()
|
/titanic_50/usr/src/uts/common/io/chxge/ |
H A D | osdep.h | 104 #define t1_rx_mode_promisc(rmp) (rmp->chp->ch_flags & PEPROMISC) argument 105 #define t1_rx_mode_allmulti(rmp) (rmp->chp->ch_flags & PEALLMULTI) argument 106 #define t1_rx_mode_mc_cnt(rmp) (rmp->chp->ch_mc_cnt) argument
|
H A D | pe.c | 1543 t1_get_next_mcaddr(struct t1_rx_mode *rmp) in t1_get_next_mcaddr() argument 1546 if (rmp->mc) { in t1_get_next_mcaddr() 1547 addr = rmp->mc->cmc_mca; in t1_get_next_mcaddr() 1548 rmp->mc = rmp->mc->cmc_next; in t1_get_next_mcaddr()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | l_strplumb.c | 158 kstr_msg(vnode_t *vp, mblk_t *smp, mblk_t **rmp, timestruc_t *timeo) in kstr_msg() argument 166 if (rmp == NULL && timeo != NULL && in kstr_msg() 170 if (smp == NULL && rmp == NULL) in kstr_msg() 179 if (rmp == NULL) { in kstr_msg() 197 *rmp = NULL; in kstr_msg() 198 error = kstrgetmsg(vp, rmp, NULL, &pri, &pflag, timout, &rval); in kstr_msg()
|
H A D | llc1.c | 2269 mblk_t *nmp, *rmp; in llc1_xid_reply() local 2307 rmp = nmp; in llc1_xid_reply() 2313 rmp = allocb(sizeof (dl_unitdata_req_t) + in llc1_xid_reply() 2315 if (rmp == NULL) in llc1_xid_reply() 2318 DB_TYPE(rmp) = M_PROTO; in llc1_xid_reply() 2319 bzero(rmp->b_rptr, sizeof (dl_unitdata_req_t)); in llc1_xid_reply() 2320 ud = (dl_unitdata_req_t *)rmp->b_rptr; in llc1_xid_reply() 2325 rmp->b_wptr += sizeof (dl_unitdata_req_t); in llc1_xid_reply() 2327 LLCADDR(rmp->b_rptr, ud->dl_dest_addr_offset), in llc1_xid_reply() 2329 LLCADDR(rmp->b_rptr, ud->dl_dest_addr_offset)->llca_sap = in llc1_xid_reply() [all …]
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | nl7c.c | 920 mblk_t *rmp = sti->sti_nl7c_rcv_mp; in nl7c_process() local 971 if (rmp == NULL) { in nl7c_process() 973 error = kstrgetmsg(vp, &rmp, NULL, &pri, &pflag, in nl7c_process() 988 if (rmp != NULL) { in nl7c_process() 994 sti->sti_nl7c_rcv_mp = rmp; in nl7c_process() 999 mp->b_cont = rmp; in nl7c_process() 1015 rmp = NULL; in nl7c_process()
|
H A D | socktpi.c | 2979 nl7c_sorecv(struct sonode *so, mblk_t **rmp, uio_t *uiop, rval_t *rp) in nl7c_sorecv() argument 3014 if (*rmp == NULL) { in nl7c_sorecv() 3015 *rmp = nmp; in nl7c_sorecv()
|
/titanic_50/usr/src/cmd/awk_xpg4/ |
H A D | awk1.c | 1631 int_regwmatch_t rm[NSUB], *rmp; in int_regwdosuba() local 1678 rmp = NULL; in int_regwdosuba() 1680 rmp = &rm[0]; in int_regwdosuba() 1683 rmp = &rm[*xp++ - '0']; in int_regwdosuba() 1688 if (rmp == NULL) { /* Ordinary character. */ in int_regwdosuba() 1692 } else if (rmp->rm_sp != NULL && rmp->rm_ep != NULL) { in int_regwdosuba() 1693 ip = rmp->rm_sp; in int_regwdosuba() 1694 if (op + (i = rmp->rm_ep - rmp->rm_sp) >= end) in int_regwdosuba()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_gld.c | 282 mblk_t *rmp = NULL; in oce_m_send() local 302 rmp = oce_send_packet(wq, mp); in oce_m_send() 303 if (rmp != NULL) { in oce_m_send() 308 rmp->b_next = nxt_pkt; in oce_m_send() 313 return (rmp); in oce_m_send()
|
/titanic_50/usr/src/lib/fm/libfmd_adm/common/ |
H A D | fmd_adm.c | 299 struct fmd_rpc_modinfo *rmi, **rms, **rmp; in fmd_adm_module_iter() local 319 if ((rms = rmp = malloc(sizeof (void *) * rml.rml_len)) == NULL) { in fmd_adm_module_iter() 325 *rmp++ = rmi; /* store copy of pointer in array for sorting */ in fmd_adm_module_iter() 329 for (rmp = rms; rmp < rms + rml.rml_len; rmp++) { in fmd_adm_module_iter() 330 rmi = *rmp; in fmd_adm_module_iter()
|
/titanic_50/usr/src/uts/sun4u/starcat/io/ |
H A D | dman.c | 2910 mblk_t *rmp[MAN_MAX_DESTS]; /* Copy to replay */ in man_dlpi_senddown() local 2926 rmp[i] = NULL; in man_dlpi_senddown() 2937 rmp[i] = copymsg(mp); in man_dlpi_senddown() 2938 if (rmp[i] == NULL) { in man_dlpi_senddown() 2954 man_dlpi_replay(mdp, rmp[i]); in man_dlpi_senddown() 2958 if (dstate[i] && rmp[i]) in man_dlpi_senddown() 2959 freemsg(rmp[i]); in man_dlpi_senddown() 2977 man_dlpi_replay(man_dest_t *mdp, mblk_t *rmp) in man_dlpi_replay() argument 2984 while (rmp) { in man_dlpi_replay() 2985 mp = rmp; in man_dlpi_replay() [all …]
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_server.c | 3425 mblk_t *rmp; in rfs_rndup_mblks() local 3473 rmp = allocb_wait(remainder, BPRI_MED, STR_NOSIG, &alloc_err); in rfs_rndup_mblks() 3474 ASSERT(rmp != NULL); in rfs_rndup_mblks() 3478 *rmp->b_wptr++ = '\0'; in rfs_rndup_mblks() 3480 rmp->b_datap->db_type = M_DATA; in rfs_rndup_mblks() 3481 mp->b_cont = rmp; in rfs_rndup_mblks()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | modctl.c | 4556 dev_alias_minorperm(dev_info_t *dip, char *minor_name, mperm_t *rmp) in dev_alias_minorperm() argument 4624 rmp->mp_uid = mp->mp_uid; in dev_alias_minorperm() 4625 rmp->mp_gid = mp->mp_gid; in dev_alias_minorperm() 4626 rmp->mp_mode = mp->mp_mode; in dev_alias_minorperm() 4636 dev_minorperm(dev_info_t *dip, char *name, mperm_t *rmp) in dev_minorperm() argument 4704 rmp->mp_uid = mp->mp_uid; in dev_minorperm() 4705 rmp->mp_gid = mp->mp_gid; in dev_minorperm() 4706 rmp->mp_mode = mp->mp_mode; in dev_minorperm() 4717 return (dev_alias_minorperm(dip, minor_name, rmp)); in dev_minorperm()
|
H A D | driver_lyr.c | 2181 ldi_getmsg(ldi_handle_t lh, mblk_t **rmp, timestruc_t *timeo) in ldi_getmsg() argument 2207 *rmp = NULL; in ldi_getmsg() 2209 rmp, NULL, &pri, &pflag, timout, &rval); in ldi_getmsg()
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | caps | 281 char_padding, "rmp" "rP" Like ip but when in replace mode
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 286 char_padding rmp rP str Like ip but when in replace mode
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 286 char_padding rmp rP str Like ip but when in replace mode
|