Searched defs:b_type (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap.c321 Boolean b_type = FALSE; /* True if seg types found. */ local
343 if (b_type) {
602 Boolean b_type = FALSE; local
626 if (b_type) {
631 b_type = TRUE;
/illumos-gate/usr/src/cmd/kbd/
H A Dkbd.c113 char *copt, *aopt, *delay, *rate, *layout_name, *b_type, *freq_str; local
266 b_type = "keyboard";
268 b_type = argv[argc - 2];
274 if (strcmp(b_type, "keyboard") && strcmp(b_type, "console")) {
295 if ((error = set_beep_freq(kbd, b_type, freq_val)) != 0)
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp.h160 char *b_type; member in struct:sdp_bandwidth
/illumos-gate/usr/src/uts/sun4u/ngdr/sys/
H A Ddr.h351 char b_type[MAXNAMELEN]; member in struct:dr_board
/illumos-gate/usr/src/uts/i86pc/sys/
H A Ddr.h382 char b_type[MAXNAMELEN]; member in struct:dr_board
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c910 arc_buf_contents_t b_type; member in struct:arc_buf_hdr
1677 VERIFY3U(hdr->b_type, ==, type);
2424 VERIFY(hdr->b_type == ARC_BUFC_DATA ||
2425 hdr->b_type == ARC_BUFC_METADATA);
2848 hdr->b_type = type;
4299 VERIFY3U(hdr->b_type, ==, type);
4363 VERIFY3U(hdr->b_type, ==, type);
5195 VERIFY3U(hdr->b_type, ==, type);
5278 VERIFY3U(nhdr->b_type, ==, type);

Completed in 122 milliseconds