OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ref_p
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libisns/
isns.c
194
struct isns_refresh_s *
ref_p
;
local in function:isns_init_reg_refresh
205
ref_p
= (struct isns_refresh_s *)
207
if (
ref_p
== NULL) {
212
(void) snprintf(
ref_p
->node, sizeof(
ref_p
->node), "%.*s",
213
(int)sizeof(
ref_p
->node)-1, node);
214
ref_p
->interval = interval;
215
ref_p
->trans_p = NULL;
216
task_p->var.init_refresh.
ref_p
=
ref_p
;
[
all
...]
isns_task.h
64
struct isns_refresh_s *
ref_p
;
member in struct:isns_task_var_u::__anon01da417b0408
isns_thread.c
510
struct isns_refresh_s *
ref_p
;
local in function:isns_kevent_timer_refresh
518
ref_p
= cfg_p->refresh_p;
519
if ((
ref_p
== NULL) || (
ref_p
->node[0] == '\0'))
522
if (
ref_p
->trans_p != NULL) {
524
rval = isns_get_pdu_response_status(
ref_p
->trans_p, &status);
531
isns_free_trans(
ref_p
->trans_p);
532
ref_p
->trans_p = NULL;
542
ref_p
->trans_p = (struct isns_trans_s *)trans;
544
isns_add_string(trans, isnst_iSCSIName,
ref_p
->node)
[
all
...]
Completed in 12 milliseconds
Indexes created Mon Sep 22 21:09:42 GMT 2025