/illumos-gate/usr/src/lib/libfru/libfruraw/ |
H A D | fru_access.h | 63 uint32_t descriptor; /* ditto */ member in struct:__anon3250
|
H A D | fruraw.c | 392 def->desc.raw_data = segment.descriptor; 626 fru_segdesc_t *descriptor; local 644 descriptor = (fru_segdesc_t *)&tmp_list->segment->descriptor; 645 if (descriptor->field.opaque) { 649 if (descriptor->field.encrypted && (encrypt_func == NULL)) { 679 descriptor = 680 (fru_segdesc_t *)&tmp_list->segment->descriptor; 682 if ((descriptor->field.encrypted) &&
|
H A D | fru_access_impl.h | 70 (BE_16(seg_layout->descriptor[1])| \ 71 BE_16(seg_layout->descriptor[0] << 16)) 128 uint16_t descriptor[2]; /* descriptor (msb) */ member in struct:__anon3259
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/ |
H A D | fru_access.h | 65 uint32_t descriptor; /* ditto */ member in struct:__anon1146
|
H A D | fru_access_impl.h | 77 (seg_layout->descriptor[1]|seg_layout->descriptor[0] << 16) 134 uint16_t descriptor[2]; /* descriptor (msb) */ member in struct:__anon1155
|
/illumos-gate/usr/src/cmd/abi/spectrans/parser/ |
H A D | errlog.c | 64 errlog(const int descriptor, const char *format, ...) argument 69 if ((Severity < (descriptor & FATAL)) && 70 ((descriptor & FATAL) != FATAL)) { 77 if ((descriptor & PRINTHDR) != 0) { 89 if (descriptor & INDENTED) { 92 } else if (descriptor & OUTDENTED) { 102 if ((descriptor & INPUT) && Location.l_line != NULL) { 111 if ((descriptor & FATAL) == FATAL) {
|
/illumos-gate/usr/src/uts/sun4u/lw8/sys/ |
H A D | sgfru.h | 90 uint32_t descriptor; /* ditto */ member in struct:__anon9831
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_rx.c | 149 struct e1000_rx_desc *descriptor; local 165 * zero out all of the receive buffer descriptor memory 185 descriptor = rx_data->rbd_first; 188 i++, packet = packet->next, descriptor++) { 190 ASSERT(descriptor != NULL); 191 descriptor->buffer_addr = 211 /* Setup the initial pointer to the first rx descriptor */ 214 descriptor = rx_data->rbd_first; 218 ASSERT(descriptor != NULL); 219 descriptor [all...] |
H A D | e1000g_tx.c | 190 /* retrieve and compute information for context descriptor */ 248 * to be within one descriptor. Here we reallocate and refill the 404 * (one redundant descriptor and one hw checksum context descriptor are 563 * The following code determine if the context descriptor is 568 * workaround for 82546EB, context descriptor must be reloaded 616 struct e1000_tx_desc *descriptor; local 628 descriptor = NULL; 636 /* Context descriptor reload check */ 642 descriptor 1026 struct e1000_tx_desc *descriptor; local [all...] |
H A D | e1000g_sw.h | 97 * MAX_TX_DESC_PER_PACKET = MAX_COOKIES + one for the context descriptor + 312 * Tx descriptor LENGTH field mask 526 * Address-Length pair structure that stores descriptor info 534 sw_desc_t descriptor[4]; member in struct:_desc_array
|
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | disks_private.h | 113 typedef struct descriptor { struct 123 struct descriptor *next; 124 struct descriptor *prev;
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/ |
H A D | fru_access_impl.h | 79 (seg_layout->descriptor[1]|seg_layout->descriptor[0] << 16) 131 uint16_t descriptor[2]; /* descriptor (msb) */ member in struct:__anon1087
|
/illumos-gate/usr/src/lib/libfru/libfrupicl/ |
H A D | frupicl.c | 1070 fru_segdesc_t descriptor; local 1076 &descriptor, 1077 sizeof (descriptor))) 1080 if (descriptor.field.opaque) 1083 if (descriptor.field.encrypted && (encrypt_func == NULL)) 1112 if ((descriptor.field.encrypted) &&
|
/illumos-gate/usr/src/lib/libfru/libfrupicltree/ |
H A D | frupicltree.c | 1085 fru_segdesc_t descriptor; local 1091 &descriptor, 1092 sizeof (descriptor))) 1095 if (descriptor.field.opaque) 1098 if (descriptor.field.encrypted && (encrypt_func == NULL)) 1127 if ((descriptor.field.encrypted) &&
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/ |
H A D | fru_access_impl.h | 131 (seg_layout->descriptor[1]|seg_layout->descriptor[0] << 16) 185 uint16_t descriptor[2]; /* descriptor (msb) */ member in struct:__anon1218
|
/illumos-gate/usr/src/uts/common/xen/public/ |
H A D | platform.h | 262 uint8_t descriptor; member in struct:xen_pct_register
|
/illumos-gate/usr/src/uts/intel/io/amd8111s/ |
H A D | amd8111s_main.c | 502 * Copy one packet from dma memory to mblk. Inc dma descriptor pointer. 509 struct rx_desc *descriptor; local 516 descriptor = pNonphysical->RxBufDescQRead->descriptor; 518 pNonphysical->RxBufDescQRead->descriptor - 519 pNonphysical->RxBufDescQStart->descriptor, 521 if ((descriptor->Rx_OWN) == 0) { 527 if (descriptor->Rx_ERR) { 529 descriptor->Rx_ERR = 0; 530 if (descriptor [all...] |
H A D | amd8111s_hw.h | 770 * time that the descriptor 791 * of the Transmit buffer that is associated with this descriptor 810 * descriptor 851 * of the receive buffer that is associated with this descriptor. 874 /* RDRA indicate where the receive descriptor ring begins */ 876 /* TDRA indicate where the transmit descriptor ring begins */ 938 struct rx_desc *descriptor; member in struct:Rx_Buf_Desc 980 * 2) For descriptor queue/buffer queue operation
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/ |
H A D | envd.h | 324 uint16_t descriptor[2]; /* descriptor (msb) */ member in struct:__anon1107 387 int fd; /* device file descriptor */ 407 int fd; /* device file descriptor */ 439 int fd; /* device file descriptor */
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/ |
H A D | envd.h | 81 uint16_t descriptor[2]; /* descriptor (msb) */ member in struct:__anon1121 292 int fd; /* device file descriptor */ 331 int fd; /* device file descriptor */
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/ |
H A D | envd.h | 245 uint16_t descriptor[2]; /* descriptor (msb) */ member in struct:__anon1235 306 int fd; /* device file descriptor */ 333 int fd; /* device file descriptor */
|
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/ |
H A D | hidparser.c | 216 unsigned char *descriptor, 226 error = hidparser_main(descriptor, size, &root); 245 * tree and a pointer to the Hid descriptor structure 1202 * Return a list of all report ids used for descriptor items 1211 * Filled in with a list of report ids found in the descriptor 1485 hidparser_main(unsigned char *descriptor, argument 1496 scan_ifp->hidparser_tok_entity_descriptor = descriptor; 1722 "Failed to parse report descriptor"); 2411 * This function scans the input entity descriptor, sees the data 2981 * find packet size of the largest report in the report descriptor 215 hidparser_parse_report_descriptor( unsigned char *descriptor, size_t size, usb_hid_descr_t *hid_descriptor, hidparser_handle_t *parse_handle) argument [all...] |
/illumos-gate/usr/src/uts/common/sys/scsi/impl/ |
H A D | commands.h | 40 * Implementation dependent view of a SCSI command descriptor block 608 uchar_t descriptor; member in struct:scsi_defect_hdr 614 uchar_t descriptor; member in struct:scsi_defect_list
|