Searched refs:nent (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Devent_port.c140 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/libpkg/common/
H A Dnhash.h49 int nent; member in struct:bucket_t
H A Dnhash.c122 if (bp->nent >= bp->nalloc) {
155 bp->itempp[bp->nent] = itemp;
156 bp->nent++;
176 for (i = 0; i < bp->nent; i++) {
H A Dncgrpw.c417 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/aio/
H A Dposix_aio.c127 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/lib/Net/
H A Dnetent.pm111 sv_setiv(sv, (I32)nent->n_net);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sys.c4784 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...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_realm.c325 int nent = 0; local
327 &nent)) != LDAP_SUCCESS)
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc1883 int aio_suspend64(const aiocb64_t * const list[], int nent,
1885 int aio_waitn64(aiocb64_t *list[], uint_t nent, uint_t *nwait,

Completed in 45 milliseconds