Home
last modified time | relevance | path

Searched refs:b_type (Results 1 – 9 of 9) sorted by relevance

/onnv-gate/usr/src/cmd/kbd/
H A Dkbd.c113 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()
/onnv-gate/usr/src/uts/common/fs/zfs/
H A Darc.c450 arc_buf_contents_t b_type; member
1003 list_t *list = &ab->b_state->arcs_list[ab->b_type]; in add_reference()
1004 uint64_t *size = &ab->b_state->arcs_lsize[ab->b_type]; in add_reference()
1036 uint64_t *size = &state->arcs_lsize[ab->b_type]; in remove_reference()
1041 list_insert_head(&state->arcs_list[ab->b_type], ab); in remove_reference()
1075 uint64_t *size = &old_state->arcs_lsize[ab->b_type]; in arc_change_state()
1081 list_remove(&old_state->arcs_list[ab->b_type], ab); in arc_change_state()
1100 uint64_t *size = &new_state->arcs_lsize[ab->b_type]; in arc_change_state()
1105 list_insert_head(&new_state->arcs_list[ab->b_type], ab); in arc_change_state()
1219 hdr->b_type = type; in arc_buf_alloc()
[all …]
/onnv-gate/usr/src/lib/libcommputil/common/
H A Dsdp_parse_helper.c170 if (bw->b_type != NULL) in sdp_free_bandwidth()
171 free(bw->b_type); in sdp_free_bandwidth()
H A Dsdp.h160 char *b_type; member
H A Dsdp.c80 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 Dsdp_parse.c545 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()
/onnv-gate/usr/src/cmd/sgs/libld/common/
H A Dmap.c321 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()
/onnv-gate/usr/src/uts/sun4u/ngdr/sys/
H A Ddr.h351 char b_type[MAXNAMELEN]; member
/onnv-gate/usr/src/uts/i86pc/sys/
H A Ddr.h382 char b_type[MAXNAMELEN]; member