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

1234567891011>>

/freebsd-11-stable/sys/pc98/include/
H A Dsmp.h6 #include <i386/smp.h>
/freebsd-11-stable/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-11-stable/sys/ofed/drivers/infiniband/core/
H A Dsmi.h55 enum smi_action smi_handle_dr_smp_recv(struct ib_smp *smp, bool is_switch,
57 int smi_get_fwd_port(struct ib_smp *smp);
58 extern enum smi_forward_action smi_check_forward_dr_smp(struct ib_smp *smp);
59 extern enum smi_action smi_handle_dr_smp_send(struct ib_smp *smp,
66 static inline enum smi_action smi_check_local_smp(struct ib_smp *smp, argument
72 !ib_get_smp_direction(smp) &&
73 (smp->hop_ptr == smp->hop_cnt + 1)) ?
81 static inline enum smi_action smi_check_local_returning_smp(struct ib_smp *smp, argument
87 ib_get_smp_direction(smp)
[all...]
H A Dopa_smi.h45 enum smi_action opa_smi_handle_dr_smp_recv(struct opa_smp *smp, bool is_switch,
47 int opa_smi_get_fwd_port(struct opa_smp *smp);
48 extern enum smi_forward_action opa_smi_check_forward_dr_smp(struct opa_smp *smp);
49 extern enum smi_action opa_smi_handle_dr_smp_send(struct opa_smp *smp,
56 static inline enum smi_action opa_smi_check_local_smp(struct opa_smp *smp, argument
62 !opa_get_smp_direction(smp) &&
63 (smp->hop_ptr == smp->hop_cnt + 1)) ?
71 static inline enum smi_action opa_smi_check_local_returning_smp(struct opa_smp *smp, argument
77 opa_get_smp_direction(smp)
[all...]
H A Dib_smi.c133 enum smi_action smi_handle_dr_smp_send(struct ib_smp *smp, argument
137 &smp->hop_ptr, smp->hop_cnt,
138 smp->initial_path,
139 smp->return_path,
140 ib_get_smp_direction(smp),
141 smp->dr_dlid == IB_LID_PERMISSIVE,
142 smp->dr_slid == IB_LID_PERMISSIVE);
145 enum smi_action opa_smi_handle_dr_smp_send(struct opa_smp *smp, argument
149 &smp
244 smi_handle_dr_smp_recv(struct ib_smp *smp, bool is_switch, int port_num, int phys_port_cnt) argument
260 opa_smi_handle_dr_smp_recv(struct opa_smp *smp, bool is_switch, int port_num, int phys_port_cnt) argument
306 smi_check_forward_dr_smp(struct ib_smp *smp) argument
314 opa_smi_check_forward_dr_smp(struct opa_smp *smp) argument
328 smi_get_fwd_port(struct ib_smp *smp) argument
338 opa_smi_get_fwd_port(struct opa_smp *smp) argument
[all...]
/freebsd-11-stable/contrib/ofed/libibnetdisc/
H A Dquery_smp.c44 extern int mlnx_ext_port_info_err(smp_engine_t * engine, ibnd_smp_t * smp,
47 static void queue_smp(smp_engine_t * engine, ibnd_smp_t * smp) argument
49 smp->qnext = NULL;
51 engine->smp_queue_head = smp;
52 engine->smp_queue_tail = smp;
54 engine->smp_queue_tail->qnext = smp;
55 engine->smp_queue_tail = smp;
72 static int send_smp(ibnd_smp_t * smp, smp_engine_t * engine) argument
76 ib_rpc_t *rpc = &smp->rpc;
90 if ((rc = mad_build_pkt(umad, &smp
108 ibnd_smp_t *smp; local
129 ibnd_smp_t *smp = calloc(1, sizeof *smp); local
164 ibnd_smp_t *smp; local
257 ibnd_smp_t *smp; local
[all...]
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dsmpdump.c84 struct drsmp *smp = (struct drsmp *)(umad_get_mad(umad)); local
86 memset(smp, 0, sizeof(*smp));
88 smp->base_version = 1;
89 smp->mgmt_class = IB_SMI_DIRECT_CLASS;
90 smp->class_version = 1;
92 smp->method = 1;
93 smp->attr_id = (uint16_t) htons((uint16_t) attr);
94 smp->attr_mod = htonl(mod);
95 smp
109 struct drsmp *smp = (struct drsmp *)(umad_get_mad(umad)); local
127 struct drsmp *smp = (struct drsmp *)(umad_get_mad(umad)); local
225 struct drsmp *smp; local
[all...]
/freebsd-11-stable/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);
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dopa_smi.h128 opa_get_smp_direction(const struct opa_smp *smp) argument
130 return ib_get_smp_direction((const struct ib_smp *)smp);
133 static inline u8 *opa_get_smp_data(struct opa_smp *smp) argument
135 if (smp->mgmt_class == IB_MGMT_CLASS_SUBN_DIRECTED_ROUTE)
136 return smp->route.dr.data;
138 return smp->route.lid.data;
141 static inline size_t opa_get_smp_data_size(const struct opa_smp *smp) argument
143 if (smp->mgmt_class == IB_MGMT_CLASS_SUBN_DIRECTED_ROUTE)
144 return sizeof(smp->route.dr.data);
146 return sizeof(smp
149 opa_get_smp_header_size(const struct opa_smp *smp) argument
[all...]
/freebsd-11-stable/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))
/freebsd-11-stable/sys/ofed/drivers/infiniband/util/
H A Dmadeye.c64 static int smp = 1; variable
70 module_param(smp, int, 0444);
76 MODULE_PARM_DESC(smp, "Display all SMPs (default=1)");
353 static void print_smp(struct ib_smp *smp) argument
357 printk("MAD version....0x%01x\n", smp->base_version);
358 printk("Class..........0x%01x (%s)\n", smp->mgmt_class,
359 get_class_name(smp->mgmt_class));
360 printk("Class version..0x%01x\n", smp->class_version);
361 printk("Method.........0x%01x (%s)\n", smp->method,
362 get_method_name(smp
[all...]
/freebsd-11-stable/sys/arm/ti/omap4/
H A Domap4_mp.c32 #include <sys/smp.h>
38 #include <machine/smp.h>
/freebsd-11-stable/sys/powerpc/include/
H A Dplatform.h38 #include <machine/smp.h>
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_pentium.c35 #include <sys/smp.h>
/freebsd-11-stable/sys/arm/qemu/
H A Dvirt_mp.c35 #include <sys/smp.h>
42 #include <machine/smp.h>
/freebsd-11-stable/sys/powerpc/booke/
H A Dmp_cpudep.c36 #include <sys/smp.h>
40 #include <machine/smp.h>
/freebsd-11-stable/sys/arm/xilinx/
H A Dzy7_mp.c32 #include <sys/smp.h>
38 #include <machine/smp.h>
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_req.c353 ib_smp_t *smp; local
395 smp = osm_madw_get_smp_ptr(madw);
396 memset(smp, 0, sizeof(*smp));
398 smp->base_ver = 1;
399 smp->mgmt_class = IB_MCLASS_SUBN_LID;
400 smp->class_ver = 1;
401 smp->method = IB_MAD_METHOD_TRAP;
402 smp->trans_id = cl_hton64((uint64_t) cl_atomic_inc(&sm->sm_trans_id)
404 if (smp
[all...]
/freebsd-11-stable/sys/powerpc/mikrotik/
H A Dplatform_rb.c35 #include <sys/smp.h>
/freebsd-11-stable/lib/ofed/libibmad/
H A DMakefile24 smp.c \
/freebsd-11-stable/sys/arm/mv/armada38x/
H A Darmada38x_mp.c33 #include <sys/smp.h>
35 #include <machine/smp.h>

Completed in 213 milliseconds

1234567891011>>