Searched refs:le (Results 1 - 25 of 47) sorted by relevance

12

/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils_threadfuncs.c185 struct adutils_lderrno *le; local
188 le = pthread_getspecific(adutils_lderrno_key);
189 if (le == NULL) {
190 le = calloc(1, sizeof (*le));
191 if (le == NULL) {
197 rc = pthread_setspecific(adutils_lderrno_key, le);
203 free(le);
208 return (le);
219 struct adutils_lderrno *le;
262 struct adutils_lderrno *le = tsd; local
[all...]
/illumos-gate/usr/src/tools/ctf/common/
H A Dlist.c49 list_t *le; local
51 le = xmalloc(sizeof (list_t));
52 le->l_data = data;
53 le->l_next = *list;
54 *list = le;
82 list_t *le, **le2; local
88 for (le = *list, le2 = list; le; le2 = &le->l_next, le
103 list_t *le; local
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c129 struct zap_leaf_entry *le; local
133 le = &lc->l_entry;
135 le->le_type = BSWAP_8(le->le_type);
136 le->le_value_intlen = BSWAP_8(le->le_value_intlen);
137 le->le_next = BSWAP_16(le->le_next);
138 le->le_name_chunk = BSWAP_16(le
402 struct zap_leaf_entry *le; local
462 struct zap_leaf_entry *le; local
499 struct zap_leaf_entry *le = local
520 struct zap_leaf_entry *le = local
542 struct zap_leaf_entry *le = ZAP_LEAF_ENTRY(l, *zeh->zeh_chunkp); local
562 struct zap_leaf_entry *le; local
587 struct zap_leaf_entry *le; local
685 struct zap_leaf_entry *le; local
722 struct zap_leaf_entry *le = ZAP_LEAF_ENTRY(l, entry); local
774 struct zap_leaf_entry *le, *nle; local
830 struct zap_leaf_entry *le = ZAP_LEAF_ENTRY(l, i); local
867 struct zap_leaf_entry *le = local
[all...]
/illumos-gate/usr/src/uts/common/tnf/
H A Dmkprobehdr.sh158 j=1; while [ $j -le $i ]; do
166 j=1; while [ $j -le $i ]; do
173 j=1; while [ $j -le $i ]; do
180 j=1; while [ $j -le $i ]; do
187 j=1; while [ $j -le $i ]; do
223 j=1; while [ $j -le $i ]; do
246 j=1; while [ $j -le $i ]; do
255 j=1; while [ $j -le $i ]; do
264 j=1; while [ $j -le $i ]; do
272 j=1; while [ $j -le
[all...]
/illumos-gate/usr/src/cmd/sort/common/
H A Dinternal.c94 ssize_t le; /* boundary of left equal partition */ local
118 le = rand() % n;
119 swap((void **)&X[0], (void **)&X[le]);
121 le = l = 1;
128 swap((void **)&X[le++], (void **)&X[l]);
148 p = MIN(le, l - le);
156 p = l - le;
192 ssize_t le; /* boundary of left equal partition */ local
215 le
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/threadsappend/
H A Dthreadsappend_001_pos.ksh64 if [[ -z $NCPUS || $NCPUS -le 1 ]]; then
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dtdata.c276 labelent_t *le = xmalloc(sizeof (*le)); local
278 le->le_name = xstrdup(label);
279 le->le_idx = (idx == -1 ? td->td_nextid - 1 : idx);
281 slist_add(&td->td_labels, le, (int (*)())tdata_label_cmp);
287 labelent_t *le = data; local
290 *topp = le;
306 tdata_label_find_cb(labelent_t *le, labelent_t *tmpl) argument
308 return (streq(le->le_name, tmpl->le_name));
334 labelent_t *le local
353 tdata_label_free_cb(labelent_t *le, void *private) argument
[all...]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Deventlog_log.c105 logr_syslog_set_timestamp(char **argv, logr_entry_t *le) argument
117 le->le_timestamp.tv_sec = 0;
129 le->le_timestamp.tv_sec = mktime(&tm);
139 logr_syslog_set_priority(char **argv, logr_entry_t *le) argument
146 le->le_pri = LOG_INFO;
155 le->le_pri = entry->p_value;
172 logr_syslog_parse_entry(char *logline, logr_entry_t *le) argument
208 (void) strlcpy(le->le_msg, bp, LOGR_MAXENTRYLEN);
209 (void) strlcpy(le->le_hostname, argv[LOGR_HOST], MAXHOSTNAMELEN);
210 logr_syslog_set_timestamp(argv, le);
[all...]
H A Deventlog_svc.c433 logr_set_logrecord(char *src_name, logr_entry_t *le, argument
446 (void) smb_mbstowcs(wcs_hostname, le->le_hostname,
447 strlen(le->le_hostname) + 1);
448 hostname_len = LOGR_WNSTRLEN(le->le_hostname);
457 rec->TimeGenerated = le->le_timestamp.tv_sec;
458 rec->TimeWritten = le->le_timestamp.tv_sec;
459 logr_set_event_typeid(le->le_pri, &rec->EventType, &rec->EventID);
474 len = strlen(le->le_msg) + 1;
478 le->le_msg, len);
496 logr_entry_t *le; local
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c211 struct nsldapi_ldap_error *le; local
214 le = pthread_getspecific( nsldapi_key );
216 if (le == NULL) {
221 le = pthread_getspecific( nsldapi_key );
223 if (le == NULL) {
228 le->le_errno = err;
230 if ( le->le_matched != NULL ) {
231 ldap_memfree( le->le_matched );
233 le->le_matched = matched;
235 if ( le
244 struct nsldapi_ldap_error *le; local
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/cpc/
H A Dtst.allcpus.ksh77 while [ $cpu -le $numproc ]
96 while [ $cpu -le $numproc ]
/illumos-gate/usr/src/test/util-tests/tests/iconv/
H A Diconv_test.sh93 test_conv ascii ucs-2le abc 'a\0b\0c\0\n\0\c'
94 test_conv ucs-2le ascii 'a\0b\0c\0\n\0\c' abc
/illumos-gate/usr/src/test/zfs-tests/tests/functional/snapshot/
H A Drollback_002_pos.ksh77 while [[ $i -le $COUNT ]]; do
94 while [[ $i -le $COUNT ]]; do
105 while [[ $i -le $COUNT ]]; do
H A Drollback_001_pos.ksh73 while [[ $i -le $COUNT ]]; do
90 while [[ $i -le $COUNT ]]; do
H A Dclone_001_pos.ksh115 while [[ $j -le $COUNT ]]; do
145 while [[ $j -le $COUNT ]]; do
/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dpoolstat.c321 * Take the arguments and create/append a string list to the 'le' list.
324 create_args_list(char *arg, poolstat_list_element_t *le, const char *delim) argument
326 poolstat_list_element_t *head = le;
334 if (le == NULL) {
336 NEW0(le);
337 head = le;
340 while (le->ple_next != NULL)
341 le = le->ple_next;
342 NEW0(le
636 poolstat_list_element_t *le; /* list element in the print sequence */ local
680 poolstat_list_element_t *le; /* list element in the print sequence */ local
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.aggpackbanner.ksh57 while [[ $i -le $line ]]; do
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.dofmax.ksh75 if [[ $((upper - lower)) -le 2 ]]; then
/illumos-gate/usr/src/test/zfs-tests/tests/functional/bootfs/
H A Dbootfs_004_neg.ksh72 while [ $COUNT -le 1025 ]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_set/
H A Dzpool_set_002_neg.ksh91 while [ $COUNT -le 1025 ]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/compression/
H A Dcompress_001_pos.ksh69 if [[ $FILE0_BLKS -le $FILE1_BLKS ]]; then
H A Dcompress_002_pos.ksh71 if [[ $FILE0_BLKS -le $FILE1_BLKS ]]; then
/illumos-gate/usr/src/cmd/sh/
H A Dsh.xcl187 msgid "-le"
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dlogger.c238 klog_rotate(struct log_entry *le)
255 if (le->lfu_rotate_period == K_LOG_DEF_FILE_ROTATE_PERIOD)
260 if (t >= le->lfu_last_rotated + le->lfu_rotate_period) {
267 name_buf1 = malloc(strlen(le->lfu_fname) + 32);
272 name_buf2 = malloc(strlen(le->lfu_fname) + 32);
286 (void) sprintf(new_name, "%s.%d", le->lfu_fname,
287 le->lfu_rotate_versions - 1);
293 for (i = le->lfu_rotate_versions - 1; i > 0; i--) {
294 (void) sprintf(old_name, "%s.%d", le
236 klog_rotate(struct log_entry *le) argument
[all...]
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dlogger.c238 klog_rotate(struct log_entry *le)
255 if (le->lfu_rotate_period == K_LOG_DEF_FILE_ROTATE_PERIOD)
260 if (t >= le->lfu_last_rotated + le->lfu_rotate_period) {
267 name_buf1 = malloc(strlen(le->lfu_fname) + 32);
272 name_buf2 = malloc(strlen(le->lfu_fname) + 32);
286 (void) sprintf(new_name, "%s.%d", le->lfu_fname,
287 le->lfu_rotate_versions - 1);
293 for (i = le->lfu_rotate_versions - 1; i > 0; i--) {
294 (void) sprintf(old_name, "%s.%d", le
236 klog_rotate(struct log_entry *le) argument
[all...]

Completed in 2655 milliseconds

12