Home
last modified time | relevance | path

Searched refs:fhandle (Results 1 – 7 of 7) sorted by relevance

/external/iproute2/tc/
Dtc.c72 static int print_nofopt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 fhandle) in print_nofopt() argument
76 fhandle, (unsigned int) RTA_PAYLOAD(opt)); in print_nofopt()
77 else if (fhandle) in print_nofopt()
78 fprintf(f, "fh %08x ", fhandle); in print_nofopt()
82 static int parse_nofopt(struct filter_util *qu, char *fhandle, int argc, char **argv, struct nlmsgh… in parse_nofopt() argument
90 if (fhandle) { in parse_nofopt()
93 if (get_u32(&handle, fhandle, 16)) { in parse_nofopt()
94 fprintf(stderr, "Unparsable filter ID \"%s\"\n", fhandle); in parse_nofopt()
Dtc_filter.c64 char *fhandle = NULL; in tc_filter_modify() local
112 if (fhandle) in tc_filter_modify()
114 fhandle = *argv; in tc_filter_modify()
165 if (q->parse_fopt(q, fhandle, argc, argv, &req.n)) in tc_filter_modify()
168 if (fhandle) { in tc_filter_modify()
341 char *fhandle = NULL; in tc_filter_get() local
384 if (fhandle) in tc_filter_get()
386 fhandle = *argv; in tc_filter_get()
455 if (q->parse_fopt(q, fhandle, argc, argv, &req.n)) in tc_filter_get()
459 if (!fhandle) { in tc_filter_get()
[all …]
Dtc_util.h42 int (*parse_fopt)(struct filter_util *qu, char *fhandle,
45 FILE *f, struct rtattr *opt, __u32 fhandle);
/external/autotest/server/site_tests/enterprise_CFM_HuddlyUpdater/
Dparse_unittest.py29 with open(filename, 'r') as fhandle:
30 chunk = fhandle.read()
/external/autotest/server/site_tests/enterprise_CFM_AutoZoomSanity/
Denterprise_CFM_AutoZoomSanity.py94 with open(log_file, 'r') as fhandle:
95 if _AUTOZOOM_IS_RUNNING_STRING in fhandle.read():
/external/python/cpython2/Demo/rpc/
Dmountclient.py29 def pack_fhandle(self, fhandle): argument
30 self.pack_fopaque(FHSIZE, fhandle)
/external/tensorflow/tensorflow/core/kernels/
Dbatch_kernels.cc213 FunctionLibraryRuntime::Handle fhandle, in Create() argument
230 new_resource->fhandle_ = fhandle; in Create()