Searched refs:wa (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/lib/sun_sas/common/ |
H A D | Sun_sasRefreshInformation.c | 38 walkarg_t *wa = (walkarg_t *)arg; local 58 if ((strstr(fulldevpath, wa->devpath)) != NULL) { 63 *wa->flag = B_TRUE; 94 walkarg_t wa; local 127 wa.devpath = hba_ptr->device_path; 128 wa.flag = (boolean_t *)calloc(1, sizeof (boolean_t)); 129 *wa.flag = B_FALSE; 132 if (di_walk_node(root, DI_WALK_SIBFIRST, &wa, 137 S_FREE(wa.flag); 142 if (*wa [all...] |
H A D | Sun_sasRefreshAdapterConfiguration.c | 38 walkarg_t *wa = (walkarg_t *)arg; local 58 if ((strstr(fulldevpath, wa->devpath)) != NULL) { 59 *wa->flag = B_TRUE; 89 walkarg_t wa; local 117 wa.devpath = hba_ptr->device_path; 118 wa.flag = (boolean_t *)calloc(1, sizeof (boolean_t)); 119 *wa.flag = B_FALSE; 121 if (di_walk_node(root, DI_WALK_SIBFIRST, &wa, 126 S_FREE(wa.flag); 131 if (*wa [all...] |
H A D | devtree_hba_disco.c | 600 walkarg_t *wa = (walkarg_t *)arg; local 614 *(wa->flag) = B_TRUE; 635 walkarg_t wa; local 637 wa.devpath = NULL; 638 if ((wa.flag = (boolean_t *)calloc(1, 643 *wa.flag = B_FALSE; 644 rv = di_walk_node(root, DI_WALK_SIBFIRST, &wa, lookup_smhba_sas_hba); 662 } else if (*(wa.flag)) { 672 S_FREE(wa.flag);
|
/osnet-11/usr/src/lib/efcode/engine/ |
H A D | interp.c | 106 token_t *ip, *wa; local 115 wa = WA; 120 WA = wa;
|
/osnet-11/usr/src/lib/libadm/common/ |
H A D | fulldevnm.c | 112 char *wa; local 138 if ((wa = malloc(len)) == NULL) 141 (void) strcpy(wa, cwd); 142 (void) strcat(wa, "/"); 143 (void) strcat(wa, path); 145 return (wa);
|
/osnet-11/usr/src/lib/efcode/include/fcode/ |
H A D | engine.h | 181 token_t *wa; /* word address */ member in struct:FCODE_ENV 241 #define WA (env->wa)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
H A D | Concise.pm | 272 v} ca wa di rs ;; ; ;d }{ { } {} f{ it {l l} rt }l }n }r dm }g }e ^o
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/ |
H A D | List.pm | 1638 =item {wa} : Walloon
|
Completed in 23 milliseconds