Searched refs:smp (Results 1 - 25 of 269) sorted by relevance

1234567891011

/freebsd-10.0-release/sys/pc98/include/
H A Dsmp.h6 #include <i386/smp.h>
/freebsd-10.0-release/usr.sbin/ctm/mkCTM/
H A Dctm_conf.smp-cur3 set CTMname smp-cur
4 set CTMref /home/smp
7 set CTMmail smp-cvs-cur@freebsd.org
/freebsd-10.0-release/sys/ofed/drivers/infiniband/core/
H A Dsmi.c46 enum smi_action smi_handle_dr_smp_send(struct ib_smp *smp, argument
51 hop_ptr = smp->hop_ptr;
52 hop_cnt = smp->hop_cnt;
55 if (!ib_get_smp_direction(smp)) {
58 smp->hop_ptr++;
59 return (smp->initial_path[smp->hop_ptr] ==
68 /* smp->return_path set when received */
69 smp->hop_ptr++;
70 return (smp
127 smi_handle_dr_smp_recv(struct ib_smp *smp, u8 node_type, int port_num, int phys_port_cnt) argument
204 smi_check_forward_dr_smp(struct ib_smp *smp) argument
241 smi_get_fwd_port(struct ib_smp *smp) argument
[all...]
H A Dsmi.h54 enum smi_action smi_handle_dr_smp_recv(struct ib_smp *smp, u8 node_type,
56 int smi_get_fwd_port(struct ib_smp *smp);
57 extern enum smi_forward_action smi_check_forward_dr_smp(struct ib_smp *smp);
58 extern enum smi_action smi_handle_dr_smp_send(struct ib_smp *smp,
65 static inline enum smi_action smi_check_local_smp(struct ib_smp *smp, argument
71 !ib_get_smp_direction(smp) &&
72 (smp->hop_ptr == smp->hop_cnt + 1)) ?
80 static inline enum smi_action smi_check_local_returning_smp(struct ib_smp *smp, argument
86 ib_get_smp_direction(smp)
[all...]
/freebsd-10.0-release/contrib/ofed/management/infiniband-diags/src/
H A Dsmpdump.c108 struct drsmp *smp = (struct drsmp *)(umad_get_mad(umad)); local
110 memset(smp, 0, sizeof (*smp));
112 smp->base_version = 1;
113 smp->mgmt_class = CLASS_SUBN_DIRECTED_ROUTE;
114 smp->class_version = 1;
116 smp->method = 1;
117 smp->attr_id = (uint16_t)htons((uint16_t)attr);
118 smp->attr_mod = htonl(mod);
119 smp
134 struct drsmp *smp = (struct drsmp *)(umad_get_mad(umad)); local
153 struct drsmp *smp = (struct drsmp *)(umad_get_mad(umad)); local
236 struct drsmp *smp; local
[all...]
/freebsd-10.0-release/contrib/nvi/vi/
H A Dvs_line.c41 vs_line(SCR *sp, SMAP *smp, size_t *yp, size_t *xp) argument
57 smp - HMAP, smp->lno, smp->off);
66 if (F_ISSET(sp, SC_SCR_EXWROTE) && smp - HMAP != LASTLINE(sp))
75 is_cached = SMAP_CACHE(smp);
91 (void)gp->scr_move(sp, smp - HMAP, 0);
94 dne = db_get(sp, smp->lno, 0, &p, &len);
111 skip_cols = smp->coff;
113 skip_screens = smp
491 SMAP *smp; local
[all...]
H A Dvs_smap.c520 SMAP *smp; local
530 if (vs_sm_cursor(sp, &smp))
538 if (vs_sm_down(sp, rp, count, scmd, smp))
545 if (vs_sm_up(sp, rp, count, scmd, smp))
575 vs_sm_up(SCR *sp, MARK *rp, recno_t count, scroll_t scmd, SMAP *smp) argument
594 if (scmd == CNTRL_E || scmd == Z_PLUS || smp == TMAP) {
598 if (vs_sm_next(sp, smp, &s1))
600 if (s1.lno > smp->lno && !db_exist(sp, s1.lno)) {
671 if (smp > HMAP)
672 --smp;
812 vs_sm_down(SCR *sp, MARK *rp, recno_t count, scroll_t scmd, SMAP *smp) argument
1142 SMAP *smp; local
[all...]
H A Dvs_refresh.c47 SMAP *smp; local
50 smp = HMAP + evp->e_flno - 1;
51 SMAP_FLUSH(smp);
52 if (vs_line(sp, smp, NULL, NULL))
167 SMAP *smp, tmp; local
578 slow: for (smp = HMAP; smp->lno != LNO; ++smp);
600 off = smp->coff;
622 smp
[all...]
H A Dv_mark.c87 SMAP *smp; local
89 smp = HMAP + vp->ev.e_lno;
90 if (smp > TMAP) {
94 vp->m_stop.lno = smp->lno;
96 vs_colpos(sp, smp->lno, vp->ev.e_cno + (smp->soff - 1) * sp->cols);
H A Dvi.h213 #define SMAP_CACHE(smp) ((smp)->c_ecsize != 0)
214 #define SMAP_FLUSH(smp) ((smp)->c_ecsize = 0)
/freebsd-10.0-release/sys/fs/smbfs/
H A Dsmbfs_vfsops.c133 struct smbmount *smp = NULL; local
163 smp = malloc(sizeof(*smp), M_SMBFSDATA, M_WAITOK | M_ZERO);
168 free(smp, M_SMBFSDATA);
174 mp->mnt_data = smp;
175 smp->sm_share = ssp;
176 smp->sm_root = NULL;
177 smp->sm_dev = dev;
179 "caseopt", "%d", &smp->sm_caseopt)) {
189 smp
262 struct smbmount *smp = VFSTOSMBFS(mp); local
315 struct smbmount *smp = VFSTOSMBFS(mp); local
389 struct smbmount *smp = VFSTOSMBFS(mp); local
[all...]
H A Dsmbfs.h89 #define SMBFSTOVFS(smp) ((struct mount *)((smp)->sm_mp))
H A Dsmbfs_node.c107 struct smbmount *smp = VFSTOSMBFS(mp); local
117 if (smp->sm_root != NULL && dvp == NULL) {
267 struct smbmount *smp = VTOSMBFS(vp); local
296 smp->sm_didrele = 1;
366 struct smbmount *smp = VTOSMBFS(vp); local
375 va->va_mode = smp->sm_file_mode; /* files access mode and type */
381 va->va_mode = smp->sm_dir_mode; /* files access mode and type */
386 va->va_uid = smp->sm_uid; /* owner user id */
387 va->va_gid = smp->sm_gid; /* owner group id */
392 va->va_blocksize = SSTOVC(smp
[all...]
/freebsd-10.0-release/sys/powerpc/include/
H A Dplatform.h38 #include <machine/smp.h>
/freebsd-10.0-release/sys/ofed/drivers/infiniband/util/
H A Dmadeye.c61 static int smp = 1; variable
67 module_param(smp, int, 0444);
73 MODULE_PARM_DESC(smp, "Display all SMPs (default=1)");
350 static void print_smp(struct ib_smp *smp) argument
354 printk("MAD version....0x%01x\n", smp->base_version);
355 printk("Class..........0x%01x (%s)\n", smp->mgmt_class,
356 get_class_name(smp->mgmt_class));
357 printk("Class version..0x%01x\n", smp->class_version);
358 printk("Method.........0x%01x (%s)\n", smp->method,
359 get_method_name(smp
[all...]
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_req.c217 ib_smp_t *smp; local
250 smp = osm_madw_get_smp_ptr(madw);
251 memset(smp, 0, sizeof(*smp));
253 smp->base_ver = 1;
254 smp->mgmt_class = IB_MCLASS_SUBN_LID;
255 smp->class_ver = 1;
256 smp->method = IB_MAD_METHOD_TRAP;
257 smp->trans_id = cl_hton64((uint64_t)cl_atomic_inc(&sm->sm_trans_id));
258 smp
[all...]
/freebsd-10.0-release/sys/arm/samsung/exynos/
H A Dexynos5_mp.c34 #include <sys/smp.h>
36 #include <machine/smp.h>
/freebsd-10.0-release/sys/powerpc/booke/
H A Dmp_cpudep.c36 #include <sys/smp.h>
40 #include <machine/smp.h>
/freebsd-10.0-release/contrib/ofed/usr.lib/libibmad/
H A DMakefile17 serv.c smp.c vendor.c
/freebsd-10.0-release/sys/dev/hwpmc/
H A Dhwpmc_pentium.c35 #include <sys/smp.h>
/freebsd-10.0-release/sys/arm/ti/omap4/
H A Domap4_mp.c32 #include <sys/smp.h>
34 #include <machine/smp.h>
/freebsd-10.0-release/sys/mips/cavium/
H A Docteon_mp.c34 #include <sys/smp.h>
39 #include <machine/smp.h>
/freebsd-10.0-release/sys/ofed/include/rdma/
H A Dib_smi.h123 ib_get_smp_direction(struct ib_smp *smp) argument
125 return ((smp->status & IB_SMP_DIRECTION) == IB_SMP_DIRECTION);
/freebsd-10.0-release/sys/powerpc/wii/
H A Dplatform_wii.c36 #include <sys/smp.h>
48 #include <machine/smp.h>
/freebsd-10.0-release/sys/sparc64/sparc64/
H A Dtlb.c38 #include <sys/smp.h>
45 #include <machine/smp.h>

Completed in 378 milliseconds

1234567891011