/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | ccdefname.c | 77 int name_length; local 107 name_length = strlen(name); 108 if (name_length >= MAXNAMLEN || name_length <=0) { 110 "bad file size %d\n", name_length); 113 new_name = malloc(name_length+1);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | get_names.c | 71 int name_length; local 101 name_length = HOST_NAME_LENGTH; 102 (void) sysinfo(SI_HOSTNAME, hostname, name_length);
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_targetparam.c | 113 int name_length; local 117 name_length = strlen((char *)name); 122 if ((name_length == strlen((char *)curr_entry->target_name)) && 124 (char *)name, name_length) == 0)) {
|
H A D | iscsi_doorclt.c | 336 req->name_length = strlen(name); 337 if (req->name_length > 350 req->name_length);
|
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_netlogon.c | 359 int name_length; local 370 name_length = strlen(hostname) + 2; 371 username = alloca(name_length); 372 (void) snprintf(username, name_length, "%s$", hostname); 379 name_length = strlen(mailbox)+1; 385 + name_length
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/ |
H A D | in.talkd.c | 74 int name_length = sizeof (hostname); local 78 (void) sysinfo(SI_HOSTNAME, hostname, name_length);
|
/illumos-gate/usr/src/lib/print/libipp-core/common/ |
H A D | read.c | 274 uint16_t name_length, value_length; local 304 if (iread(fd, &name_length, 2) != 2) { 309 name_length = (uint16_t)ntohs(name_length); 312 if (name_length != 0) { 313 if ((name = alloca(name_length + 1)) == NULL) { 318 (void) memset(name, 0, name_length + 1); 320 if (iread(fd, name, name_length) != name_length) {
|
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/ |
H A D | iscsi_door.h | 59 uint32_t name_length; member in struct:_getipnodebyname_req
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.file.c | 530 int name_length, looking_for_lognames; local 556 name_length = strlen_(name); 561 if (name_length == 0 && entry[0] == '.' && 581 entry, name_length, ++numitems)) 636 recognize(tchar *extended_name, tchar *entry, int name_length, int numitems) argument 652 if (len == name_length) /* Ambiguous to prefix? */
|
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | read.cc | 743 int name_length; local 799 name_length = name_string.text.p - name_start; 802 name_length = source_p - string_start; 809 name_length -= 2; 813 (name_start[name_length - 1] == (int) doublequote_char)) { 815 name_length -= 2; 822 name_length -= 2; 835 name_length); 838 name_length = include_name.text.p - name_start; 845 makefile_name = GETNAME(name_start, name_length); [all...] |
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor.c | 3035 uint8_t name_length; local 3081 name_length = (uint8_t)vpd.vpd_char[vpd_str_id + 1]; 3082 if (name_length > sizeof (state->ts_hca_name)) { 3084 name_length); 3088 name_length); 3089 state->ts_hca_name[name_length] = 0; 3092 vpd_ro_desc = name_length + 3; /* read-only tag location */ 3107 name_length);
|
/illumos-gate/usr/src/cmd/iscsid/ |
H A D | iscsid.c | 481 ((name + req->name_length) > ((char *)req + req_len))) {
|
/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/ |
H A D | problem.c | 500 table_info->index_oid_len = table_info->indexes->name_length; 502 table_info->indexes->name_length);
|
H A D | module.c | 485 if (build_oid(&var->name, &var->name_length, tmpoid,
|
H A D | resource.c | 498 if (build_oid(&var->name, &var->name_length, tmpoid,
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon.c | 4223 uint8_t name_length; local 4267 name_length = (uint8_t)vpd.vpd_char[vpd_str_id + 1]; 4268 if (name_length > sizeof (state->hs_hca_name)) { 4270 name_length); 4274 name_length); 4275 state->hs_hca_name[name_length] = 0; 4278 vpd_ro_desc = name_length + 3; /* read-only tag location */ 4292 name_length);
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_if.c | 3196 int name_length; local 3203 name_length = mi_strlen(name) + 1; 3215 if ((ill_interface->illif_name_len == name_length) && 3237 ill_interface->illif_name_len = name_length;
|