Home
last modified time | relevance | path

Searched refs:tok_len (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_fsctl_odx.c79 uint16_t tok_len; /* big-endian on the wire */ member
358 tok->tok_len = sizeof (*tn1); in smb2_fsctl_odx_read()
875 &tok->tok_len); in smb_odx_get_token()
879 tok->tok_len = BSWAP_16(tok->tok_len); in smb_odx_get_token()
881 if (tok->tok_len > TOKEN_MAX_PAYLOAD) in smb_odx_get_token()
884 mbc->chain_offset, tok->tok_len); in smb_odx_get_token()
936 if (tok->tok_len > TOKEN_MAX_PAYLOAD) in smb_odx_put_token()
949 BSWAP_16(tok->tok_len)); in smb_odx_put_token()
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c86 size_t tok_len; /* strlen(str) */ member
2292 gettok_state->gtok_last_token.tok_len = 0; in gettok()
2373 gettok_state->gtok_last_token.tok_len = str - in gettok()
2386 gettok_state->gtok_last_token.tok_len, in gettok()
2467 gettok_state.gtok_last_token.tok_len + 1; in tokenize_user_cmd()
2537 len = tokst->tokst_buf[n].tok_len + 1; in parse_user_cmd()
3169 cstate.ecpl_token_len = tokst->tokst_buf[ndx].tok_len; in cmd_match_fcn()