OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temp_buf
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/iscsi/
iscsi_text.c
200
uint8_t
temp_buf
[MAX_STRING + 1]; /* scratch buffer */
member in struct:__anon3158
1300
copyinstr(par->TargetName, state->
temp_buf
, ISCSI_STRING_LENGTH - 1,
1303
state->
temp_buf
[0] = 0;
1307
if ((!sz || !state->
temp_buf
[0]) &&
1313
if (state->
temp_buf
[0]) {
1314
set_key_s(state, K_TargetName, state->
temp_buf
);
1476
chap_md5_response(state->
temp_buf
, identifier,
1479
cpar = set_key_s(state, K_Auth_CHAP_Response, state->
temp_buf
);
1493
&state->
temp_buf
[CHAP_MD5_SIZE],
1496
state->
temp_buf
[CHAP_MD5_SIZE])
[
all
...]
/src/sys/kern/
vfs_vnode.c
1866
uint8_t
temp_buf
[64], *temp_key;
local
1914
if (vip->vi_key.vk_key_len > sizeof(
temp_buf
)) {
1917
temp_key =
temp_buf
;
1972
if (temp_key !=
temp_buf
)
Completed in 16 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026