Home
last modified time | relevance | path

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

/freebsd-12.1/stand/libsa/zfs/
H A Dzfsimpl.c246 int namelen, pairtype, elements; in nvlist_find() local
252 xdr_int(&p, &pairtype); in nvlist_find()
254 if (!memcmp(name, pairname, namelen) && type == pairtype) { in nvlist_find()
307 int namelen, pairtype; in nvlist_check_features_for_read() local
316 xdr_int(&p, &pairtype); in nvlist_check_features_for_read()
416 int namelen, pairtype, elements; in nvlist_print() local
422 xdr_int(&p, &pairtype); in nvlist_print()
426 printf("%s %s", typenames[pairtype], pairname); in nvlist_print()
429 switch (pairtype) { in nvlist_print()
456 printf("%s %s", typenames[pairtype], pairname); in nvlist_print()