Searched refs:bip (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/io/ |
H A D | bridge.c | 152 #define KIINCR(vn) KIPINCR(bip, vn) 153 #define KIDECR(vn) KIPDECR(bip, vn) 247 bridge_inst_t *bip; in mac_to_inst() local 250 if ((bip = bmp->bm_inst) != NULL) in mac_to_inst() 251 atomic_inc_uint(&bip->bi_refs); in mac_to_inst() 253 return (bip); in mac_to_inst() 262 bridge_inst_t *bip; in link_sdu_fail() local 280 bip = blp->bl_inst; in link_sdu_fail() 281 bmp = bip->bi_mac; in link_sdu_fail() 283 for (blcmp = list_head(&bip->bi_links); blcmp != NULL; in link_sdu_fail() [all …]
|
H A D | trill.c | 861 trill_br_dstr_cb(void *bptr, bridge_inst_t *bip) in trill_br_dstr_cb() argument 865 _NOTE(ARGUNUSED(bip)); in trill_br_dstr_cb()
|
/titanic_44/usr/src/common/net/wanboot/ |
H A D | bootinfo.c | 202 bi_param_t *bip; in bi_find_param() local 204 for (bip = bi_params; bip->bi_name != NULL; bip++) { in bi_find_param() 205 if (strcmp(name, bip->bi_name) == 0 || in bi_find_param() 206 ((bip->bi_repository & BI_R_DHCPOPT) && in bi_find_param() 207 strcmp(name, bip->bi_dhcp->opt_name) == 0)) { in bi_find_param() 208 return (bip); in bi_find_param() 218 bi_getval_chosen(bi_param_t *bip, void *valbuf, size_t *vallenp) in bi_getval_chosen() argument 222 if (!bi_get_chosen_prop(bip->bi_name, valbuf, vallenp)) { in bi_getval_chosen() 232 bi_getval_dhcpopt(bi_param_t *bip, void *valbuf, size_t *vallenp) in bi_getval_dhcpopt() argument 238 if (bip->bi_dhcp->opt_type == DSYM_IP) { in bi_getval_dhcpopt() [all …]
|
/titanic_44/usr/src/lib/efcode/engine/ |
H A D | debug.c | 865 struct bitab *bip; in acf_to_name() local 871 if ((bip = lookup_builtin((token_t)acf)) != NULL) in acf_to_name() 872 return (bip->bi_name); in acf_to_name() 1165 struct bitab *bip; in paren_see() local 1168 if ((bip = lookup_builtin(*acf)) == NULL || in paren_see() 1169 bip->bi_type != BI_COLON) { in paren_see() 1170 if (bip = lookup_builtin((token_t)acf)) in paren_see() 1171 log_message(MSG_INFO, "%s: builtin\n", bip->bi_name); in paren_see() 1219 if ((bip = lookup_builtin((token_t)*acf)) == 0) { in paren_see() 1226 if (bip->bi_type == BI_SEMI) { in paren_see() [all …]
|
/titanic_44/usr/src/common/smbios/ |
H A D | smb_info.c | 351 const smb_bios_t *bip; in smbios_info_bios() local 359 bip = (smb_bios_t *)(uintptr_t)stp->smbst_hdr; in smbios_info_bios() 365 bp->smbb_vendor = smb_strptr(stp, bip->smbbi_vendor); in smbios_info_bios() 366 bp->smbb_version = smb_strptr(stp, bip->smbbi_version); in smbios_info_bios() 367 bp->smbb_segment = bip->smbbi_segment; in smbios_info_bios() 368 bp->smbb_reldate = smb_strptr(stp, bip->smbbi_reldate); in smbios_info_bios() 369 bp->smbb_romsize = 64 * 1024 * ((uint32_t)bip->smbbi_romsize + 1); in smbios_info_bios() 370 bp->smbb_runsize = 16 * (0x10000 - (uint32_t)bip->smbbi_segment); in smbios_info_bios() 371 bp->smbb_cflags = bip->smbbi_cflags; in smbios_info_bios() 378 bp->smbb_xcflags = bip->smbbi_xcflags; in smbios_info_bios() [all …]
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | net.c | 1410 const bridge_inst_t *bip; in do_show_bridge() local 1421 bip = data; in do_show_bridge() 1427 bip = &bi; in do_show_bridge() 1430 (void) strncpy(bname, bip->bi_name, sizeof (bname) - 1); in do_show_bridge() 1445 if (bip->bi_trilldata == NULL) in do_show_bridge() 1466 if (bip->bi_trilldata != NULL && !args->opt_l && !args->opt_f) { in do_show_bridge() 1468 (uintptr_t)bip->bi_trilldata) == -1) { in do_show_bridge() 1470 bip->bi_trilldata); in do_show_bridge() 1527 bip->bi_trilldata == NULL ? "stp" : "trill", bname, in do_show_bridge() 1529 if (bip->bi_trilldata != NULL) in do_show_bridge()
|
/titanic_44/usr/src/cmd/terminfo/ |
H A D | termcap.src | 5889 # From: Ville Sulko <Ville.Sulko@bip.atk.tpo.fi>, 05 Aug 1996
|
H A D | terminfo.src | 6651 # From: Ville Sulko <Ville.Sulko@bip.atk.tpo.fi>, 05 Aug 1996
|