/illumos-gate/usr/src/lib/librstp/common/ |
H A D | stpm.c | 32 _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 D | sttrans.c | 41 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 D | rolesel.c | 44 _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 D | portinfo.c | 61 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 D | roletrns.c | 54 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 D | statmch.c | 39 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 D | stp_in.c | 37 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 …]
|
H A D | topoch.c | 55 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 D | port.c | 47 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 D | pcost.c | 39 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 D | dns_pr.c | 69 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 D | nul_ng.c | 60 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 D | gen_nw.c | 67 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 D | gen_ho.c | 75 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 D | dns_sv.c | 78 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 D | gen_pr.c | 64 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 D | gen_sv.c | 65 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 D | lcl_nw.c | 118 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 D | irp_ho.c | 93 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 D | lcl_pr.c | 105 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 D | dns_nw.c | 100 irs_dns_nw(struct irs_acc *this) { in irs_dns_nw() 132 nw_close(struct irs_nw *this) { in nw_close() 145 nw_byname(struct irs_nw *this, const char *name, int af) { in nw_byname() 163 nw_byaddr(struct irs_nw *this, void *net, int len, int af) { in nw_byaddr() 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() [all …]
|
H A D | irp_sv.c | 76 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 D | irp_pr.c | 72 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 D | lcl_ho.c | 151 irs_lcl_ho(struct irs_acc *this) { in irs_lcl_ho() 185 ho_close(struct irs_ho *this) { in ho_close() 198 ho_byname(struct irs_ho *this, const char *name) { in ho_byname() 214 ho_byname2(struct irs_ho *this, const char *name, int af) { in ho_byname2() 249 ho_byaddr(struct irs_ho *this, const void *addr, int len, int af) { in ho_byaddr() 320 ho_next(struct irs_ho *this) { in ho_next() 424 ho_rewind(struct irs_ho *this) { in ho_rewind() 441 ho_minimize(struct irs_ho *this) { in ho_minimize() 453 ho_res_get(struct irs_ho *this) { in ho_res_get() 471 ho_res_set(struct irs_ho *this, struct __res_state *res, in ho_res_set() [all …]
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_headers.h | 100 #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 …]
|