Searched refs:uniqid (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dfind_elf.pl177 my $uniqid = sprintf("%llx-%llx", $dev, $ino);
190 $alias_hash{$name} = $uniqid;
209 $id_hash{$uniqid} = $name;
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_kmod.c437 smb_kmod_file_close(uint32_t uniqid) argument
443 ioc.uniqid = uniqid;
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ioctl.h150 uint32_t uniqid; member in struct:smb_ioc_fileid
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_opipe.c212 smb_opipe_open(smb_request_t *sr, uint32_t uniqid) argument
241 SMB_FTYPE_MESG_PIPE, uniqid, &err);
H A Dsmb_ofile.c183 uint32_t uniqid,
207 of->f_uniqid = uniqid;
681 * Find the open file whose uniqid matches the one specified in the request.
684 smb_ofile_lookup_by_uniqid(smb_tree_t *tree, uint32_t uniqid) argument
699 if (of->f_uniqid == uniqid) {
178 smb_ofile_open( smb_request_t *sr, smb_node_t *node, struct open_param *op, uint16_t ftype, uint32_t uniqid, smb_error_t *err) argument
H A Dsmb_server.c901 * Close a file by uniqid.
906 uint32_t uniqid = ioc->uniqid; local
915 rc = smb_server_fclose(ll, uniqid);
919 rc = smb_server_fclose(ll, uniqid);
1869 smb_server_fclose(smb_llist_t *ll, uint32_t uniqid) argument
1887 rc = smb_tree_fclose(tree, uniqid);
H A Dsmb_lock.c825 smb_is_range_unlocked(uint64_t start, uint64_t end, uint32_t uniqid, argument
841 if (lk->l_file->f_uniqid != uniqid) {
H A Dsmb_tree.c479 smb_tree_fclose(smb_tree_t *tree, uint32_t uniqid) argument
486 if ((of = smb_ofile_lookup_by_uniqid(tree, uniqid)) == NULL)
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c1197 uint64_t uniqid; local
1315 zone_getattr(zoneid, ZONE_ATTR_UNIQID, &uniqid,
1316 sizeof (uniqid)) == -1 || uniqid != zargp->uniqid) {
/illumos-gate/usr/src/uts/common/sys/
H A Dzone.h247 uint64_t uniqid; /* unique "generation number" */ member in struct:zone_cmd_arg
331 #define GLOBAL_ZONEUNIQID 0 /* uniqid of the global zone */
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c1761 static uint64_t uniqid = 0; local
1764 zone->zone_uniqid = uniqid++;
5171 uint64_t uniqid; local
5215 uniqid = zone->zone_uniqid;
5227 zone->zone_uniqid != uniqid) {
6573 uint64_t uniqid; local
6586 uniqid = zone->zone_uniqid;
6659 if (zone->zone_uniqid != uniqid) {
6690 * zoneadmd, and make note of the "uniqid" of the zone. The uniqid i
[all...]
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c7640 uint64_t uniqid = 0; local
7654 (void) zone_getattr(zoneid, ZONE_ATTR_UNIQID, &uniqid,
7655 sizeof (uniqid));
7657 arg->uniqid = uniqid;

Completed in 108 milliseconds