Searched refs:my_id (Results 1 - 15 of 15) sorted by path

/freebsd-11-stable/include/rpcsvc/
H A Dsm_inter.x62 struct sm_stat SM_UNMON_ALL(struct my_id) = 4;
76 struct my_id {
85 struct my_id my_id;
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h438 #define OSAL_BEFORE_PF_START(cdev, my_id) {};
439 #define OSAL_AFTER_PF_STOP(cdev, my_id) {};
H A Decore.h650 u8 my_id; /* ID inside the PF */ member in struct:ecore_hwfn
651 #define IS_LEAD_HWFN(edev) (!((edev)->my_id))
H A Decore_cxt.c656 p_hwfn->my_id, p_hwfn->p_cxt_mngr->pf_start_line);
H A Decore_dev.c193 db_entry->hwfn_idx = p_hwfn->my_id;
1699 p_hwfn->my_id = i;
3533 OSAL_BEFORE_PF_START((void *)p_hwfn->p_dev, p_hwfn->my_id);
4145 OSAL_AFTER_PF_STOP((void *)p_dev, p_hwfn->my_id);
5888 if (!p_hwfn->my_id) {
H A Decore_hw.c94 p_pool->ptts[i].hwfn_id = p_hwfn->my_id;
228 if (p_ptt->hwfn_id != p_hwfn->my_id)
231 p_ptt->idx, p_ptt->hwfn_id, p_hwfn->my_id);
H A Decore_int.c1264 p_hwfn, p_hwfn->my_id);
H A Decore_ll2.h118 u8 my_id; member in struct:ecore_ll2_info
/freebsd-11-stable/sys/nlm/
H A Dnlm_prot_impl.c1159 smmonid.my_id.my_name = "localhost";
1160 smmonid.my_id.my_prog = NLM_PROG;
1161 smmonid.my_id.my_vers = NLM_SM;
1162 smmonid.my_id.my_proc = NLM_SM_NOTIFY;
1223 smmon.mon_id.my_id.my_name = "localhost";
1224 smmon.mon_id.my_id.my_prog = NLM_PROG;
1225 smmon.mon_id.my_id.my_vers = NLM_SM;
1226 smmon.mon_id.my_id.my_proc = NLM_SM_NOTIFY;
1534 my_id id;
H A Dsm_inter.h23 struct my_id { struct
29 typedef struct my_id my_id; typedef in typeref:struct:my_id
33 struct my_id my_id; member in struct:mon_id
87 extern struct sm_stat * sm_unmon_all_1(struct my_id *, CLIENT *);
88 extern struct sm_stat * sm_unmon_all_1_svc(struct my_id *, struct svc_req *);
99 extern bool_t xdr_my_id(XDR *, my_id*);
H A Dsm_inter_xdr.c20 xdr_my_id(XDR *xdrs, my_id *objp)
40 if (!xdr_my_id(xdrs, &objp->my_id))
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dlockd_lock.c2071 smon.mon_id.my_id.my_name = "localhost";
2072 smon.mon_id.my_id.my_prog = NLM_PROG;
2073 smon.mon_id.my_id.my_vers = NLM_SM;
2074 smon.mon_id.my_id.my_proc = NLM_SM_NOTIFY;
2142 smon_id.my_id.my_name = "localhost";
2143 smon_id.my_id.my_prog = NLM_PROG;
2144 smon_id.my_id.my_vers = NLM_SM;
2145 smon_id.my_id.my_proc = NLM_SM_NOTIFY;
H A Dlockd.c860 my_id id;
866 * The my_id structure isn't used by the SM_UNMON_ALL call, as far
896 mon_host.mon_id.my_id.my_name = localhost;
897 mon_host.mon_id.my_id.my_prog = NLM_PROG;
898 mon_host.mon_id.my_id.my_vers = NLM_SM;
899 mon_host.mon_id.my_id.my_proc = NLM_SM_NOTIFY; /* bsdi addition */
/freebsd-11-stable/usr.sbin/rpc.statd/
H A Dprocs.c171 arg->mon_id.my_id.my_name,
172 arg->mon_id.my_id.my_prog,
173 arg->mon_id.my_id.my_vers,
174 arg->mon_id.my_id.my_proc);
196 strncpy(lp->notifyHost, arg->mon_id.my_id.my_name, SM_MAXSTRLEN);
197 lp->notifyProg = arg->mon_id.my_id.my_prog;
198 lp->notifyVers = arg->mon_id.my_id.my_vers;
199 lp->notifyProc = arg->mon_id.my_id.my_proc;
222 static int do_unmon(HostInfo *hp, my_id *idp)
270 arg->my_id
[all...]
H A Dtest.c62 struct my_id *argp;
113 mon.mon_id.my_id.my_name = argv[1];
114 mon.mon_id.my_id.my_prog = SM_PROG;
115 mon.mon_id.my_id.my_vers = SM_VERS;
116 mon.mon_id.my_id.my_proc = 1; /* have it call sm_stat() !!! */

Completed in 308 milliseconds