Searched refs:attrib (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dusbdesc.h66 grub_uint8_t attrib; member in struct:grub_usb_desc_config
102 grub_uint8_t attrib; member in struct:grub_usb_desc_endp
H A Dgpt_partition.h67 grub_uint64_t attrib; member in struct:grub_gpt_partentry
H A Dusb.h219 return ep->attrib & 3;
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/serial/
H A Dcommon.c76 if ((endp->endp_addr & 128) && (endp->attrib & 3) == 2)
81 else if (!(endp->endp_addr & 128) && (endp->attrib & 3) == 2)
/osnet-11/usr/src/lib/libntfs/
H A DMakefile.com34 OBJECTS= $(LIBNTFSDIR)/attrib.o \
H A DMakefile62 HDRS= ../common/include/ntfs/attrib.h \
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_fat.c297 int attrib = FAT_ATTRIB_DIR; local
322 if (attrib & FAT_ATTRIB_DIR)
336 if (!(attrib & FAT_ATTRIB_DIR))
479 attrib = FAT_DIRENTRY_ATTRIB (dir_buf);
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dusbtest.c184 endp->maxpacket, usb_endp_type[endp->attrib & 3],
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dasn1.c758 CK_BYTE attrib[] = { 0x05, 0x00 }; local
782 len += sizeof (attrib);
817 (void) memcpy(buf + len, attrib, sizeof (attrib));
818 len += sizeof (attrib);
H A Dutility.c502 CK_ATTRIBUTE **attrib) {
519 *attrib = attr;
499 build_attribute(CK_ATTRIBUTE_TYPE type, CK_BYTE *data, CK_ULONG data_len, CK_ATTRIBUTE **attrib) argument
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dusbms.c139 if ((endp->endp_addr & 128) && (endp->attrib & 3) == 2)
147 else if (!(endp->endp_addr & 128) && (endp->attrib & 3) == 2)
/osnet-11/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c3770 set_pkey_attrib(EVP_PKEY *pkey, ASN1_TYPE *attrib, int nid) argument
3774 if (pkey == NULL || attrib == NULL)
3782 attr = X509_ATTRIBUTE_create(nid, attrib->type, attrib->value.ptr);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm3839 for my $attrib (keys %{$attributes->{$element}}) {
3840 (my $clean_attrib = $attrib) =~ s/^-//;
3841 $attribs .= "@{[lc($clean_attrib)]}=\"$attributes->{$element}{$attrib}\" ";

Completed in 116 milliseconds