HomeSort by relevance Sort by last modified time
    Searched defs:node1 (Results 1 - 5 of 5) sorted by null

  /netvirt/usr/src/cmd/awk/
parse.c 58 node1(int a, Node *b) function
131 x = node1(a, b);
141 x = node1(a, b);
193 x = node1(0, (Node *)a);
  /netvirt/usr/src/cmd/oawk/
parse.c 65 NODE *node1(a, b) NODE *b; function
148 x = node1(a, b);
159 x = node1(a, b);
  /netvirt/usr/src/uts/common/fs/zfs/
dsl_deleg.c 380 const perm_set_t *node1 = arg1; local
384 val = strcmp(node1->p_setname, node2->p_setname);
zfs_fuid.c 80 const fuid_idx_t *node1 = arg1; local
83 if (node1->f_idx < node2->f_idx)
85 else if (node1->f_idx > node2->f_idx)
96 const fuid_domain_t *node1 = arg1; local
100 val = strcmp(node1->f_ksid->kd_name, node2->f_ksid->kd_name);
  /netvirt/usr/src/lib/libzfs/common/
libzfs_dataset.c 1211 const zfs_perm_node_t *node1 = arg1; local
1215 ret = strcmp(node1->z_pname, node2->z_pname);
    [all...]

Completed in 5755 milliseconds