Searched defs:acl_spot (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c115 long *acl_spot,
271 long acl_spot; /* any ACL info on the next volume */ local
330 acl_spot = 0;
482 acl_spot = 0;
942 &acl_spot, local_commands);
1993 long *acl_spot,
2000 * If the ACL is spanned on tapes, then the acl_spot should NOT be
2004 if (*acl_spot == 0) {
2008 bp = ((char *)&acls->acl_info) + *acl_spot;
2011 *acl_spot
1989 load_acl_info(int lib, int drv, long file_size, tlm_acls_t *acls, long *acl_spot, tlm_cmd_t *local_commands) argument
[all...]

Completed in 76 milliseconds