Searched defs:nent (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | nhash.h | 49 int nent; member in struct:bucket_t
|
H A D | ncgrpw.c | 417 int nent = 0; /* Number of entries in the member list. */ local 446 * First count the members. The nent variable will be 449 for (tp = grp->gr_mem; *tp; nent++, tp++); 452 memp = malloc(sizeof (char **)* (nent+1)); 457 (sizeof (char **)* (nent+1)), 468 for (nent = 0, tp = grp->gr_mem; *tp; tp++) { 469 if ((memp[nent++] = strdup(*tp)) == NULL) { 486 memp[nent++] = '\0';
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | event_port.c | 140 port_sendn(int ports[], int errors[], uint_t nent, int events, void *user) argument 146 if (nent <= PORT_MAX_LIST) { 148 (uintptr_t)ports, (uintptr_t)errors, nent, events, 155 for (offset = 0; offset < nent; ) { 156 lnent = nent - offset; 157 if (nent - offset > PORT_MAX_LIST) 160 lnent = nent - offset;
|
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_2xml.c | 123 int nent = sizeof (c2esc) / sizeof (*c2esc); local 150 for (j = 0; j < nent; j++) { 154 if (j < nent) { 180 for (j = 0; j < nent; j++) { 184 if (j < nent) {
|
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_realm.c | 325 int nent = 0; local 327 &nent)) != LDAP_SUCCESS)
|
/osnet-11/usr/src/lib/libc/port/aio/ |
H A D | posix_aio.c | 127 int nent, struct sigevent *_RESTRICT_KYWD sigevp) 146 if (nent <= 0 || nent > aio_list_max) { 163 for (i = 0; i < nent; i++) { 187 error = (int)_kaio(AIOLIO, mode, list, nent, sigevp); 232 head->lio_nent = head->lio_refcnt = nent; 238 for (i = 0; i < nent; i++) { 290 if ((nent - aio_ufs) > 0) 291 (void) _kaio(AIOLIOWAIT, mode, list, nent, sigevp); 311 for (i = 0; i < nent; 126 lio_listio(int mode, aiocb_t *_RESTRICT_KYWD const *_RESTRICT_KYWD list, int nent, struct sigevent *_RESTRICT_KYWD sigevp) argument 346 __aio_suspend(void **list, int nent, const timespec_t *timo, int largefile) argument 630 aio_suspend(const aiocb_t * const list[], int nent, const timespec_t *timeout) argument 940 __aio_waitn(void **list, uint_t nent, uint_t *nwait, const timespec_t *utimo) argument 1207 aio_waitn(aiocb_t *list[], uint_t nent, uint_t *nwait, const timespec_t *timeout) argument 1328 lio_listio64(int mode, aiocb64_t *_RESTRICT_KYWD const *_RESTRICT_KYWD list, int nent, struct sigevent *_RESTRICT_KYWD sigevp) argument 1527 aio_suspend64(const aiocb64_t * const list[], int nent, const timespec_t *timeout) argument 1786 aio_waitn64(aiocb64_t *list[], uint_t nent, uint_t *nwait, const timespec_t *timeout) argument [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | pp_sys.c | 4784 struct netent *nent; local 4790 nent = PerlSock_getnetbyname(name); 4799 nent = PerlSock_getnetbyaddr(addr, addrtype); 4806 nent = PerlSock_getnetent(); 4812 if (!nent) { 4825 if (nent) { 4827 sv_setiv(sv, (IV)nent->n_net); 4829 sv_setpv(sv, nent->n_name); 4834 if (nent) { 4836 sv_setpv(sv, nent [all...] |
Completed in 37 milliseconds