/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | iexpr.c | 139 iexpr_cmp(struct node *np1, struct node *np2) argument 143 if (np1 == np2) 146 if (np1 == NULL) 152 if (np1->t != np2->t) 153 return (np2->t - np1->t); 156 switch (np1->t) { 158 return (np2->u.globid.s - np1->u.globid.s); 184 diff = iexpr_cmp(np1->u.expr.left, np2->u.expr.left); 187 return (iexpr_cmp(np1->u.expr.right, np2->u.expr.right)); 190 if (np2->u.name.s != np1 [all...] |
H A D | itree.c | 278 struct node *npref, *npend, *np1, *np2; local 293 for (np1 = npref, np2 = oldepname; 294 np1 != NULL && np2 != NULL; 295 np1 = np1->u.name.next, np2 = np2->u.name.next) { 296 if (np1->u.name.s != np2->u.name.s) 301 npend = np1; 302 if (np1 == NULL) { 1189 struct node *np1, *np2, *oldepname, *oldnptop; local 1242 for (np1 [all...] |
H A D | eval.c | 1890 struct node *np1, *np2; local 1899 for (np1 = np, 1901 np1 != NULL && np2 != NULL; 1902 np1 = np1->u.name.next, 1904 if (strcmp(np1->u.name.s, 1907 if (np1->u.name.child->t != 1910 if (np1->u.name.child->t == T_NUM && 1911 np1->u.name.child->u.ull != 1914 if (np1 [all...] |
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | tree.c | 320 tree_treecmp(struct node *np1, struct node *np2, enum nodetype t, argument 323 if (np1 == NULL || np2 == NULL) 326 if (np1->t != np2->t) 331 if (np1->t == t) 332 return ((*cmp_func)(np1, np2)); 334 switch (np1->t) { 336 if (tree_treecmp(np1->u.name.child, np2->u.name.child, t, 339 return (tree_treecmp(np1->u.name.next, np2->u.name.next, t, 344 return (tree_treecmp(np1->u.func.arglist, np2->u.func.arglist, 372 if (tree_treecmp(np1 631 tree_name_append(struct node *np1, struct node *np2) argument 706 tree_name_iterator(struct node *np1, struct node *np2) argument 1343 tree_namecmp(struct node *np1, struct node *np2) argument 1366 tree_eventcmp(struct node *np1, struct node *np2) argument [all...] |
H A D | tree.h | 287 struct node *tree_name_append(struct node *np1, struct node *np2); 288 struct node *tree_name_repairdash(struct node *np1, const char *s); 289 struct node *tree_name_repairdash2(const char *s, struct node *np1); 290 struct node *tree_name_iterator(struct node *np1, struct node *np2); 316 int tree_namecmp(struct node *np1, struct node *np2); 317 int tree_eventcmp(struct node *np1, struct node *np2);
|
/illumos-gate/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_check.c | 508 mdname_t *np1, /* first comp */ 515 mdnmtype_t type1 = np1->drivenamep->type; 568 if ((np1 == NULL) || (np2 == NULL)) 572 if (np1 == np2) 575 name1 = np1->bname; 683 if (! ((sscanf(np1->bname, "/dev/%*[^0-9/]%*u%*[a-h]%n", &l) == 0 && 684 l == strlen(np1->bname)) || 689 if (np1->drivenamep == np2->drivenamep) 695 if (meta_getmajor(np1->dev) != meta_getmajor(np2->dev)) 698 if (((cinfop1 = metagetcinfo(np1, e 507 meta_check_samedrive( mdname_t *np1, mdname_t *np2, md_error_t *ep ) argument 724 meta_check_overlap( char *uname, mdname_t *np1, diskaddr_t slblk1, diskaddr_t nblks1, mdname_t *np2, diskaddr_t slblk2, diskaddr_t nblks2, md_error_t *ep ) argument [all...] |
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | printgprof.c | 360 nltype *np1 = *npp1; local 364 diff = (np1->propself + np1->propchild) - 371 if (np1->name == 0 && np1->cycleno != 0) 375 if (np1->name == 0) 380 if (*(np1->name) != '_' && *(np2->name) == '_') 382 if (*(np1->name) == '_' && *(np2->name) != '_') 384 if (np1->ncall > np2->ncall) 386 if (np1 [all...] |
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | irpmarshall.c | 2016 struct netent *np1 = getnetbyname(argv[1]); local 2017 ne.n_name = np1->n_name; 2018 ne.n_aliases = np1->n_aliases; 2019 ne.n_addrtype = np1->n_addrtype; 2020 ne.n_addr = &np1->n_net; 2021 ne.n_length = (IN_CLASSA(np1->n_net) ? 2023 (IN_CLASSB(np1->n_net) ? 2025 (IN_CLASSC(np1->n_net) ? 2027 np1->n_net = htonl(np1 [all...] |
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | sml.c | 3068 char *np1; local 3121 np1 = NULL; 3122 r = _smlWriteParamValue(&np1, tag->params[k].value); 3123 if ((np1 == NULL) || (r != RESULT_OK)) { 3127 ns = sml_strPrintf("%s%s%s", *a_str, np0, np1); 3133 free(np1);
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | config.sub | 331 | none-* | np1-* | ns16k-* | ns32k-* \ 751 np1) 752 basic_machine=np1-gould
|
/illumos-gate/usr/src/head/ |
H A D | meta.h | 693 extern int meta_check_samedrive(mdname_t *np1, mdname_t *np2, 695 extern int meta_check_overlap(char *uname, mdname_t *np1,
|