Searched refs:nelt (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | putwin.c | 57 int maxx, nelt; in putwin() local 61 nelt = sizeof (WINDOW) - sizeof (win->_y) - sizeof (win->_parent) - in putwin() 65 if (fwrite((char *) &(win->_cury), 1, nelt, filep) != nelt) in putwin()
|
H A D | getwin.c | 54 short *save_fch, win_nums[SEPARATE_READ], maxy, maxx, nelt; in getwin() local 60 nelt = sizeof (WINDOW) - sizeof (win->_y) - sizeof (win->_parent) - in getwin() 77 if (fread(&(win->_flags), 1, nelt, filep) != nelt) in getwin()
|
/titanic_41/usr/src/uts/common/ipp/ |
H A D | ippctl.c | 848 int nelt) in ippctl_attach_modname_array() argument 856 modname_array, nelt)); in ippctl_attach_modname_array() 865 int nelt) in ippctl_attach_aname_array() argument 873 aname_array, nelt)); in ippctl_attach_aname_array() 1373 int nelt; in ippctl_list_mods() local 1387 if ((ipp_rc = ipp_list_mods(&mid_array, &nelt)) == 0) { in ippctl_list_mods() 1394 if (nelt > 0) { in ippctl_list_mods() 1395 length = nelt * sizeof (char *); in ippctl_list_mods() 1398 for (i = 0; i < nelt; i++) { in ippctl_list_mods() 1401 kmem_free(mid_array, nelt * in ippctl_list_mods() [all …]
|
H A D | ippconf.c | 1998 int nelt; in get_mod_ref() local 2009 nelt = 0; in get_mod_ref() 2011 nelt++; in get_mod_ref() 2013 DBG1(DBG_LIST, "%d actions found\n", nelt); in get_mod_ref() 2019 if (nelt == 0) { in get_mod_ref() 2029 length = nelt * sizeof (ipp_action_id_t); in get_mod_ref() 2038 *neltp = nelt; in get_mod_ref()
|
/titanic_41/usr/src/lib/libipp/ |
H A D | libipp.c | 101 int nelt; member 440 ad.nelt = 0; in ipp_list_mods() 444 *neltp = ad.nelt; in ipp_list_mods() 504 ad.nelt = 0; in ipp_mod_list_actions() 508 *neltp = ad.nelt; in ipp_mod_list_actions() 533 int nelt) in ipp_free_array() argument 537 assert(array[nelt] == NULL); in ipp_free_array() 539 for (i = 0; i < nelt; i++) in ipp_free_array() 636 uint_t nelt; in string_array_callback() local 653 &nelt)) != 0) { in string_array_callback() [all …]
|
/titanic_41/usr/src/cmd/mdb/common/modules/ipp/ |
H A D | ipp.c | 570 uint_t nelt) in dump_classes() argument 578 array = mdb_alloc(sizeof (ipp_class_t) * nelt, UM_SLEEP); in dump_classes() 579 if (mdb_vread(array, sizeof (ipp_class_t) * nelt, ptr) == -1) { in dump_classes() 584 for (i = 0; i < nelt; i++) { in dump_classes() 597 mdb_free(cp, sizeof (ipp_class_t) * nelt); in dump_classes() 603 uint_t nelt) in dump_log() argument 611 array = mdb_alloc(sizeof (ipp_log_t) * nelt, UM_SLEEP); in dump_log() 612 if (mdb_vread(array, sizeof (ipp_log_t) * nelt, ptr) == -1) { in dump_log() 617 for (i = 0; i < nelt; i++) { in dump_log() 630 mdb_free(lp, sizeof (ipp_log_t) * nelt); in dump_log()
|