Searched refs:fhandle (Results 1 – 7 of 7) sorted by relevance
/external/iproute2/tc/ |
D | tc.c | 72 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()
|
D | tc_filter.c | 64 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 …]
|
D | tc_util.h | 42 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/ |
D | parse_unittest.py | 29 with open(filename, 'r') as fhandle: 30 chunk = fhandle.read()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | batch_kernels.cc | 89 FunctionLibraryRuntime::Handle fhandle, in Create() argument 99 fhandle, flib, std::move(batcher), in Create() 112 FunctionLibraryRuntime::Handle fhandle, FunctionLibraryRuntime* flib, in Create() argument 119 fhandle, flib, std::move(batcher), in Create() 130 BatchResource(FunctionLibraryRuntime::Handle fhandle, in BatchResource() argument 135 /*has_process_batch_function=*/fhandle != kInvalidHandle, in BatchResource() 138 fhandle_(fhandle), in BatchResource() 141 BatchResource(FunctionLibraryRuntime::Handle fhandle, in BatchResource() argument 147 /*has_process_batch_function=*/fhandle != kInvalidHandle, in BatchResource() 150 fhandle_(fhandle), in BatchResource()
|
/external/autotest/server/site_tests/enterprise_CFM_AutoZoomSanity/ |
D | enterprise_CFM_AutoZoomSanity.py | 94 with open(log_file, 'r') as fhandle: 95 if _AUTOZOOM_IS_RUNNING_STRING in fhandle.read():
|
/external/python/cpython2/Demo/rpc/ |
D | mountclient.py | 29 def pack_fhandle(self, fhandle): argument 30 self.pack_fopaque(FHSIZE, fhandle)
|