Home
last modified time | relevance | path

Searched refs:rmp (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_random.c655 if (rmp->rm_mag.rm_ofuzz) { in rnd_generate_pseudo_bytes()
661 rmp->rm_mag.rm_olimit += in rnd_generate_pseudo_bytes()
760 rndmag_pad_t *rmp; in kcf_rnd_get_pseudo_bytes() local
784 cptr = rmp->rm_mag.rm_rptr; in kcf_rnd_get_pseudo_bytes()
798 rmp->rm_mag.rm_rptr = rmp->rm_mag.rm_buffer; in kcf_rnd_get_pseudo_bytes()
804 (void) rnd_generate_pseudo_bytes(rmp, rmp->rm_mag.rm_buffer, in kcf_rnd_get_pseudo_bytes()
820 rndmag_pad_t *rmp; in rnd_alloc_magazines() local
838 rmp = &rndmag[i]; in rnd_alloc_magazines()
846 rmp->rm_mag.rm_oblocks = 1; in rnd_alloc_magazines()
859 rndmag_pad_t *rmp; in rnd_fips_discard_initial() local
[all …]
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcmod.c587 struct rpcm *rmp; in rpcmodopen() local
602 rmp = kmem_zalloc(sizeof (*rmp), KM_SLEEP); in rpcmodopen()
610 rmp->rm_type = 0; in rpcmodopen()
627 struct rpcm *rmp; in rpcmodclose() local
661 cv_wait(&rmp->rm_cwait, &rmp->rm_lock); in rpcmodclose()
684 kmem_free(rmp, sizeof (*rmp)); in rpcmodclose()
695 struct rpcm *rmp; in rpcmodrput() local
833 struct rpcm *rmp; in rpcmodwput() local
954 rmp->rm_ref++; in rpcmod_hold()
971 rmp->rm_ref--; in rpcmod_release()
[all …]
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dosdep.h102 #define t1_rx_mode_promisc(rmp) (rmp->chp->ch_flags & PEPROMISC) argument
103 #define t1_rx_mode_allmulti(rmp) (rmp->chp->ch_flags & PEALLMULTI) argument
104 #define t1_rx_mode_mc_cnt(rmp) (rmp->chp->ch_mc_cnt) argument
H A Dpe.c1543 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()
/illumos-gate/usr/src/uts/intel/os/
H A Dcpuid_subr.c834 const struct amd_rev_mapent *rmp; in synth_amd_info() local
841 for (i = 0, rmp = amd_revmap; i < ARRAY_SIZE(amd_revmap); i++, rmp++) { in synth_amd_info()
842 if (family == rmp->rm_family && in synth_amd_info()
843 model >= rmp->rm_modello && model <= rmp->rm_modelhi && in synth_amd_info()
844 step >= rmp->rm_steplo && step <= rmp->rm_stephi) { in synth_amd_info()
852 *chiprev_p = rmp->rm_chiprev; in synth_amd_info()
854 *chiprevstr_p = rmp->rm_chiprevstr; in synth_amd_info()
856 *uarchrev_p = rmp->rm_uarchrev; in synth_amd_info()
880 *skt_p = amd_skts[rmp->rm_sktidx][model & 0x3]; in synth_amd_info()
882 *skt_p = synth_amd_skt_cpuid(family, rmp->rm_sktidx); in synth_amd_info()
/illumos-gate/usr/src/uts/common/io/
H A Dl_strplumb.c156 kstr_msg(vnode_t *vp, mblk_t *smp, mblk_t **rmp, timestruc_t *timeo) in kstr_msg() argument
164 if (rmp == NULL && timeo != NULL && in kstr_msg()
168 if (smp == NULL && rmp == NULL) in kstr_msg()
177 if (rmp == NULL) { in kstr_msg()
195 *rmp = NULL; in kstr_msg()
196 error = kstrgetmsg(vp, rmp, NULL, &pri, &pflag, timout, &rval); in kstr_msg()
H A Dllc1.c2269 mblk_t *nmp, *rmp; in llc1_xid_reply() local
2307 rmp = nmp; in llc1_xid_reply()
2315 if (rmp == NULL) in llc1_xid_reply()
2332 rmp->b_cont = nmp; in llc1_xid_reply()
2460 mblk_t *nmp, *rmp; in llc1_xid_req_res() local
2495 rmp = nmp; in llc1_xid_req_res()
2500 if (rmp == NULL) { in llc1_xid_req_res()
2516 rmp->b_cont = nmp; in llc1_xid_req_res()
2709 mblk_t *nmp, *rmp; in llc1_test_req_res() local
2745 rmp = nmp; in llc1_test_req_res()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_raidz_impl.h173 impl ## _gen_ ## code(void *rmp) \
175 raidz_map_t *rm = (raidz_map_t *) rmp; \
187 impl ## _rec_ ## code(void *rmp, const int *tgtidx) \
189 raidz_map_t *rm = (raidz_map_t *) rmp; \
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c1625 int_regwmatch_t rm[NSUB], *rmp; in int_regwdosuba() local
1672 rmp = NULL; in int_regwdosuba()
1674 rmp = &rm[0]; in int_regwdosuba()
1677 rmp = &rm[*xp++ - '0']; in int_regwdosuba()
1682 if (rmp == NULL) { /* Ordinary character. */ in int_regwdosuba()
1686 } else if (rmp->rm_sp != NULL && rmp->rm_ep != NULL) { in int_regwdosuba()
1687 ip = rmp->rm_sp; in int_regwdosuba()
1688 if (op + (i = rmp->rm_ep - rmp->rm_sp) >= end) in int_regwdosuba()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_gld.c286 mblk_t *rmp = NULL; in oce_m_send() local
306 rmp = oce_send_packet(wq, mp); in oce_m_send()
307 if (rmp != NULL) { in oce_m_send()
312 rmp->b_next = nxt_pkt; in oce_m_send()
317 return (rmp); in oce_m_send()
/illumos-gate/usr/src/lib/fm/libfmd_adm/common/
H A Dfmd_adm.c299 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()
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c4569 dev_alias_minorperm(dev_info_t *dip, char *minor_name, mperm_t *rmp) in dev_alias_minorperm() argument
4636 rmp->mp_uid = mp->mp_uid; in dev_alias_minorperm()
4637 rmp->mp_gid = mp->mp_gid; in dev_alias_minorperm()
4638 rmp->mp_mode = mp->mp_mode; in dev_alias_minorperm()
4648 dev_minorperm(dev_info_t *dip, char *name, mperm_t *rmp) in dev_minorperm() argument
4716 rmp->mp_uid = mp->mp_uid; in dev_minorperm()
4717 rmp->mp_gid = mp->mp_gid; in dev_minorperm()
4718 rmp->mp_mode = mp->mp_mode; in dev_minorperm()
4729 return (dev_alias_minorperm(dip, minor_name, rmp)); in dev_minorperm()
H A Ddriver_lyr.c2198 ldi_getmsg(ldi_handle_t lh, mblk_t **rmp, timestruc_t *timeo) in ldi_getmsg() argument
2224 *rmp = NULL; in ldi_getmsg()
2226 rmp, NULL, &pri, &pflag, timout, &rval); in ldi_getmsg()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c3364 mblk_t *rmp; in rfs_rndup_mblks() local
3412 rmp = allocb_wait(remainder, BPRI_MED, STR_NOSIG, &alloc_err); in rfs_rndup_mblks()
3413 ASSERT(rmp != NULL); in rfs_rndup_mblks()
3417 *rmp->b_wptr++ = '\0'; in rfs_rndup_mblks()
3419 rmp->b_datap->db_type = M_DATA; in rfs_rndup_mblks()
3420 mp->b_cont = rmp; in rfs_rndup_mblks()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcaps279 char_padding, "rmp" "rP" Like ip but when in replace mode
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps286 char_padding rmp rP str Like ip but when in replace mode
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps284 char_padding rmp rP str Like ip but when in replace mode