Searched refs:tmp_entry (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/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()
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | pkgtrans.c | 632 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 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 …]
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | osal.txt | 244 - 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 D | fcp.c | 16036 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()
|