Searched defs:uniqid (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_kmod.c | 437 smb_kmod_file_close(uint32_t uniqid) argument 443 ioc.uniqid = uniqid;
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_lock.c | 825 smb_is_range_unlocked(uint64_t start, uint64_t end, uint32_t uniqid, argument 841 if (lk->l_file->f_uniqid != uniqid) {
|
H A D | smb_opipe.c | 212 smb_opipe_open(smb_request_t *sr, uint32_t uniqid) argument 241 SMB_FTYPE_MESG_PIPE, uniqid, &err);
|
H A D | smb_ofile.c | 183 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 D | smb_tree.c | 479 smb_tree_fclose(smb_tree_t *tree, uint32_t uniqid) argument 486 if ((of = smb_ofile_lookup_by_uniqid(tree, uniqid)) == NULL)
|
H A D | smb_server.c | 901 * 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);
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | smb_ioctl.h | 150 uint32_t uniqid; member in struct:smb_ioc_fileid
|
/illumos-gate/usr/src/cmd/zoneadmd/ |
H A D | zoneadmd.c | 1197 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 D | zone.h | 247 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 D | zone.c | 1761 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 D | libzonecfg.c | 7640 uint64_t uniqid = 0; local 7654 (void) zone_getattr(zoneid, ZONE_ATTR_UNIQID, &uniqid, 7655 sizeof (uniqid)); 7657 arg->uniqid = uniqid;
|
Completed in 132 milliseconds