Home
last modified time | relevance | path

Searched refs:name_size (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/tic/
H A Dtic_read.c160 header.name_size = swap(header.name_size); in read_entry()
172 read(fd, TermNames, min(127, header.name_size)); in read_entry()
174 if (header.name_size > 127) in read_entry()
175 lseek(fd, (long)(header.name_size - 127), 1); in read_entry()
187 if ((header.name_size + header.bool_count) % 2 != 0) in read_entry()
H A Dtic_parse.c702 header.name_size = swap(namelen); in write_object()
709 header.name_size = namelen; in write_object()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dsetup.c153 short name_size; member
180 (header.name_size = getnum(fd)) < 0 || in __m_read_terminfo()
190 len = min(127, header.name_size); in __m_read_terminfo()
197 if (127 < header.name_size) in __m_read_terminfo()
198 (void) lseek(fd, (off_t) (header.name_size - 127), SEEK_CUR); in __m_read_terminfo()
214 if ((header.name_size + header.bool_count) % 2 != 0) in __m_read_terminfo()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dccdefname.c50 int name_size) in get_from_os() argument
58 retval = snprintf(name_buf, name_size, "FILE:/tmp/krb5cc_%d", in get_from_os()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dsetup.c137 || (header.name_size = getnum(fd)) < 0
145 len = min(127, header.name_size);
152 if (127 < header.name_size)
153 (void) lseek(fd, (off_t) (header.name_size - 127), SEEK_CUR);
171 if ((header.name_size + header.bool_count) % 2 != 0)
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dobject.h122 short name_size; /* Size of names section */ member
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dlogging_p.h23 size_t name_size; member
H A Dlogging.c615 chan->out.file.name_size = ((len / 256) + 1) * 256; in log_new_file_channel()
616 chan->out.file.name = memget(chan->out.file.name_size); in log_new_file_channel()
625 chan->out.file.name_size = 0; in log_new_file_channel()
705 chan->out.file.name_size); in log_free_channel()
/illumos-gate/usr/src/uts/common/sys/
H A Dstmf_ioctl.h174 uint16_t name_size; /* in bytes */ member
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c2519 ssize_t name_size; in gen_pg_pattern_pg_name() local
2521 name_size = scf_limit(SCF_LIMIT_MAX_NAME_LENGTH); in gen_pg_pattern_pg_name()
2522 pg_name = safe_malloc(name_size); in gen_pg_pattern_pg_name()
2537 name_size) >= name_size) { in gen_pg_pattern_pg_name()
2545 if (snprintf(pg_name, name_size, "%s%s", in gen_pg_pattern_pg_name()
2547 name_size) { in gen_pg_pattern_pg_name()
2563 if (snprintf(pg_name, name_size, "%s%s", prefix, name) >= in gen_pg_pattern_pg_name()
2564 name_size) { in gen_pg_pattern_pg_name()
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c1562 mdb_ddi_deviname(uintptr_t dip_addr, char *name, size_t name_size) in mdb_ddi_deviname() argument
1567 size_t local_name_size = name_size; in mdb_ddi_deviname()
1572 if (name_size < 1) { in mdb_ddi_deviname()
1581 if (name_size < 2) { in mdb_ddi_deviname()
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dcertgetsetop.c1107 int name_size = size + 2; in kmf_get_cert_crl_dist_pts() local
1109 if ((name_der = malloc(name_size)) == NULL) { in kmf_get_cert_crl_dist_pts()
1116 if (kmfber_read(asn1, name_der, name_size) != in kmf_get_cert_crl_dist_pts()
1117 (ber_slen_t)(name_size)) { in kmf_get_cert_crl_dist_pts()
1126 ret = parse_dp_name(name_der, name_size, dp); in kmf_get_cert_crl_dist_pts()
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dbdn.h695 name_size:8; member
714 name_size:8; member
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c949 grp_entry->group.name_size, in stmf_ioctl()
980 grp_entry->group.name_size, in stmf_ioctl()
1057 ve->ve_host_group.name_size = 1; in stmf_ioctl()
1061 ve->ve_target_group.name_size = 1; in stmf_ioctl()
1070 ve->ve_host_group.name_size, in stmf_ioctl()
1072 ve->ve_target_group.name_size, in stmf_ioctl()
1079 ve->ve_host_group.name_size, in stmf_ioctl()
1215 ve->ve_host_group.name_size = in stmf_ioctl()
1225 ve->ve_target_group.name_size = in stmf_ioctl()
1268 ve->ve_host_group.name_size = in stmf_ioctl()
[all …]
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c306 iGroupName.name_size = strlen((char *)groupName); in groupIoctl()
371 stmfGroupData.group.name_size = strlen((char *)groupName); in groupMemberIoctl()
649 ioctlViewEntry.ve_host_group.name_size = in addViewEntryIoctl()
656 ioctlViewEntry.ve_target_group.name_size = in addViewEntryIoctl()
3663 iGroupName.name_size = strlen((char *)groupName); in groupMemberListIoctl()
4869 fVeList[i].ve_host_group.name_size); in stmfGetViewEntryList()
4876 fVeList[i].ve_target_group.name_size); in stmfGetViewEntryList()
6791 ioctlViewEntry.ve_host_group.name_size = in validateLunNumIoctl()
6798 ioctlViewEntry.ve_target_group.name_size = in validateLunNumIoctl()
/illumos-gate/usr/src/cmd/krb5/kinit/
H A Dkinit.c94 DWORD name_size = sizeof(name); in get_name_from_os() local
95 if (GetUserName(name, &name_size)) { in get_name_from_os()