Searched refs:b_type (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/cmd/kbd/ |
H A D | kbd.c | 113 char *copt, *aopt, *delay, *rate, *layout_name, *b_type, *freq_str; in main() local 266 b_type = "keyboard"; in main() 268 b_type = argv[argc - 2]; in main() 274 if (strcmp(b_type, "keyboard") && strcmp(b_type, "console")) { in main() 295 if ((error = set_beep_freq(kbd, b_type, freq_val)) != 0) in main()
|
/titanic_44/usr/src/lib/libcommputil/common/ |
H A D | sdp_parse_helper.c | 170 if (bw->b_type != NULL) in sdp_free_bandwidth() 171 free(bw->b_type); in sdp_free_bandwidth()
|
H A D | sdp.h | 160 char *b_type; member
|
H A D | sdp.c | 80 b_type, COMMP_COLON, (m_bw)->b_value, COMMP_CRLF); \ 160 if (sdp_add_bandwidth(&(d_bw), (s_bw)->b_type, \ 196 len += strlen((m_bw)->b_type); \ 469 if ((ret = commp_add_str(&new_bw->b_type, type, strlen(type))) != 0) { in sdp_add_bandwidth()
|
H A D | sdp_parse.c | 545 COMMP_COPY_STR(new_bw->b_type, begin, current - begin); in sdp_parse_bandwidth() 546 if (new_bw->b_type == NULL) { in sdp_parse_bandwidth()
|
/titanic_44/usr/src/cmd/sgs/libld/common/ |
H A D | map.c | 321 Boolean b_type = FALSE; /* True if seg types found. */ in map_equal() local 343 if (b_type) { in map_equal() 602 Boolean b_type = FALSE; in map_colon() local 626 if (b_type) { in map_colon() 631 b_type = TRUE; in map_colon()
|
/titanic_44/usr/src/uts/sun4u/ngdr/sys/ |
H A D | dr.h | 351 char b_type[MAXNAMELEN]; member
|
/titanic_44/usr/src/uts/i86pc/sys/ |
H A D | dr.h | 382 char b_type[MAXNAMELEN]; member
|