Searched defs:attributes (Results 51 - 56 of 56) sorted by relevance

123

/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_ami.h341 struct ami_attr_list *attributes; member in struct:ami_extcert_info
479 struct ami_attr_list *attributes; /* optional */ member in struct:ami_privkey_info
491 struct ami_attr_list *attributes; member in struct:ami_certreq_info
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dhfs.h118 #define HFSP_ATTRIB_FILENAME "attributes.hfsplus"
427 uint32_t attributes; member in struct:_HfsPVolumeHeader
502 uint32_t attributes; member in struct:_HfsPHeaderRecord
/osnet-11/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c1248 HBA_LIBRARYATTRIBUTES *attributes)
1253 if (attributes == NULL) {
1257 memset(attributes, 0, sizeof(HBA_LIBRARYATTRIBUTES));
1264 strcpy(attributes->LibPath, map->l_lname);
1277 if ( GetModuleFileName(module, attributes->LibPath,
1278 sizeof(attributes->LibPath)) == 0 ) {
1279 attributes->LibPath[0] = '\0';
1285 strcpy(attributes->VName, VENDOR);
1287 attributes->VName[0] = '\0';
1290 strcpy(attributes
1243 HBA_GetWrapperLibraryAttributes( HBA_LIBRARYATTRIBUTES *attributes) argument
2995 HBA_GetVendorLibraryAttributes( HBA_UINT32 adapter_index, HBA_LIBRARYATTRIBUTES *attributes) argument
[all...]
/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_path.c282 * attributes for boot the boot manager and converts the property
290 UINT32 attributes; local
299 attributes = EFI_VARIABLE_NON_VOLATILE | EFI_VARIABLE_RUNTIME_ACCESS |
309 ret = uefirt_set_variable(hdl, name16, &vendor_guid, attributes,
324 * attributes for boot the boot manager and converts the property
1964 EPRINT("no DM_SLICE attributes found for %s\n",
2084 * Extract the partition attributes and fill in the drive
2119 EPRINT("no attributes for DM_PARTITION %s %d\n",
2379 * attributes = LOAD_OPTION_ACTIVE
2963 int bootopt, uint32_t attributes)
2962 uefirt_var_boot_set_attr(uefirt_hdl_t hdl, int bootopt, uint32_t attributes) argument
2998 uefirt_var_boot_get_attr(uefirt_hdl_t hdl, int bootopt, uint32_t *attributes) argument
[all...]
/osnet-11/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c1561 HBA_LIBRARYATTRIBUTES *attributes)
1566 if (attributes == NULL) {
1568 "NULL pointer attributes",
1573 (void) memset(attributes, 0, sizeof (HBA_LIBRARYATTRIBUTES));
1580 (void) strcpy(attributes->LibPath, map->l_name);
1592 if (GetModuleFileName(module, attributes->LibPath,
1593 sizeof (attributes->LibPath)) == 0) {
1594 attributes->LibPath[0] = '\0';
1599 (void) strcpy(attributes->VName, VENDOR);
1601 attributes
1560 HBA_GetWrapperLibraryAttributes( HBA_LIBRARYATTRIBUTES *attributes) argument
3390 HBA_GetVendorLibraryAttributes( HBA_UINT32 adapter_index, HBA_LIBRARYATTRIBUTES *attributes) argument
3474 SMHBA_GetWrapperLibraryAttributes( SMHBA_LIBRARYATTRIBUTES *attributes) argument
3536 SMHBA_GetVendorLibraryAttributes( HBA_UINT32 adapter_index, SMHBA_LIBRARYATTRIBUTES *attributes) argument
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dapi.h737 grub_efi_uint32_t attributes; member in struct:grub_efi_open_protocol_information_entry
956 grub_efi_uint32_t attributes);
1038 grub_efi_uint32_t *attributes,
1050 grub_efi_uint32_t attributes,

Completed in 59 milliseconds

123