Home
last modified time | relevance | path

Searched refs:tmp_entry (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_targetparam.c57 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()
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgtrans.c632 char path[MAXPATHLEN], tmp_entry[ENTRY_MAX]; in genheader() local
711 if (snprintf(tmp_entry, ENTRY_MAX, "%s %d %d", in genheader()
719 if (cat_and_count(&hdrbuf, tmp_entry)) { in genheader()
742 (void) snprintf(tmp_entry, ENTRY_MAX, in genheader()
744 if (cat_and_count(&hdrbuf, tmp_entry)) { in genheader()
784 char tmp_entry[ENTRY_MAX], tmp_file[L_tmpnam+1]; in wdsheader() local
842 entry_size = sprintf(tmp_entry, in wdsheader()
846 if (write(list_fd, tmp_entry, in wdsheader()
858 (void) snprintf(tmp_entry, sizeof (tmp_entry), in wdsheader()
861 if (n = esystem(tmp_entry, list_fd, ds_fd)) { in wdsheader()
[all …]
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_preauth.c1343 tmp_entry->etype = etype; 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()
1363 tmp_entry->s2kparams.length = 1; in _make_etype_info_entry()
1372 tmp_entry->length = salt.length; in _make_etype_info_entry()
1376 *entry = tmp_entry; in _make_etype_info_entry()
1380 if (tmp_entry) { in _make_etype_info_entry()
1381 if (tmp_entry->s2kparams.data) in _make_etype_info_entry()
1382 free(tmp_entry->s2kparams.data); in _make_etype_info_entry()
[all …]
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt244 - void OSAL_LIST_FOR_EACH_ENTRY_SAFE(type *entry, type *tmp_entry,
255 points to the same type as `entry' (`tmp_entry'), and is safe in the
258 If breaking from the loop one can assume `tmp_entry' would point to
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c16036 struct fcp_black_list_entry *tmp_entry = *pplun_blacklist; in fcp_add_one_mask() local
16041 while (tmp_entry) { in fcp_add_one_mask()
16042 if ((bcmp(&tmp_entry->wwn, &wwn, in fcp_add_one_mask()
16043 sizeof (la_wwn_t)) == 0) && (tmp_entry->lun == lun_id)) { in fcp_add_one_mask()
16047 tmp_entry = tmp_entry->next; in fcp_add_one_mask()
16097 struct fcp_black_list_entry *tmp_entry = *pplun_blacklist; in fcp_cleanup_blacklist() local
16104 while (tmp_entry) { in fcp_cleanup_blacklist()
16105 current_entry = tmp_entry; in fcp_cleanup_blacklist()
16106 tmp_entry = tmp_entry->next; in fcp_cleanup_blacklist()