Lines Matching refs:shell_print
27 shell_print(sh, "Subnet Bridge State: %s", in cmd_subnet_bridge_get()
52 shell_print(sh, "Subnet Bridge State: %s", in cmd_subnet_bridge_set()
69 shell_print(sh, "Bridging Table Size: %u", rsp); in cmd_bridging_table_size_get()
97 shell_print(sh, "Bridging Table Add failed with status 0x%02x", rsp.status); in cmd_bridging_table_add()
99 shell_print(sh, "Bridging Table Add was successful."); in cmd_bridging_table_add()
128 shell_print(sh, "Bridging Table Remove failed with status 0x%02x", rsp.status); in cmd_bridging_table_remove()
130 shell_print(sh, "Bridging Table Remove was successful."); in cmd_bridging_table_remove()
162 shell_print(sh, "Bridged Subnets List:"); in cmd_bridged_subnets_get()
163 shell_print(sh, "\tfilter: %02x", rsp.net_idx_filter.filter); in cmd_bridged_subnets_get()
164 shell_print(sh, "\tnet_idx: %04x", rsp.net_idx_filter.net_idx); in cmd_bridged_subnets_get()
165 shell_print(sh, "\tstart_idx: %u", rsp.start_idx); in cmd_bridged_subnets_get()
172 shell_print(sh, "\tEntry %d:", i++); in cmd_bridged_subnets_get()
173 shell_print(sh, "\t\tnet_idx1: 0x%04x, net_idx2: 0x%04x", net_idx1, in cmd_bridged_subnets_get()
207 shell_print(sh, "Bridging Table Get failed with status 0x%02x", rsp.status); in cmd_bridging_table_get()
209 shell_print(sh, "Bridging Table List:"); in cmd_bridging_table_get()
210 shell_print(sh, "\tstatus: %02x", rsp.status); in cmd_bridging_table_get()
211 shell_print(sh, "\tnet_idx1: %04x", rsp.net_idx1); in cmd_bridging_table_get()
212 shell_print(sh, "\tnet_idx2: %04x", rsp.net_idx2); in cmd_bridging_table_get()
213 shell_print(sh, "\tstart_idx: %u", rsp.start_idx); in cmd_bridging_table_get()
223 shell_print(sh, "\tEntry %d:", i++); in cmd_bridging_table_get()
224 shell_print(sh, in cmd_bridging_table_get()