OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:trgt
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libdm/
libdm_ioctl.c
599
libdm_target_t
trgt
;
local in function:libdm_cmd_get_target
601
trgt
= malloc(sizeof(*
trgt
));
602
if (
trgt
== NULL)
605
trgt
->ldm_trgt = prop_object_iterator_next(iter->ldm_obji);
606
if (
trgt
->ldm_trgt == NULL) {
607
free(
trgt
);
611
return
trgt
;
libdm_ioctl.c
599
libdm_target_t
trgt
;
local in function:libdm_cmd_get_target
601
trgt
= malloc(sizeof(*
trgt
));
602
if (
trgt
== NULL)
605
trgt
->ldm_trgt = prop_object_iterator_next(iter->ldm_obji);
606
if (
trgt
->ldm_trgt == NULL) {
607
free(
trgt
);
611
return
trgt
;
Completed in 49 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025