Searched refs:inop (Results 1 – 2 of 2) sorted by relevance
/external/tcpdump/ |
D | parsenfsfh.c | 109 uint32_t *inop, in Parse_fh() argument 267 *inop = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]); in Parse_fh() 278 *inop = make_uint32(fhp[15], fhp[14], fhp[13], fhp[12]); in Parse_fh() 292 *inop = make_uint32(fhp[15], fhp[14], fhp[13], fhp[12]); in Parse_fh() 302 *inop = make_uint32(fhp[8], fhp[9], fhp[10], fhp[11]); in Parse_fh() 313 *inop = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]); in Parse_fh() 335 *inop = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]); in Parse_fh() 348 *inop = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]); in Parse_fh() 360 *inop = temp; in Parse_fh() 384 *inop = make_uint32(fhp[26], fhp[27], fhp[23], fhp[22]); in Parse_fh() [all …]
|
/external/libfuse/lib/ |
D | fuse.c | 914 const char *path, fuse_ino_t *inop) in lookup_path_in_cache() argument 939 *inop = ino; in lookup_path_in_cache()
|