Home
last modified time | relevance | path

Searched refs:my_id (Results 1 – 16 of 16) sorted by relevance

/freebsd/usr.sbin/rpc.statd/
H A Dprocs.c172 arg->mon_id.my_id.my_name, in sm_mon_1_svc()
173 arg->mon_id.my_id.my_prog, in sm_mon_1_svc()
174 arg->mon_id.my_id.my_vers, in sm_mon_1_svc()
175 arg->mon_id.my_id.my_proc); in sm_mon_1_svc()
197 strncpy(lp->notifyHost, arg->mon_id.my_id.my_name, SM_MAXSTRLEN); in sm_mon_1_svc()
198 lp->notifyProg = arg->mon_id.my_id.my_prog; in sm_mon_1_svc()
199 lp->notifyVers = arg->mon_id.my_id.my_vers; in sm_mon_1_svc()
200 lp->notifyProc = arg->mon_id.my_id.my_proc; in sm_mon_1_svc()
223 static int do_unmon(HostInfo *hp, my_id *idp) in do_unmon()
271 arg->my_id.my_prog, arg->my_id.my_vers, arg->my_id.my_proc); in sm_unmon_1_svc()
[all …]
H A Dtest.c60 struct my_id *argp; in sm_unmon_all_1()
113 mon.mon_id.my_id.my_name = argv[1]; in main()
114 mon.mon_id.my_id.my_prog = SM_PROG; in main()
115 mon.mon_id.my_id.my_vers = SM_VERS; in main()
116 mon.mon_id.my_id.my_proc = 1; /* have it call sm_stat() !!! */ in main()
/freebsd/sys/nlm/
H A Dsm_inter.h22 struct my_id { struct
28 typedef struct my_id my_id; typedef
32 struct my_id my_id; member
86 extern struct sm_stat * sm_unmon_all_1(struct my_id *, CLIENT *);
87 extern struct sm_stat * sm_unmon_all_1_svc(struct my_id *, struct svc_req *);
98 extern bool_t xdr_my_id(XDR *, my_id*);
H A Dsm_inter_xdr.c18 xdr_my_id(XDR *xdrs, my_id *objp) in xdr_my_id()
38 if (!xdr_my_id(xdrs, &objp->my_id)) in xdr_mon_id()
H A Dnlm_prot_impl.c1164 smmonid.my_id.my_name = "localhost"; in nlm_host_unmonitor()
1165 smmonid.my_id.my_prog = NLM_PROG; in nlm_host_unmonitor()
1166 smmonid.my_id.my_vers = NLM_SM; in nlm_host_unmonitor()
1167 smmonid.my_id.my_proc = NLM_SM_NOTIFY; in nlm_host_unmonitor()
1228 smmon.mon_id.my_id.my_name = "localhost"; in nlm_host_monitor()
1229 smmon.mon_id.my_id.my_prog = NLM_PROG; in nlm_host_monitor()
1230 smmon.mon_id.my_id.my_vers = NLM_SM; in nlm_host_monitor()
1231 smmon.mon_id.my_id.my_proc = NLM_SM_NOTIFY; in nlm_host_monitor()
1538 my_id id; in nlm_server_main()
/freebsd/include/rpcsvc/
H A Dsm_inter.x54 struct sm_stat SM_UNMON_ALL(struct my_id) = 4;
68 struct my_id { struct
77 struct my_id my_id; argument
/freebsd/usr.sbin/rpc.lockd/
H A Dlockd.c862 my_id id; in init_nsm()
898 mon_host.mon_id.my_id.my_name = localhost; in init_nsm()
899 mon_host.mon_id.my_id.my_prog = NLM_PROG; in init_nsm()
900 mon_host.mon_id.my_id.my_vers = NLM_SM; in init_nsm()
901 mon_host.mon_id.my_id.my_proc = NLM_SM_NOTIFY; /* bsdi addition */ in init_nsm()
H A Dlockd_lock.c2047 smon.mon_id.my_id.my_name = "localhost"; in monitor_lock_host()
2048 smon.mon_id.my_id.my_prog = NLM_PROG; in monitor_lock_host()
2049 smon.mon_id.my_id.my_vers = NLM_SM; in monitor_lock_host()
2050 smon.mon_id.my_id.my_proc = NLM_SM_NOTIFY; in monitor_lock_host()
2118 smon_id.my_id.my_name = "localhost"; in unmonitor_lock_host()
2119 smon_id.my_id.my_prog = NLM_PROG; in unmonitor_lock_host()
2120 smon_id.my_id.my_vers = NLM_SM; in unmonitor_lock_host()
2121 smon_id.my_id.my_proc = NLM_SM_NOTIFY; in unmonitor_lock_host()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_ll2.h116 u8 my_id; member
H A Decore_ll2.c197 p_ll2_conn->my_id, in ecore_ll2_txq_flush()
272 p_ll2_conn->my_id, in ecore_ll2_txq_completion()
356 p_ll2_conn->my_id, in ecore_ll2_handle_slowpath()
405 data.connection_handle = p_ll2_conn->my_id; in ecore_ll2_rxq_handle_completion()
505 p_ll2_conn->my_id, in ecore_ll2_rxq_flush()
715 rc = ecore_ll2_prepare_tx_packet(p_hwfn, p_ll2_conn->my_id, in ecore_ooo_submit_tx_buffers()
734 p_ll2_conn->my_id, in ecore_ooo_submit_rx_buffers()
812 rc = ecore_ll2_post_rx_buffer(p_hwfn, p_ll2_conn->my_id, in ecore_ll2_lb_txq_completion()
2027 p_ll2_info[i].my_id = i; in ecore_ll2_alloc()
H A Dbcm_osal.h402 #define OSAL_BEFORE_PF_START(cdev, my_id) {}; argument
403 #define OSAL_AFTER_PF_STOP(cdev, my_id) {}; argument
H A Decore_hw.c92 p_pool->ptts[i].hwfn_id = p_hwfn->my_id; in ecore_ptt_pool_alloc()
226 if (p_ptt->hwfn_id != p_hwfn->my_id) in ecore_set_ptt()
229 p_ptt->idx, p_ptt->hwfn_id, p_hwfn->my_id); in ecore_set_ptt()
H A Decore.h649 u8 my_id; /* ID inside the PF */ member
650 #define IS_LEAD_HWFN(edev) (!((edev)->my_id))
H A Decore_dev.c191 db_entry->hwfn_idx = p_hwfn->my_id; in ecore_db_recovery_add()
1696 p_hwfn->my_id = i; in ecore_init_struct()
3529 OSAL_BEFORE_PF_START((void *)p_hwfn->p_dev, p_hwfn->my_id); in ecore_hw_init_pf()
4141 OSAL_AFTER_PF_STOP((void *)p_dev, p_hwfn->my_id); in ecore_hw_stop()
5884 if (!p_hwfn->my_id) { in ecore_hw_prepare_single()
H A Decore_int.c1261 p_hwfn, p_hwfn->my_id); in ecore_int_sp_dpc()
H A Decore_cxt.c654 p_hwfn->my_id, p_hwfn->p_cxt_mngr->pf_start_line); in ecore_cxt_cfg_ilt_compute()