Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_server.c711 smb_server_cancel_event(smb_server_t *sv, uint32_t txid) in smb_server_cancel_event() argument
713 smb_event_cancel(sv, txid); in smb_server_cancel_event()
723 smb_event_notify(sv, ioc->txid); in smb_server_notify_event()
2064 smb_event_cancel(smb_server_t *sv, uint32_t txid) in smb_event_cancel() argument
2078 if (txid == 0 || event->se_txid == txid) { in smb_event_cancel()
2085 if (txid != 0) in smb_event_cancel()
2100 smb_event_notify(smb_server_t *sv, uint32_t txid) in smb_event_notify() argument
2114 if (txid == 0 || event->se_txid == txid) { in smb_event_notify()
2120 if (txid != 0) in smb_event_notify()
2140 static uint32_t txid; in smb_event_alloc_txid() local
[all …]
/titanic_41/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.c132 smb_kmod_event_notify(uint32_t txid) in smb_kmod_event_notify() argument
136 ioc.txid = txid; in smb_kmod_event_notify()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb_ioctl.h100 uint32_t txid; member
/titanic_41/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()