Searched refs:name_length (Results 1 - 21 of 21) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dattrlist.c138 attr->name_length + 7) & ~7;
153 if (!ntfs_attr_lookup(attr->type, (attr->name_length) ? (ntfschar*)
155 AT_UNNAMED, attr->name_length, CASE_SENSITIVE,
192 ale->name_length = attr->name_length;
203 attr->name_length * sizeof(ntfschar));
H A Dattrib.c415 if (a->name_length) {
417 a->name_offset)), a->name_length);
422 name_len = a->name_length;
1729 if (a->name_length) {
1735 a->name_length, ic, upcase, upcase_len)) {
1741 a->name_length, 1, IGNORE_CASE,
1757 a->name_length, 1, CASE_SENSITIVE,
2003 al_name_len = al_entry->name_length;
2065 next_al_entry->name_length == al_name_len &&
2069 next_al_entry->name_length,
[all...]
H A Dinode.c858 ctx->attr->name_length + 7) & ~7;
876 sizeof(ntfschar) * ctx->attr->name_length + 7) & ~7);
877 ale->name_length = ctx->attr->name_length;
888 ctx->attr->name_length * sizeof(ntfschar));
979 ale->name_length,
1194 attr->name_offset)), attr->name_length, 0, NULL, 0))
H A Dindex.c1849 if (!ntfs_ir_lookup(ni, name, attr->name_length, &ctx))
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dccdefname.c274 int name_length; local
304 name_length = strlen(name);
305 if (name_length >= MAXNAMLEN || name_length <=0) {
308 new_name = malloc(name_length+1);
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netlogon.c358 int name_length; local
369 name_length = strlen(hostname) + 2;
370 username = alloca(name_length);
371 (void) snprintf(username, name_length, "%s$", hostname);
378 name_length = strlen(mailbox)+1;
384 + name_length
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsinfo.c349 * null if no name exists (attr->name_length==0). no memory allocated.
362 mbs_attr_name_size = ntfs_ucstombs(ucs_attr_name, attr->name_length,
668 (unsigned)entry->name_length,
669 (unsigned)entry->name_length);
686 if (entry->name_length) {
691 entry->name_length, &name, 0);
702 sizeof(ntfschar) * entry->name_length,
1139 name_len = attr->name_length;
1231 (unsigned)a->name_length, (unsigned)a->name_length);
[all...]
H A Dntfslabel.c352 a->name_length = 0;
H A Dutils.c604 if (!attr->name_length) {
612 namelen = attr->name_length;
H A Dmkntfs.c941 if (a->name_length) {
947 a->name_length, ic, upcase, upcase_len)) {
953 a->name_length, 1, IGNORE_CASE,
969 a->name_length, 1, CASE_SENSITIVE,
1234 a->name_length = name_len;
1419 a->name_length = name_len;
1562 a->name_length = name_len;
H A Dntfsundelete.c1012 if (rec->name_length) {
1015 data->uname_len = rec->name_length;
H A Dntfsclone.c815 name_len = attr->name_length;
910 attr->name_length, 0, NULL, 0)) {
H A Dntfscmp.c407 ((a)->name_length)
H A Dntfsresize.c1156 if (a->name_length) {
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dhfs.h165 uint8_t name_length; member in struct:_HfsMasterDirectoryBlock
244 uint8_t name_length; member in struct:_HfsCatalogKey
323 int8_t name_length; member in struct:_HfsDirTh
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlayout.h798 /* 9*/ u8 name_length; /* Unicode character size of name of attribute. member in struct:__anon2055
800 /* 10*/ le16 name_offset; /* If name_length != 0, the byte offset to the
1110 /* 6*/ u8 name_length; /* Size in Unicode chars of the name of the member in struct:__anon2064
2815 u8 name_length; /* Length of the name of the extended member in struct:__anon2127
/osnet-11/usr/src/lib/fm/libfmd_snmp/common/
H A Dproblem.c525 table_info->index_oid_len = table_info->indexes->name_length;
527 table_info->indexes->name_length);
H A Dmodule.c485 if (build_oid(&var->name, &var->name_length, tmpoid,
H A Dresource.c498 if (build_oid(&var->name, &var->name_length, tmpoid,
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dfat.c111 grub_uint8_t name_length; member in struct:grub_fat_dir_entry::__anon391::__anon393
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c2518 grub_size_t name_length,
2515 fzap_iterate(dnode_end_t * zap_dnode, zap_phys_t * zap, grub_size_t name_elem_length, int NESTED_FUNC_ATTR (*hook) (const void *name, grub_size_t name_length, const void *val_in, grub_size_t nelem, grub_size_t elemsize), struct grub_zfs_data *data) argument

Completed in 124 milliseconds