Searched refs:tmp_entry (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libpkg/common/ |
H A D | pkgtrans.c | 775 char path[MAXPATHLEN], tmp_entry[ENTRY_MAX]; in genheader() local 854 if (snprintf(tmp_entry, ENTRY_MAX, "%s %d %d", in genheader() 862 if (cat_and_count(&hdrbuf, tmp_entry)) { in genheader() 885 (void) snprintf(tmp_entry, ENTRY_MAX, in genheader() 887 if (cat_and_count(&hdrbuf, tmp_entry)) { in genheader() 928 char path[PATH_MAX], tmp_entry[ENTRY_MAX], in wdsheader() local 994 entry_size = sprintf(tmp_entry, in wdsheader() 998 if (write(list_fd, tmp_entry, in wdsheader() 1081 entry_size = snprintf(tmp_entry, sizeof (tmp_entry), in wdsheader() 1085 if (write(list_fd, tmp_entry, in wdsheader() [all …]
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_targetparam.c | 57 iscsi_targetparam_entry_t *curr_entry, *tmp_entry; in iscsi_targetparam_cleanup() local 63 tmp_entry = curr_entry->next; in iscsi_targetparam_cleanup() 65 curr_entry = tmp_entry; in iscsi_targetparam_cleanup()
|
/titanic_50/usr/src/cmd/krb5/krb5kdc/ |
H A D | kdc_preauth.c | 1334 krb5_etype_info_entry * tmp_entry; in _make_etype_info_entry() local 1337 if ((tmp_entry = malloc(sizeof(krb5_etype_info_entry))) == NULL) in _make_etype_info_entry() 1342 tmp_entry->magic = KV5M_ETYPE_INFO_ENTRY; in _make_etype_info_entry() 1343 tmp_entry->etype = etype; in _make_etype_info_entry() 1344 tmp_entry->length = KRB5_ETYPE_NO_SALT; in _make_etype_info_entry() 1345 tmp_entry->salt = 0; in _make_etype_info_entry() 1346 tmp_entry->s2kparams.data = NULL; in _make_etype_info_entry() 1347 tmp_entry->s2kparams.length = 0; in _make_etype_info_entry() 1358 tmp_entry->s2kparams.data = malloc(1); in _make_etype_info_entry() 1359 if (tmp_entry->s2kparams.data == NULL) { in _make_etype_info_entry() [all …]
|
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 16045 struct fcp_black_list_entry *tmp_entry = *pplun_blacklist; in fcp_add_one_mask() local 16050 while (tmp_entry) { in fcp_add_one_mask() 16051 if ((bcmp(&tmp_entry->wwn, &wwn, in fcp_add_one_mask() 16052 sizeof (la_wwn_t)) == 0) && (tmp_entry->lun == lun_id)) { in fcp_add_one_mask() 16056 tmp_entry = tmp_entry->next; in fcp_add_one_mask() 16104 struct fcp_black_list_entry *tmp_entry = *pplun_blacklist; in fcp_cleanup_blacklist() local 16111 while (tmp_entry) { in fcp_cleanup_blacklist() 16112 current_entry = tmp_entry; in fcp_cleanup_blacklist() 16113 tmp_entry = tmp_entry->next; in fcp_cleanup_blacklist()
|