Home
last modified time | relevance | path

Searched refs:txid (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_util.c1067 static uint32_t txid; in smb_get_txid() local
1072 if (txid == 0) in smb_get_txid()
1073 txid = time(NULL); in smb_get_txid()
1076 ++txid; in smb_get_txid()
1077 } while (txid == 0 || txid == (uint32_t)-1); in smb_get_txid()
1079 txid_ret = txid; in smb_get_txid()
H A Dsmb_kmod.c144 smb_kmod_event_notify(uint32_t txid) in smb_kmod_event_notify() argument
148 ioc.txid = txid; in smb_kmod_event_notify()
/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_server.c719 smb_server_cancel_event(smb_server_t *sv, uint32_t txid) in smb_server_cancel_event() argument
721 smb_event_cancel(sv, txid); in smb_server_cancel_event()
731 smb_event_notify(sv, ioc->txid); in smb_server_notify_event()
2089 smb_event_cancel(smb_server_t *sv, uint32_t txid) in smb_event_cancel() argument
2103 if (txid == 0 || event->se_txid == txid) { in smb_event_cancel()
2110 if (txid != 0) in smb_event_cancel()
2125 smb_event_notify(smb_server_t *sv, uint32_t txid) in smb_event_notify() argument
2139 if (txid == 0 || event->se_txid == txid) { in smb_event_notify()
2145 if (txid != 0) in smb_event_notify()
2165 static uint32_t txid; in smb_event_alloc_txid() local
[all …]
/titanic_50/usr/src/uts/common/smbsrv/
H A Dsmb_ioctl.h100 uint32_t txid; member
/titanic_50/usr/src/cmd/svc/configd/
H A Dclient.c1378 uint32_t txid = rpr->rpr_entityid_tx; in tx_start() local
1381 result = entity_find2(cp, txid, &tx, epid, &ep); in tx_start()