Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_find.c221 uint16_t sattr, odid; in smb_com_search() local
305 &resume_char, &index, &odid, &client_key) != 0) { in smb_com_search()
308 od = smb_tree_lookup_odir(sr, odid); in smb_com_search()
351 resume_char, name83, index, odid, client_key, in smb_com_search()
412 uint16_t sattr, odid; in smb_com_find() local
460 &resume_char, &index, &odid, &client_key) != 0) { in smb_com_find()
463 od = smb_tree_lookup_odir(sr, odid); in smb_com_find()
504 resume_char, name83, index, odid, client_key, in smb_com_find()
565 uint16_t sattr, odid; in smb_com_find_close() local
588 odid = 0; in smb_com_find_close()
[all …]
H A Dsmb_trans2_find.c434 uint16_t odid; in smb_com_trans2_find_next2() local
449 &odid, &args.fa_maxcount, &args.fa_infolev, in smb_com_trans2_find_next2()
463 od = smb_tree_lookup_odir(sr, odid); in smb_com_trans2_find_next2()
949 uint16_t odid; in smb_com_find_close2() local
952 if (smbsr_decode_vwv(sr, "w", &odid) != 0) in smb_com_find_close2()
955 od = smb_tree_lookup_odir(sr, odid); in smb_com_find_close2()
H A Dsmb_odir.c285 uint16_t odid; in smb_odir_openpath() local
314 if (smb_idpool_alloc(&tree->t_odid_pool, &odid)) { in smb_odir_openpath()
324 *odp = smb_odir_create(sr, dnode, pattern, sattr, odid, cr); in smb_odir_openpath()
895 const char *pattern, uint16_t sattr, uint16_t odid, cred_t *cr) in smb_odir_create() argument
933 od->d_odid = odid; in smb_odir_create()
H A Dsmb_tree.c1274 smb_tree_lookup_odir(smb_request_t *sr, uint16_t odid) in smb_tree_lookup_odir() argument
1287 if (od->d_odid == odid) in smb_tree_lookup_odir()
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_node.c381 D_ID odid; in emlxs_node_match_did() local
396 odid.un.word = ndlp->nlp_DID; in emlxs_node_match_did()
397 if (ndid.un.b.id == odid.un.b.id) { in emlxs_node_match_did()
401 odid.un.word = did; in emlxs_node_match_did()
411 odid.un.word = ndlp->nlp_DID; in emlxs_node_match_did()