hpux_entry 427 source3/modules/vfs_hpuxacl.c HPUX_ACE_T hpux_entry;
hpux_entry 429 source3/modules/vfs_hpuxacl.c ZERO_STRUCT(hpux_entry);
hpux_entry 431 source3/modules/vfs_hpuxacl.c hpux_entry.a_type = smb_tag_to_hpux_tag(smb_entry->a_type);
hpux_entry 432 source3/modules/vfs_hpuxacl.c if (hpux_entry.a_type == 0) {
hpux_entry 436 source3/modules/vfs_hpuxacl.c switch(hpux_entry.a_type) {
hpux_entry 440 source3/modules/vfs_hpuxacl.c hpux_entry.a_id = (uid_t)smb_entry->uid;
hpux_entry 445 source3/modules/vfs_hpuxacl.c hpux_entry.a_id = (uid_t)smb_entry->gid;
hpux_entry 452 source3/modules/vfs_hpuxacl.c hpux_entry.a_type |= ACL_DEFAULT;
hpux_entry 455 source3/modules/vfs_hpuxacl.c hpux_entry.a_perm =
hpux_entry 458 source3/modules/vfs_hpuxacl.c DEBUGADD(10, (" - type: 0x%04x\n", hpux_entry.a_type));
hpux_entry 459 source3/modules/vfs_hpuxacl.c DEBUGADD(10, (" - id: %d\n", hpux_entry.a_id));
hpux_entry 460 source3/modules/vfs_hpuxacl.c DEBUGADD(10, (" - perm: o%o\n", hpux_entry.a_perm));
hpux_entry 461 source3/modules/vfs_hpuxacl.c if (!hpux_add_to_acl(hpux_acl, count, &hpux_entry,