Searched defs:odid (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_node.c381 D_ID odid; local
396 odid.un.word = ndlp->nlp_DID;
397 if (ndid.un.b.id == odid.un.b.id) {
401 odid.un.word = did;
411 odid.un.word = ndlp->nlp_DID;
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_find.c221 uint16_t sattr, odid; local
305 &resume_char, &index, &odid, &client_key) != 0) {
308 od = smb_tree_lookup_odir(sr, odid);
351 resume_char, name83, index, odid, client_key,
412 uint16_t sattr, odid; local
460 &resume_char, &index, &odid, &client_key) != 0) {
463 od = smb_tree_lookup_odir(sr, odid);
504 resume_char, name83, index, odid, client_key,
565 uint16_t sattr, odid; local
588 odid
[all...]
H A Dsmb_odir.c161 * smb_odir_t *odir = smb_tree_lookup_odir(..., odid)
162 * Find the odir corresponding to the specified odid in the tree's
285 uint16_t odid; local
314 if (smb_idpool_alloc(&tree->t_odid_pool, &odid)) {
324 *odp = smb_odir_create(sr, dnode, pattern, sattr, odid, cr);
895 const char *pattern, uint16_t sattr, uint16_t odid, cred_t *cr)
933 od->d_odid = odid;
894 smb_odir_create(smb_request_t *sr, smb_node_t *dnode, const char *pattern, uint16_t sattr, uint16_t odid, cred_t *cr) argument
H A Dsmb_trans2_find.c422 * &odid, &fa_maxcount, &fa_infolev, &cookie, &fa_fflag, &fname)
434 uint16_t odid; local
449 &odid, &args.fa_maxcount, &args.fa_infolev,
463 od = smb_tree_lookup_odir(sr, odid);
949 uint16_t odid; local
952 if (smbsr_decode_vwv(sr, "w", &odid) != 0)
955 od = smb_tree_lookup_odir(sr, odid);
H A Dsmb_tree.c1274 smb_tree_lookup_odir(smb_request_t *sr, uint16_t odid) argument
1287 if (od->d_odid == odid)

Completed in 76 milliseconds