Searched refs:p_n (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/ |
H A D | ses_dev.c | 91 ses_aps_add(topo_mod_t *mod, char ***p_aps, int *p_n, const char *new) argument 93 int n = *p_n; /* current number of elements */ 96 if ((p_aps == NULL) || (p_n == NULL)) 107 *p_n = (n + 1); 112 ses_aps_findadd(topo_mod_t *mod, char ***p_aps, int *p_n, const char *new, argument 115 int n = *p_n; 118 if ((p_aps == NULL) || (p_n == NULL)) 123 return (ses_aps_add(mod, p_aps, p_n, new));
|
/osnet-11/usr/src/lib/fm/topo/modules/common/disk/common/ |
H A D | disk_common.c | 698 aps_add(topo_mod_t *mod, char ***p_aps, int *p_n, const char *new) argument 700 int n = *p_n; /* current number of elements */ 703 if ((p_aps == NULL) || (p_n == NULL)) 714 *p_n = (n + 1); 719 aps_findadd(topo_mod_t *mod, char ***p_aps, int *p_n, const char *new, argument 722 int n = *p_n; 725 if ((p_aps == NULL) || (p_n == NULL)) 730 return (aps_add(mod, p_aps, p_n, new));
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | elgamal.c | 93 static struct { unsigned int p_n, q_n; } t[] = member in struct:__anon514 118 for(i=0; t[i].p_n; i++ ) 120 if( n <= t[i].p_n )
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/ |
H A D | elgamal.c | 93 static struct { unsigned int p_n, q_n; } t[] = member in struct:__anon564 118 for(i=0; t[i].p_n; i++ ) 120 if( n <= t[i].p_n )
|
Completed in 29 milliseconds