Home
last modified time | relevance | path

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

1234

/titanic_44/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
154 STP_stpm_enable (STPM_T* this, UID_STP_MODE_T admin_state) in STP_stpm_enable()
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()
[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 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()
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
124 _stpapi_port_find (STPM_T* this, int port_index) in _stpapi_port_find()
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
705 register STPM_T* this; in STP_IN_stpm_set_cfg() local
[all …]
/titanic_44/usr/src/lib/libresolv2/common/irs/
H A Ddns_pr.c73 irs_dns_pr(struct irs_acc *this) { in irs_dns_pr()
109 pr_close(struct irs_pr *this) { in pr_close()
122 pr_byname(struct irs_pr *this, const char *name) { in pr_byname()
137 pr_bynumber(struct irs_pr *this, int num) { in pr_bynumber()
154 pr_next(struct irs_pr *this) { in pr_next()
161 pr_rewind(struct irs_pr *this) { in pr_rewind()
167 pr_minimize(struct irs_pr *this) { in pr_minimize()
173 pr_res_get(struct irs_pr *this) { in pr_res_get()
181 pr_res_set(struct irs_pr *this, struct __res_state * res, in pr_res_set()
192 parse_hes_list(struct irs_pr *this, char **hes_list) { in parse_hes_list()
H A Dnul_ng.c64 irs_nul_ng(struct irs_acc *this) { in irs_nul_ng()
86 ng_close(struct irs_ng *this) { in ng_close()
92 ng_next(struct irs_ng *this, const char **host, const char **user, in ng_next()
104 ng_test(struct irs_ng *this, const char *name, in ng_test()
117 ng_rewind(struct irs_ng *this, const char *netgroup) { in ng_rewind()
124 ng_minimize(struct irs_ng *this) { in ng_minimize()
H A Dgen_nw.c71 irs_gen_nw(struct irs_acc *this) { in irs_gen_nw()
104 nw_close(struct irs_nw *this) { in nw_close()
117 nw_next(struct irs_nw *this) { in nw_next()
142 nw_byname(struct irs_nw *this, const char *name, int type) { in nw_byname()
165 nw_byaddr(struct irs_nw *this, void *net, int length, int type) { in nw_byaddr()
188 nw_rewind(struct irs_nw *this) { in nw_rewind()
200 nw_minimize(struct irs_nw *this) { in nw_minimize()
214 nw_res_get(struct irs_nw *this) { in nw_res_get()
232 nw_res_set(struct irs_nw *this, struct __res_state *res, in nw_res_set()
253 init(struct irs_nw *this) { in init()
H A Ddns_sv.c82 irs_dns_sv(struct irs_acc *this) { in irs_dns_sv()
123 sv_close(struct irs_sv *this) { in sv_close()
138 sv_byname(struct irs_sv *this, const char *name, const char *proto) { in sv_byname()
153 sv_byport(struct irs_sv *this, int port, const char *proto) { in sv_byport()
170 sv_next(struct irs_sv *this) { in sv_next()
177 sv_rewind(struct irs_sv *this) { in sv_rewind()
185 parse_hes_list(struct irs_sv *this, char **hes_list, const char *proto) { in parse_hes_list()
276 sv_minimize(struct irs_sv *this) { in sv_minimize()
283 sv_res_get(struct irs_sv *this) { in sv_res_get()
291 sv_res_set(struct irs_sv *this, struct __res_state * res, in sv_res_set()
H A Dgen_pr.c68 irs_gen_pr(struct irs_acc *this) { in irs_gen_pr()
101 pr_close(struct irs_pr *this) { in pr_close()
109 pr_next(struct irs_pr *this) { in pr_next()
131 pr_byname(struct irs_pr *this, const char *name) { in pr_byname()
148 pr_bynumber(struct irs_pr *this, int proto) { in pr_bynumber()
165 pr_rewind(struct irs_pr *this) { in pr_rewind()
177 pr_minimize(struct irs_pr *this) { in pr_minimize()
189 pr_res_get(struct irs_pr *this) { in pr_res_get()
207 pr_res_set(struct irs_pr *this, struct __res_state *res, in pr_res_set()
H A Dgen_sv.c69 irs_gen_sv(struct irs_acc *this) { in irs_gen_sv()
102 sv_close(struct irs_sv *this) { in sv_close()
110 sv_next(struct irs_sv *this) { in sv_next()
132 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_rewind(struct irs_sv *this) { in sv_rewind()
178 sv_minimize(struct irs_sv *this) { in sv_minimize()
190 sv_res_get(struct irs_sv *this) { in sv_res_get()
208 sv_res_set(struct irs_sv *this, struct __res_state *res, in sv_res_set()
H A Dlcl_nw.c121 irs_lcl_nw(struct irs_acc *this) { in irs_lcl_nw()
153 nw_close(struct irs_nw *this) { in nw_close()
166 nw_byaddr(struct irs_nw *this, void *net, int length, int type) { in nw_byaddr()
181 nw_byname(struct irs_nw *this, const char *name, int type) { in nw_byname()
203 nw_rewind(struct irs_nw *this) { in nw_rewind()
220 nw_next(struct irs_nw *this) { in nw_next()
318 nw_minimize(struct irs_nw *this) { in nw_minimize()
330 nw_res_get(struct irs_nw *this) { in nw_res_get()
348 nw_res_set(struct irs_nw *this, struct __res_state *res, in nw_res_set()
362 init(struct irs_nw *this) { in init()
H A Dgen_ho.c79 irs_gen_ho(struct irs_acc *this) { in irs_gen_ho()
114 ho_close(struct irs_ho *this) { in ho_close()
125 ho_byname(struct irs_ho *this, const char *name) { in ho_byname()
168 ho_byname2(struct irs_ho *this, const char *name, int af) { in ho_byname2()
207 ho_byaddr(struct irs_ho *this, const void *addr, int len, int af) { in ho_byaddr()
248 ho_next(struct irs_ho *this) { in ho_next()
270 ho_rewind(struct irs_ho *this) { in ho_rewind()
282 ho_minimize(struct irs_ho *this) { in ho_minimize()
296 ho_res_get(struct irs_ho *this) { in ho_res_get()
314 ho_res_set(struct irs_ho *this, struct __res_state *res, in ho_res_set()
[all …]
H A Dirp_ho.c97 irs_irp_ho(struct irs_acc *this) { in irs_irp_ho()
136 ho_close(struct irs_ho *this) { in ho_close()
155 ho_byname(struct irs_ho *this, const char *name) { in ho_byname()
169 ho_byname2(struct irs_ho *this, const char *name, int af) { in ho_byname2()
222 ho_byaddr(struct irs_ho *this, const void *addr, int len, int af) { in ho_byaddr()
285 ho_next(struct irs_ho *this) { in ho_next()
329 ho_rewind(struct irs_ho *this) { in ho_rewind()
358 ho_minimize(struct irs_ho *this) { in ho_minimize()
397 ho_addrinfo(struct irs_ho *this, const char *name, const struct addrinfo *pai) in ho_addrinfo()
H A Dlcl_pr.c111 irs_lcl_pr(struct irs_acc *this) { in irs_lcl_pr()
140 pr_close(struct irs_pr *this) { in pr_close()
152 pr_byname(struct irs_pr *this, const char *name) { in pr_byname()
170 pr_bynumber(struct irs_pr *this, int proto) { in pr_bynumber()
181 pr_rewind(struct irs_pr *this) { in pr_rewind()
198 pr_next(struct irs_pr *this) { in pr_next()
285 pr_minimize(struct irs_pr *this) { in pr_minimize()
H A Ddns_nw.c104 irs_dns_nw(struct irs_acc *this) { in irs_dns_nw()
136 nw_close(struct irs_nw *this) { in nw_close()
149 nw_byname(struct irs_nw *this, const char *name, int af) { in nw_byname()
167 nw_byaddr(struct irs_nw *this, void *net, int len, int af) { in nw_byaddr()
185 nw_next(struct irs_nw *this) { in nw_next()
193 nw_rewind(struct irs_nw *this) { in nw_rewind()
199 nw_minimize(struct irs_nw *this) { in nw_minimize()
207 nw_res_get(struct irs_nw *this) { in nw_res_get()
225 nw_res_set(struct irs_nw *this, struct __res_state *res, in nw_res_set()
241 get1101byname(struct irs_nw *this, const char *name) { in get1101byname()
[all …]
H A Dirp_pr.c78 irs_irp_pr(struct irs_acc *this) { in irs_irp_pr()
114 pr_close(struct irs_pr *this) { in pr_close()
131 pr_byname(struct irs_pr *this, const char *name) { in pr_byname()
180 pr_bynumber(struct irs_pr *this, int proto) { in pr_bynumber()
229 pr_rewind(struct irs_pr *this) { in pr_rewind()
258 pr_next(struct irs_pr *this) { in pr_next()
302 pr_minimize(struct irs_pr *this) { in pr_minimize()
H A Dirp_sv.c82 irs_irp_sv(struct irs_acc *this) { in irs_irp_sv()
119 sv_close(struct irs_sv *this) { in sv_close()
136 sv_next(struct irs_sv *this) { in sv_next()
181 sv_byname(struct irs_sv *this, const char *name, const char *proto) { in sv_byname()
232 sv_byport(struct irs_sv *this, int port, const char *proto) { in sv_byport()
283 sv_rewind(struct irs_sv *this) { in sv_rewind()
312 sv_minimize(struct irs_sv *this) { in sv_minimize()
H A Dgen_ng.c66 irs_gen_ng(struct irs_acc *this) { in irs_gen_ng()
96 ng_close(struct irs_ng *this) { in ng_close()
107 ng_next(struct irs_ng *this, const char **host, const char **user, in ng_next()
129 ng_test(struct irs_ng *this, const char *name, in ng_test()
148 ng_rewind(struct irs_ng *this, const char *group) { in ng_rewind()
163 ng_minimize(struct irs_ng *this) { in ng_minimize()
/titanic_44/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
124 #define TRYWRITELOCK(this, rescode, msg) \ argument
128 #define WRITELOCKV(this, msg) \ argument
[all …]

1234