/titanic_50/usr/src/lib/libadutils/common/ |
H A D | adutils_threadfuncs.c | 185 struct adutils_lderrno *le; in adutils_get_lderrno_struct() local 188 le = pthread_getspecific(adutils_lderrno_key); in adutils_get_lderrno_struct() 189 if (le == NULL) { in adutils_get_lderrno_struct() 190 le = calloc(1, sizeof (*le)); in adutils_get_lderrno_struct() 191 if (le == NULL) { in adutils_get_lderrno_struct() 197 rc = pthread_setspecific(adutils_lderrno_key, le); in adutils_get_lderrno_struct() 203 free(le); in adutils_get_lderrno_struct() 208 return (le); in adutils_get_lderrno_struct() 219 struct adutils_lderrno *le; in adutils_set_lderrno() local 221 le = adutils_get_lderrno_struct(); in adutils_set_lderrno() [all …]
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zap_leaf.c | 129 struct zap_leaf_entry *le; in zap_leaf_byteswap() local 133 le = &lc->l_entry; in zap_leaf_byteswap() 135 le->le_type = BSWAP_8(le->le_type); in zap_leaf_byteswap() 136 le->le_value_intlen = BSWAP_8(le->le_value_intlen); in zap_leaf_byteswap() 137 le->le_next = BSWAP_16(le->le_next); in zap_leaf_byteswap() 138 le->le_name_chunk = BSWAP_16(le->le_name_chunk); in zap_leaf_byteswap() 139 le->le_name_numints = BSWAP_16(le->le_name_numints); in zap_leaf_byteswap() 140 le->le_value_chunk = BSWAP_16(le->le_value_chunk); in zap_leaf_byteswap() 141 le->le_value_numints = BSWAP_16(le->le_value_numints); in zap_leaf_byteswap() 142 le->le_cd = BSWAP_32(le->le_cd); in zap_leaf_byteswap() [all …]
|
H A D | arc.c | 1225 static void l2arc_hdr_restore(const l2arc_log_ent_phys_t *le, 7624 l2arc_hdr_restore(const l2arc_log_ent_phys_t *le, l2arc_dev_t *dev, in l2arc_hdr_restore() argument 7629 arc_buf_contents_t type = LE_GET_TYPE(le); in l2arc_hdr_restore() 7636 ASSERT(L2ARC_IS_VALID_COMPRESS(LE_GET_COMPRESS(le)) || in l2arc_hdr_restore() 7637 LE_GET_COMPRESS(le) == ZIO_COMPRESS_OFF); in l2arc_hdr_restore() 7638 hdr = arc_buf_alloc_l2only(load_guid, LE_GET_LSIZE(le), type, in l2arc_hdr_restore() 7639 dev, le->le_dva, le->le_daddr, LE_GET_PSIZE(le), le->le_birth, in l2arc_hdr_restore() 7640 le->le_freeze_cksum, LE_GET_COMPRESS(le)); in l2arc_hdr_restore() 7862 l2arc_log_ent_phys_t *le; in l2arc_log_blk_insert() local 7867 le = &lb->lb_entries[index]; in l2arc_log_blk_insert() [all …]
|
/titanic_50/usr/src/tools/ctf/common/ |
H A D | list.c | 49 list_t *le; in list_add() local 51 le = xmalloc(sizeof (list_t)); in list_add() 52 le->l_data = data; in list_add() 53 le->l_next = *list; in list_add() 54 *list = le; in list_add() 82 list_t *le, **le2; in list_remove() local 88 for (le = *list, le2 = list; le; le2 = &le->l_next, le = le->l_next) { in list_remove() 89 if (cmp(le->l_data, data, private) == 0) { in list_remove() 90 *le2 = le->l_next; in list_remove() 91 led = le->l_data; in list_remove() [all …]
|
/titanic_50/usr/src/cmd/sort/common/ |
H A D | internal.c | 94 ssize_t le; /* boundary of left equal partition */ in tqs_algorithm() local 118 le = rand() % n; in tqs_algorithm() 119 swap((void **)&X[0], (void **)&X[le]); in tqs_algorithm() 121 le = l = 1; in tqs_algorithm() 128 swap((void **)&X[le++], (void **)&X[l]); in tqs_algorithm() 148 p = MIN(le, l - le); in tqs_algorithm() 156 p = l - le; in tqs_algorithm() 192 ssize_t le; /* boundary of left equal partition */ in rqs_algorithm() local 215 le = rand() % n; in rqs_algorithm() 216 swap((void **)&X[0], (void **)&X[le]); in rqs_algorithm() [all …]
|
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | tdata.c | 276 labelent_t *le = xmalloc(sizeof (*le)); in tdata_label_add() local 278 le->le_name = xstrdup(label); in tdata_label_add() 279 le->le_idx = (idx == -1 ? td->td_nextid - 1 : idx); in tdata_label_add() 281 slist_add(&td->td_labels, le, (int (*)())tdata_label_cmp); in tdata_label_add() 287 labelent_t *le = data; in tdata_label_top_cb() local 290 *topp = le; in tdata_label_top_cb() 306 tdata_label_find_cb(labelent_t *le, labelent_t *tmpl) in tdata_label_find_cb() argument 308 return (streq(le->le_name, tmpl->le_name)); in tdata_label_find_cb() 334 labelent_t *le = data; in tdata_label_newmax_cb() local 337 if (le->le_idx > *newmaxp) { in tdata_label_newmax_cb() [all …]
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | open.c | 211 struct nsldapi_ldap_error *le; in set_ld_error() local 214 le = pthread_getspecific( nsldapi_key ); in set_ld_error() 216 if (le == NULL) { in set_ld_error() 221 le = pthread_getspecific( nsldapi_key ); in set_ld_error() 223 if (le == NULL) { in set_ld_error() 228 le->le_errno = err; in set_ld_error() 230 if ( le->le_matched != NULL ) { in set_ld_error() 231 ldap_memfree( le->le_matched ); in set_ld_error() 233 le->le_matched = matched; in set_ld_error() 235 if ( le->le_errmsg != NULL ) { in set_ld_error() [all …]
|
/titanic_50/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | eventlog_log.c | 105 logr_syslog_set_timestamp(char **argv, logr_entry_t *le) in logr_syslog_set_timestamp() argument 117 le->le_timestamp.tv_sec = 0; in logr_syslog_set_timestamp() 129 le->le_timestamp.tv_sec = mktime(&tm); in logr_syslog_set_timestamp() 139 logr_syslog_set_priority(char **argv, logr_entry_t *le) in logr_syslog_set_priority() argument 146 le->le_pri = LOG_INFO; in logr_syslog_set_priority() 155 le->le_pri = entry->p_value; in logr_syslog_set_priority() 172 logr_syslog_parse_entry(char *logline, logr_entry_t *le) in logr_syslog_parse_entry() argument 208 (void) strlcpy(le->le_msg, bp, LOGR_MAXENTRYLEN); in logr_syslog_parse_entry() 209 (void) strlcpy(le->le_hostname, argv[LOGR_HOST], MAXHOSTNAMELEN); in logr_syslog_parse_entry() 210 logr_syslog_set_timestamp(argv, le); in logr_syslog_parse_entry() [all …]
|
H A D | eventlog_svc.c | 433 logr_set_logrecord(char *src_name, logr_entry_t *le, in logr_set_logrecord() argument 446 (void) smb_mbstowcs(wcs_hostname, le->le_hostname, in logr_set_logrecord() 447 strlen(le->le_hostname) + 1); in logr_set_logrecord() 448 hostname_len = LOGR_WNSTRLEN(le->le_hostname); in logr_set_logrecord() 457 rec->TimeGenerated = le->le_timestamp.tv_sec; in logr_set_logrecord() 458 rec->TimeWritten = le->le_timestamp.tv_sec; in logr_set_logrecord() 459 logr_set_event_typeid(le->le_pri, &rec->EventType, &rec->EventID); in logr_set_logrecord() 474 len = strlen(le->le_msg) + 1; in logr_set_logrecord() 478 le->le_msg, len); in logr_set_logrecord() 496 logr_entry_t *le; in logr_s_EventLogRead() local [all …]
|
/titanic_50/usr/src/cmd/pools/poolstat/ |
H A D | poolstat.c | 324 create_args_list(char *arg, poolstat_list_element_t *le, const char *delim) in create_args_list() argument 326 poolstat_list_element_t *head = le; in create_args_list() 334 if (le == NULL) { in create_args_list() 336 NEW0(le); in create_args_list() 337 head = le; in create_args_list() 340 while (le->ple_next != NULL) in create_args_list() 341 le = le->ple_next; in create_args_list() 342 NEW0(le->ple_next); in create_args_list() 343 le = le->ple_next; in create_args_list() 345 le->ple_obj = (void *)name; in create_args_list() [all …]
|
/titanic_50/usr/src/lib/krb5/kadm5/clnt/ |
H A D | logger.c | 236 klog_rotate(struct log_entry *le) in klog_rotate() argument 253 if (le->lfu_rotate_period == K_LOG_DEF_FILE_ROTATE_PERIOD) in klog_rotate() 258 if (t >= le->lfu_last_rotated + le->lfu_rotate_period) { in klog_rotate() 265 name_buf1 = malloc(strlen(le->lfu_fname) + 32); in klog_rotate() 270 name_buf2 = malloc(strlen(le->lfu_fname) + 32); in klog_rotate() 284 (void) sprintf(new_name, "%s.%d", le->lfu_fname, in klog_rotate() 285 le->lfu_rotate_versions - 1); in klog_rotate() 291 for (i = le->lfu_rotate_versions - 1; i > 0; i--) { in klog_rotate() 292 (void) sprintf(old_name, "%s.%d", le->lfu_fname, i - 1); in klog_rotate() 304 old_name = le->lfu_fname; in klog_rotate() [all …]
|
/titanic_50/usr/src/lib/krb5/kadm5/srv/ |
H A D | logger.c | 236 klog_rotate(struct log_entry *le) in klog_rotate() argument 253 if (le->lfu_rotate_period == K_LOG_DEF_FILE_ROTATE_PERIOD) in klog_rotate() 258 if (t >= le->lfu_last_rotated + le->lfu_rotate_period) { in klog_rotate() 265 name_buf1 = malloc(strlen(le->lfu_fname) + 32); in klog_rotate() 270 name_buf2 = malloc(strlen(le->lfu_fname) + 32); in klog_rotate() 284 (void) sprintf(new_name, "%s.%d", le->lfu_fname, in klog_rotate() 285 le->lfu_rotate_versions - 1); in klog_rotate() 291 for (i = le->lfu_rotate_versions - 1; i > 0; i--) { in klog_rotate() 292 (void) sprintf(old_name, "%s.%d", le->lfu_fname, i - 1); in klog_rotate() 304 old_name = le->lfu_fname; in klog_rotate() [all …]
|
/titanic_50/usr/src/cmd/vgrind/ |
H A D | vgrindefs.src | 27 :cb=\$:ce=\$|$:sb=":se=":lb=':le=\a|$:\ 49 :le=\e':tl:\ 64 :le=\e':tl:\ 72 :le=\e':tl:\ 85 lambda lastchild le leftsibling lookone lookup lt minus name ne\ 93 :sb=":se=\e":lb=':le=\e':tl:\ 104 :sb=":se=\e":lb=':le=\e':oc:\ 124 :cb=/*:ce=*/:sb=":se=\e":lb=':le=\e':tl:\ 131 :le=\e':tl:\ 157 :cb=;:ce=$:lb=':le=\e':sb=":se=\e":bb=\(:be=\):\ [all …]
|
/titanic_50/usr/src/lib/libsldap/common/ |
H A D | ns_connmgmt.c | 141 struct ldap_error *le = (struct ldap_error *)key; in ns_mtckey_cleanup() local 143 if (le == NULL) in ns_mtckey_cleanup() 145 if (le->le_matched != NULL) { in ns_mtckey_cleanup() 146 ldap_memfree(le->le_matched); in ns_mtckey_cleanup() 148 if (le->le_errmsg != NULL) { in ns_mtckey_cleanup() 149 ldap_memfree(le->le_errmsg); in ns_mtckey_cleanup() 151 free(le); in ns_mtckey_cleanup() 231 struct ldap_error *le; in set_ld_error() local 234 if ((eno = thr_getspecific(ns_mtckey, (void **)&le)) != 0) { in set_ld_error() 242 if (le == NULL) { in set_ld_error() [all …]
|
/titanic_50/usr/src/cmd/localedef/ |
H A D | charmap.c | 260 int ls, le; in add_charmap_range() local 268 le = strlen(e); in add_charmap_range() 273 (strspn(e + si, digits) != (le - si)) || in add_charmap_range()
|
/titanic_50/usr/src/psm/stand/bootblks/zfs/common/ |
H A D | zfs.fth | 827 : +le ( len off -- n ) + w@ ; 828 : le_next ( le -- n ) h# 2 +le ; 829 : le_name_chunk ( le -- n ) h# 4 +le ; 830 : le_name_length ( le -- n ) h# 6 +le ; 831 : le_value_chunk ( le -- n ) h# 8 +le ; 832 : le_value_length ( le -- n ) h# a +le ; 867 : entry-name$ ( dn le -- name$ ) 868 2dup le_name_chunk ( dn le dn la-ch# ) 869 leaf-name get-chunk-data ( dn le ) 875 : entry-int-val ( dn le -- n ) [all …]
|
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 664 struct zap_leaf_entry *le; in zap_leaf_lookup() local 673 chunk != CHAIN_END; chunk = le->le_next) { in zap_leaf_lookup() 678 le = ZAP_LEAF_ENTRY(l, blksft, chunk); in zap_leaf_lookup() 681 if (le->le_type != ZAP_CHUNK_ENTRY) in zap_leaf_lookup() 684 if (le->le_hash != h) in zap_leaf_lookup() 687 if (zap_leaf_array_equal(l, blksft, le->le_name_chunk, in zap_leaf_lookup() 688 le->le_name_length, name)) { in zap_leaf_lookup() 693 if (le->le_int_size != 8 || le->le_value_length != 1) in zap_leaf_lookup() 698 le->le_value_chunk).l_array; in zap_leaf_lookup()
|
/titanic_50/usr/src/cmd/sh/ |
H A D | sh.xcl | 187 msgid "-le"
|
/titanic_50/usr/src/cmd/terminfo/ |
H A D | termcap.src | 309 :bl=^G:cr=^M:do=^J:ff=^L:le=^H:sf=^J: 313 :bl=^G:cl=^L:cr=^M:do=^J:kd=^J:kl=^H:le=^H:nw=^M^J:ta=^I: 337 :do=\E[B:le=\E[D:nd=\E[C:up=\E[A: 441 :ei=:im=:le=\E[1D:nd=\E[1C:rc=\E7:sc=\E7:st=\EH:up=\E[1A: 504 :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\ 511 # :nd:, :do: and :le:. Also deleted :IC: and :ic:, as QModem up to 524 :le=\E[D:nd=\E[C:sf=^J:st=\EH:ta=^I:up=\E[A:\ 591 :ku=^K:le=^H:nd=\E[C:rc=\E[u:sc=\E[s:u6=\E[%i%d;%dR:\ 690 :le=\ED:me=\Eq:mr=\Ep:nd=\EC:nw=^M^J:rc=\Ek:rs=\Ev\Eq\Ee:\ 706 :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:ll=\E[24H:\ [all …]
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/casenorm/ |
H A D | casenorm.cfg | 21 NAME_D_LOWER=$($ECHO 'fi\0314\0210le\0314\0210na\0314\0210me\0314\0210')
|
/titanic_50/usr/src/lib/librestart/common/ |
H A D | librestart.c | 460 mc_error_t *le; in mc_error_create() local 473 if (e == NULL && (le = malloc(sizeof (mc_error_t))) == NULL) in mc_error_create() 476 le = e; in mc_error_create() 478 le->type = type; in mc_error_create() 479 le->destroy = 1; in mc_error_create() 483 if ((le = realloc(e, sizeof (mc_error_t) + in mc_error_create() 486 le = e; in mc_error_create() 490 le->size = size; in mc_error_create() 491 (void) vsnprintf(le->msg, le->size, format, args); in mc_error_create() 494 return (le); in mc_error_create()
|
/titanic_50/usr/src/lib/libxcurses/h/posix/ |
H A D | mkslocal.h | 1021 * 30 characters for sprintf(str, "%le", float)
|
/titanic_50/usr/src/cmd/lp/model/ |
H A D | alert.proto | 51 if [ -INTERVAL- -le 0 ]
|
/titanic_50/usr/src/cmd/print/scripts/ |
H A D | desktop-print-management.desktop | 34 Comment[it]=Gestisci le code e i processi della stampante
|
/titanic_50/usr/src/cmd/lp/filter/postscript/font/devpost/ |
H A D | ZD | 212 le 93 2 252
|