Home
last modified time | relevance | path

Searched defs:this (Results 1 – 25 of 77) sorted by relevance

1234

/illumos-gate/usr/src/lib/librstp/common/
H A Dstpm.c32 _stp_stpm_init_machine (STATE_MACH_T* this) in _stp_stpm_init_machine()
40 _stp_stpm_iterate_machines (STPM_T* this, in _stp_stpm_iterate_machines()
72 _stp_stpm_init_data (STPM_T* this) in _stp_stpm_init_data()
86 _check_topoch (STPM_T* this) in _check_topoch()
101 STPM_T* this = (STPM_T*) param; in STP_stpm_one_second() local
130 STPM_T* this; in STP_stpm_create() local
176 STP_stpm_delete (STPM_T* this) in STP_stpm_delete()
217 STP_stpm_start (STPM_T* this) in STP_stpm_start()
260 STP_stpm_stop (STPM_T* this) in STP_stpm_stop()
291 STP_compute_bridge_id (STPM_T* this) in STP_compute_bridge_id()
[all …]
H A Dsttrans.c41 disableLearning (STATE_MACH_T *this) in disableLearning()
49 enableLearning (STATE_MACH_T *this) in enableLearning()
57 disableForwarding (STATE_MACH_T *this) in disableForwarding()
65 enableForwarding (STATE_MACH_T *this) in enableForwarding()
74 STP_sttrans_enter_state (STATE_MACH_T *this) in STP_sttrans_enter_state()
112 STP_sttrans_check_conditions (STATE_MACH_T *this) in STP_sttrans_check_conditions()
H A Drolesel.c44 _is_backup_port (PORT_T* port, STPM_T* this) in _is_backup_port()
127 updtRoleDisableBridge (STPM_T* this) in updtRoleDisableBridge()
137 clearReselectBridge (STPM_T* this) in clearReselectBridge()
147 updtRootPrio (STATE_MACH_T* this) in updtRootPrio()
193 updtRolesBridge (STATE_MACH_T* this) in updtRolesBridge()
298 setSelectedBridge (STPM_T* this) in setSelectedBridge()
319 STP_rolesel_enter_state (STATE_MACH_T* this) in STP_rolesel_enter_state()
375 STP_rolesel_update_stpm (STPM_T* this) in STP_rolesel_update_stpm()
H A Dportinfo.c61 rcvBpdu (STATE_MACH_T* this) in rcvBpdu()
148 recordProposed (STATE_MACH_T* this, char* reason) in recordProposed()
161 setTcFlags (STATE_MACH_T* this) in setTcFlags()
197 updtBPDUVersion (STATE_MACH_T* this) in updtBPDUVersion()
217 updtRcvdInfoWhile (STATE_MACH_T* this) in updtRcvdInfoWhile()
337 void STP_info_enter_state (STATE_MACH_T* this) in STP_info_enter_state()
439 Bool STP_info_check_conditions (STATE_MACH_T* this) in STP_info_check_conditions()
H A Droletrns.c54 setSyncBridge (STATE_MACH_T *this) in setSyncBridge()
64 setReRootBridge (STATE_MACH_T *this) in setReRootBridge()
74 compute_all_synced (PORT_T* this) in compute_all_synced()
89 compute_re_rooted (PORT_T* this) in compute_re_rooted()
103 STP_roletrns_enter_state (STATE_MACH_T* this) in STP_roletrns_enter_state()
262 STP_roletrns_check_conditions (STATE_MACH_T* this) in STP_roletrns_check_conditions()
H A Dstatmch.c39 STATE_MACH_T *this; in STP_state_mach_create() local
59 STP_state_mach_delete (STATE_MACH_T *this) in STP_state_mach_delete()
66 STP_check_condition (STATE_MACH_T* this) in STP_check_condition()
79 STP_change_state (STATE_MACH_T* this) in STP_change_state()
94 STP_hop_2_state (STATE_MACH_T* this, unsigned int new_state) in STP_hop_2_state()
H A Dtopoch.c55 flush (STATE_MACH_T *this, char* reason) /* 17.19.9 */ in flush()
74 setTcPropBridge (STATE_MACH_T* this, char* reason) /* 17.19.14 */ in setTcPropBridge()
99 newTcWhile (STATE_MACH_T* this) /* 17.19.7 */ in newTcWhile()
110 STP_topoch_enter_state (STATE_MACH_T* this) in STP_topoch_enter_state()
182 STP_topoch_check_conditions (STATE_MACH_T* this) in STP_topoch_check_conditions()
H A Dport.c47 PORT_T* this; in STP_port_create() local
133 STP_port_init (PORT_T* this, STPM_T* stpm, Bool check_link) in STP_port_init()
164 STP_port_delete (PORT_T* this) in STP_port_delete()
197 STP_port_rx_bpdu (PORT_T* this, BPDU_T* bpdu, size_t len) in STP_port_rx_bpdu()
205 int STP_port_trace_state_machine (PORT_T* this, char* mach_name, int enadis) in STP_port_trace_state_machine()
234 void STP_port_trace_flags (char* title, PORT_T* this) in STP_port_trace_flags()
H A Dstp_in.c37 register STPM_T* this; in stp_in_stpm_create() local
60 register STPM_T* this; in _stp_in_stpm_enable() local
114 register STPM_T* this; in stpapi_stpm_find() local
240 register STPM_T* this; in STP_IN_stpm_get_cfg() local
291 register STPM_T* this; in STP_IN_port_get_cfg() local
340 register STPM_T* this; in STP_IN_port_get_state() local
428 register STPM_T* this; in STP_IN_stpm_get_state() local
604 register STPM_T* this; in STP_IN_rx_bpdu() local
938 STPM_T *this; in STP_IN_port_add() local
970 STPM_T *this; in STP_IN_port_remove() local
[all …]
H A Dpcost.c39 computeAutoPCost (STATE_MACH_T *this) in computeAutoPCost()
74 updPortPathCost (STATE_MACH_T *this) in updPortPathCost()
79 STP_pcost_enter_state (STATE_MACH_T *this) in STP_pcost_enter_state()
107 STP_pcost_check_conditions (STATE_MACH_T* this) in STP_pcost_check_conditions()
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Ddns_pr.c69 irs_dns_pr(struct irs_acc *this) { in irs_dns_pr()
105 pr_close(struct irs_pr *this) { in pr_close()
118 pr_byname(struct irs_pr *this, const char *name) { in pr_byname()
133 pr_bynumber(struct irs_pr *this, int num) { in pr_bynumber()
150 pr_next(struct irs_pr *this) { in pr_next()
157 pr_rewind(struct irs_pr *this) { in pr_rewind()
163 pr_minimize(struct irs_pr *this) { in pr_minimize()
169 pr_res_get(struct irs_pr *this) { in pr_res_get()
177 pr_res_set(struct irs_pr *this, struct __res_state * res, in pr_res_set()
188 parse_hes_list(struct irs_pr *this, char **hes_list) { in parse_hes_list()
H A Dnul_ng.c60 irs_nul_ng(struct irs_acc *this) { in irs_nul_ng()
82 ng_close(struct irs_ng *this) { in ng_close()
88 ng_next(struct irs_ng *this, const char **host, const char **user, in ng_next()
100 ng_test(struct irs_ng *this, const char *name, in ng_test()
113 ng_rewind(struct irs_ng *this, const char *netgroup) { in ng_rewind()
120 ng_minimize(struct irs_ng *this) { in ng_minimize()
H A Dgen_nw.c67 irs_gen_nw(struct irs_acc *this) { in irs_gen_nw()
100 nw_close(struct irs_nw *this) { in nw_close()
113 nw_next(struct irs_nw *this) { in nw_next()
138 nw_byname(struct irs_nw *this, const char *name, int type) { in nw_byname()
161 nw_byaddr(struct irs_nw *this, void *net, int length, int type) { in nw_byaddr()
184 nw_rewind(struct irs_nw *this) { in nw_rewind()
196 nw_minimize(struct irs_nw *this) { in nw_minimize()
210 nw_res_get(struct irs_nw *this) { in nw_res_get()
228 nw_res_set(struct irs_nw *this, struct __res_state *res, in nw_res_set()
249 init(struct irs_nw *this) { in init()
H A Ddns_sv.c78 irs_dns_sv(struct irs_acc *this) { in irs_dns_sv()
119 sv_close(struct irs_sv *this) { in sv_close()
134 sv_byname(struct irs_sv *this, const char *name, const char *proto) { in sv_byname()
149 sv_byport(struct irs_sv *this, int port, const char *proto) { in sv_byport()
166 sv_next(struct irs_sv *this) { in sv_next()
173 sv_rewind(struct irs_sv *this) { in sv_rewind()
181 parse_hes_list(struct irs_sv *this, char **hes_list, const char *proto) { in parse_hes_list()
272 sv_minimize(struct irs_sv *this) { in sv_minimize()
279 sv_res_get(struct irs_sv *this) { in sv_res_get()
287 sv_res_set(struct irs_sv *this, struct __res_state * res, in sv_res_set()
H A Dgen_ho.c75 irs_gen_ho(struct irs_acc *this) { in irs_gen_ho()
110 ho_close(struct irs_ho *this) { in ho_close()
121 ho_byname(struct irs_ho *this, const char *name) { in ho_byname()
164 ho_byname2(struct irs_ho *this, const char *name, int af) { in ho_byname2()
203 ho_byaddr(struct irs_ho *this, const void *addr, int len, int af) { in ho_byaddr()
244 ho_next(struct irs_ho *this) { in ho_next()
266 ho_rewind(struct irs_ho *this) { in ho_rewind()
278 ho_minimize(struct irs_ho *this) { in ho_minimize()
292 ho_res_get(struct irs_ho *this) { in ho_res_get()
310 ho_res_set(struct irs_ho *this, struct __res_state *res, in ho_res_set()
[all …]
H A Dgen_pr.c64 irs_gen_pr(struct irs_acc *this) { in irs_gen_pr()
97 pr_close(struct irs_pr *this) { in pr_close()
105 pr_next(struct irs_pr *this) { in pr_next()
127 pr_byname(struct irs_pr *this, const char *name) { in pr_byname()
144 pr_bynumber(struct irs_pr *this, int proto) { in pr_bynumber()
161 pr_rewind(struct irs_pr *this) { in pr_rewind()
173 pr_minimize(struct irs_pr *this) { in pr_minimize()
185 pr_res_get(struct irs_pr *this) { in pr_res_get()
203 pr_res_set(struct irs_pr *this, struct __res_state *res, in pr_res_set()
H A Dgen_sv.c65 irs_gen_sv(struct irs_acc *this) { in irs_gen_sv()
98 sv_close(struct irs_sv *this) { in sv_close()
106 sv_next(struct irs_sv *this) { in sv_next()
128 sv_byname(struct irs_sv *this, const char *name, const char *proto) { in sv_byname()
145 sv_byport(struct irs_sv *this, int port, const char *proto) { in sv_byport()
162 sv_rewind(struct irs_sv *this) { in sv_rewind()
174 sv_minimize(struct irs_sv *this) { in sv_minimize()
186 sv_res_get(struct irs_sv *this) { in sv_res_get()
204 sv_res_set(struct irs_sv *this, struct __res_state *res, in sv_res_set()
H A Dlcl_nw.c118 irs_lcl_nw(struct irs_acc *this) { in irs_lcl_nw()
150 nw_close(struct irs_nw *this) { in nw_close()
163 nw_byaddr(struct irs_nw *this, void *net, int length, int type) { in nw_byaddr()
178 nw_byname(struct irs_nw *this, const char *name, int type) { in nw_byname()
200 nw_rewind(struct irs_nw *this) { in nw_rewind()
217 nw_next(struct irs_nw *this) { in nw_next()
315 nw_minimize(struct irs_nw *this) { in nw_minimize()
327 nw_res_get(struct irs_nw *this) { in nw_res_get()
345 nw_res_set(struct irs_nw *this, struct __res_state *res, in nw_res_set()
359 init(struct irs_nw *this) { in init()
H A Dirp_ho.c93 irs_irp_ho(struct irs_acc *this) { in irs_irp_ho()
132 ho_close(struct irs_ho *this) { in ho_close()
151 ho_byname(struct irs_ho *this, const char *name) { in ho_byname()
165 ho_byname2(struct irs_ho *this, const char *name, int af) { in ho_byname2()
218 ho_byaddr(struct irs_ho *this, const void *addr, int len, int af) { in ho_byaddr()
281 ho_next(struct irs_ho *this) { in ho_next()
325 ho_rewind(struct irs_ho *this) { in ho_rewind()
354 ho_minimize(struct irs_ho *this) { in ho_minimize()
393 ho_addrinfo(struct irs_ho *this, const char *name, const struct addrinfo *pai) in ho_addrinfo()
H A Dlcl_pr.c105 irs_lcl_pr(struct irs_acc *this) { in irs_lcl_pr()
134 pr_close(struct irs_pr *this) { in pr_close()
146 pr_byname(struct irs_pr *this, const char *name) { in pr_byname()
164 pr_bynumber(struct irs_pr *this, int proto) { in pr_bynumber()
175 pr_rewind(struct irs_pr *this) { in pr_rewind()
192 pr_next(struct irs_pr *this) { in pr_next()
279 pr_minimize(struct irs_pr *this) { in pr_minimize()
H A Ddns_nw.c100 irs_dns_nw(struct irs_acc *this) { in irs_dns_nw()
132 nw_close(struct irs_nw *this) { in nw_close()
181 nw_next(struct irs_nw *this) { in nw_next()
189 nw_rewind(struct irs_nw *this) { in nw_rewind()
195 nw_minimize(struct irs_nw *this) { in nw_minimize()
203 nw_res_get(struct irs_nw *this) { in nw_res_get()
221 nw_res_set(struct irs_nw *this, struct __res_state *res, in nw_res_set()
237 get1101byname(struct irs_nw *this, const char *name) { in get1101byname()
293 get1101answer(struct irs_nw *this, in get1101answer()
441 get1101mask(struct irs_nw *this, struct nwent *nwent) { in get1101mask()
[all …]
H A Dirp_sv.c76 irs_irp_sv(struct irs_acc *this) { in irs_irp_sv()
113 sv_close(struct irs_sv *this) { in sv_close()
130 sv_next(struct irs_sv *this) { in sv_next()
175 sv_byname(struct irs_sv *this, const char *name, const char *proto) { in sv_byname()
226 sv_byport(struct irs_sv *this, int port, const char *proto) { in sv_byport()
277 sv_rewind(struct irs_sv *this) { in sv_rewind()
306 sv_minimize(struct irs_sv *this) { in sv_minimize()
H A Dirp_pr.c72 irs_irp_pr(struct irs_acc *this) { in irs_irp_pr()
108 pr_close(struct irs_pr *this) { in pr_close()
125 pr_byname(struct irs_pr *this, const char *name) { in pr_byname()
174 pr_bynumber(struct irs_pr *this, int proto) { in pr_bynumber()
223 pr_rewind(struct irs_pr *this) { in pr_rewind()
252 pr_next(struct irs_pr *this) { in pr_next()
296 pr_minimize(struct irs_pr *this) { in pr_minimize()
H A Dgen_ng.c62 irs_gen_ng(struct irs_acc *this) { in irs_gen_ng()
92 ng_close(struct irs_ng *this) { in ng_close()
103 ng_next(struct irs_ng *this, const char **host, const char **user, in ng_next()
125 ng_test(struct irs_ng *this, const char *name, in ng_test()
144 ng_rewind(struct irs_ng *this, const char *group) { in ng_rewind()
159 ng_minimize(struct irs_ng *this) { in ng_minimize()
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_headers.h100 #define READLOCK(this, retval, msg) \ argument
102 #define READUNLOCK(this, retval, msg) \ argument
106 #define READLOCKV(this, msg) \ argument
108 #define READUNLOCKV(this, msg) \ argument
112 #define READLOCKNR(this, rescode, msg) \ argument
114 #define READUNLOCKNR(this, rescode, msg) \ argument
118 #define WRITELOCK(this, retval, msg) \ argument
120 #define WRITEUNLOCK(this, retval, msg) \ argument
128 #define WRITELOCKV(this, msg) \ argument
130 #define WRITEUNLOCKV(this, msg) \ argument
[all …]

1234