Searched refs:nelt (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dputwin.c57 int maxx, nelt; local
61 nelt = sizeof (WINDOW) - sizeof (win->_y) - sizeof (win->_parent) -
65 if (fwrite((char *) &(win->_cury), 1, nelt, filep) != nelt)
H A Dgetwin.c54 short *save_fch, win_nums[SEPARATE_READ], maxy, maxx, nelt; local
60 nelt = sizeof (WINDOW) - sizeof (win->_y) - sizeof (win->_parent) -
77 if (fread(&(win->_flags), 1, nelt, filep) != nelt)
/illumos-gate/usr/src/lib/libipp/
H A Dlibipp.c99 int nelt; member in struct:array_desc_t
435 ad.nelt = 0;
439 *neltp = ad.nelt;
498 ad.nelt = 0;
502 *neltp = ad.nelt;
526 int nelt)
530 assert(array[nelt] == NULL);
532 for (i = 0; i < nelt; i++)
629 uint_t nelt; local
646 &nelt)) !
524 ipp_free_array( char **array, int nelt) argument
[all...]
/illumos-gate/usr/src/uts/common/ipp/
H A Dippctl.c848 int nelt)
856 modname_array, nelt));
865 int nelt)
873 aname_array, nelt));
1372 int nelt; local
1386 if ((ipp_rc = ipp_list_mods(&mid_array, &nelt)) == 0) {
1393 if (nelt > 0) {
1394 length = nelt * sizeof (char *);
1397 for (i = 0; i < nelt; i++) {
1400 kmem_free(mid_array, nelt *
845 ippctl_attach_modname_array( nvlist_t *nvlp, char **modname_array, int nelt) argument
862 ippctl_attach_aname_array( nvlist_t *nvlp, char **aname_array, int nelt) argument
1458 int nelt; local
[all...]
H A Dippconf.c1998 int nelt; local
2009 nelt = 0;
2011 nelt++;
2013 DBG1(DBG_LIST, "%d actions found\n", nelt);
2019 if (nelt == 0) {
2029 length = nelt * sizeof (ipp_action_id_t);
2038 *neltp = nelt;
/illumos-gate/usr/src/cmd/mdb/common/modules/ipp/
H A Dipp.c570 uint_t nelt)
578 array = mdb_alloc(sizeof (ipp_class_t) * nelt, UM_SLEEP);
579 if (mdb_vread(array, sizeof (ipp_class_t) * nelt, ptr) == -1) {
584 for (i = 0; i < nelt; i++) {
597 mdb_free(cp, sizeof (ipp_class_t) * nelt);
603 uint_t nelt)
611 array = mdb_alloc(sizeof (ipp_log_t) * nelt, UM_SLEEP);
612 if (mdb_vread(array, sizeof (ipp_log_t) * nelt, ptr) == -1) {
617 for (i = 0; i < nelt; i++) {
630 mdb_free(lp, sizeof (ipp_log_t) * nelt);
568 dump_classes( uintptr_t ptr, uint_t nelt) argument
601 dump_log( uintptr_t ptr, uint_t nelt) argument
[all...]

Completed in 88 milliseconds