Searched refs:node2 (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/cmd/acct/ |
H A D | acctprc2.c | 76 int node_compare(const void *node1, const void *node2) argument 79 ((const struct utab *)node2)->ut_uid) 82 ((const struct utab *)node2)->ut_uid) 85 ((const struct utab *) node2)->ut_name));
|
H A D | acctprc.c | 108 int node_compare(const void *node1, const void *node2) argument 111 ((const struct utab *)node2)->ut_uid) 114 ((const struct utab *)node2)->ut_uid)
|
H A D | acctcon.c | 453 node_compare(const void *node1, const void *node2) argument 456 ((const struct ctab *)node2)->ct_uid) 459 ((const struct ctab *)node2)->ct_uid)
|
/illumos-gate/usr/src/cmd/tnf/prex/ |
H A D | list.c | 93 static int attrcompare(const void *node1, const void *node2); 94 static int valscompare(const void *node1, const void *node2); 420 const void *node2) 423 ((attr_node_t *) node2)->name); 434 const void *node2) 437 ((vals_node_t *) node2)->name); 419 attrcompare(const void *node1, const void *node2) argument 433 valscompare(const void *node1, const void *node2) argument
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | parse.c | 78 NODE *node2(a, b, c) NODE *b, *c; function 137 x = node2(a, b, c); 181 x = node2(a, b, c);
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | parse.c | 69 node2(int a, Node *b, Node *c) function 121 x = node2(a, b, c); 171 x = node2(a, b, c);
|
/illumos-gate/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_se_notify.c | 190 ev_compare(const void *node1, const void *node2) argument 193 ((const struct node *)node2)->se_ev));
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_fuid.c | 75 const fuid_domain_t *node2 = arg2; local 77 if (node1->f_idx < node2->f_idx) 79 else if (node1->f_idx > node2->f_idx) 91 const fuid_domain_t *node2 = arg2; local 94 val = strcmp(node1->f_ksid->kd_name, node2->f_ksid->kd_name);
|
H A D | sa.c | 246 const sa_lot_t *node2 = arg2; local 248 if (node1->lot_num > node2->lot_num) 250 else if (node1->lot_num < node2->lot_num) 259 const sa_lot_t *node2 = arg2; local 261 if (node1->lot_hash > node2->lot_hash) 263 if (node1->lot_hash < node2->lot_hash) 265 if (node1->lot_instance > node2->lot_instance) 267 if (node1->lot_instance < node2->lot_instance)
|
H A D | dsl_deleg.c | 388 const perm_set_t *node2 = arg2; local 391 val = strcmp(node1->p_setname, node2->p_setname);
|
/illumos-gate/usr/src/tools/onbld/Scm/ |
H A D | WorkSpace.py | 986 def diff(self, node1=None, node2=None, match=None, opts=None): 997 for chunk in patch.diff(self.repo, node1, node2, match=match,
|
Completed in 58 milliseconds