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 Dses_dev.c91 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 Ddisk_common.c698 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 Delgamal.c93 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 Delgamal.c93 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 48 milliseconds