Home
last modified time | relevance | path

Searched refs:lb (Results 1 – 25 of 52) sorted by relevance

123

/titanic_44/usr/src/cmd/ssh/ssh-keyscan/
H A Dssh-keyscan.c120 Linebuf *lb; in Linebuf_alloc() local
122 if (!(lb = malloc(sizeof(*lb)))) { in Linebuf_alloc()
129 lb->filename = filename; in Linebuf_alloc()
130 if (!(lb->stream = fopen(filename, "r"))) { in Linebuf_alloc()
131 xfree(lb); in Linebuf_alloc()
137 lb->filename = "(stdin)"; in Linebuf_alloc()
138 lb->stream = stdin; in Linebuf_alloc()
141 if (!(lb->buf = malloc(lb->size = LINEBUF_SIZE))) { in Linebuf_alloc()
143 (*errfun) ("linebuf (%s): malloc failed\n", lb->filename); in Linebuf_alloc()
144 xfree(lb); in Linebuf_alloc()
[all …]
/titanic_44/usr/src/lib/libresolv2/common/nameser/
H A Dns_samedomain.c52 size_t la, lb; in ns_samedomain() local
57 lb = strlen(b); in ns_samedomain()
76 if (lb != 0U && b[lb - 1] == '.') { in ns_samedomain()
79 for (i = lb - 2; i >= 0; i--) in ns_samedomain()
88 lb--; in ns_samedomain()
92 if (lb == 0U) in ns_samedomain()
96 if (lb > la) in ns_samedomain()
100 if (lb == la) in ns_samedomain()
101 return (strncasecmp(a, b, lb) == 0); in ns_samedomain()
105 diff = la - lb; in ns_samedomain()
[all …]
/titanic_44/usr/src/lib/libresolv2/common/isc/
H A Dbitncmp.c46 u_int lb, rb; in bitncmp() local
54 lb = ((const u_char *)l)[b]; in bitncmp()
57 if ((lb & 0x80) != (rb & 0x80)) { in bitncmp()
58 if (lb & 0x80) in bitncmp()
62 lb <<= 1; in bitncmp()
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ioctl.c116 static int tavor_loopback_copyout(tavor_loopback_ioctl_t *lb,
992 tavor_loopback_ioctl_t lb; in tavor_ioctl_loopback() local
1026 lb.tlb_revision = lb32.tlb_revision; in tavor_ioctl_loopback()
1027 lb.tlb_send_buf = (caddr_t)(uintptr_t)lb32.tlb_send_buf; in tavor_ioctl_loopback()
1028 lb.tlb_fail_buf = (caddr_t)(uintptr_t)lb32.tlb_fail_buf; in tavor_ioctl_loopback()
1029 lb.tlb_buf_sz = lb32.tlb_buf_sz; in tavor_ioctl_loopback()
1030 lb.tlb_num_iter = lb32.tlb_num_iter; in tavor_ioctl_loopback()
1031 lb.tlb_pass_done = lb32.tlb_pass_done; in tavor_ioctl_loopback()
1032 lb.tlb_timeout = lb32.tlb_timeout; in tavor_ioctl_loopback()
1033 lb.tlb_error_type = lb32.tlb_error_type; in tavor_ioctl_loopback()
[all …]
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c135 static int hermon_loopback_copyout(hermon_loopback_ioctl_t *lb,
946 hermon_loopback_ioctl_t lb; in hermon_ioctl_loopback() local
972 lb.alb_revision = lb32.alb_revision; in hermon_ioctl_loopback()
973 lb.alb_send_buf = (caddr_t)(uintptr_t)lb32.alb_send_buf; in hermon_ioctl_loopback()
974 lb.alb_fail_buf = (caddr_t)(uintptr_t)lb32.alb_fail_buf; in hermon_ioctl_loopback()
975 lb.alb_buf_sz = lb32.alb_buf_sz; in hermon_ioctl_loopback()
976 lb.alb_num_iter = lb32.alb_num_iter; in hermon_ioctl_loopback()
977 lb.alb_pass_done = lb32.alb_pass_done; in hermon_ioctl_loopback()
978 lb.alb_timeout = lb32.alb_timeout; in hermon_ioctl_loopback()
979 lb.alb_error_type = lb32.alb_error_type; in hermon_ioctl_loopback()
[all …]
/titanic_44/usr/src/cmd/stat/common/
H A Dmnt.c83 struct flock lb; in do_mnttab() local
91 lb.l_type = F_RDLCK; in do_mnttab()
92 lb.l_whence = 0; in do_mnttab()
93 lb.l_start = 0; in do_mnttab()
94 lb.l_len = 0; in do_mnttab()
95 (void) fcntl(fileno(mpt), F_SETLKW, &lb); in do_mnttab()
/titanic_44/usr/src/cmd/units/
H A Dunittab45 / convert mass to weight (e.g., use "lb-force" to get a pound of force)
93 lb .45359237 kg
94 lbf lb g
95 ounce 1|16 lb
99 grain 1|7000 lb
101 shortton 2000 lb
103 longton 2240 lb
348 bag 94 lb
366 britishthermalunit cal lb-degF/gm-degC
375 cental 100 lb
[all …]
/titanic_44/usr/src/cmd/sgs/error/common/
H A Derrorfilter.c133 int ub, lb; in search_ignore() local
139 for (lb = 0, ub = nignored - 1; ub >= lb; /* NULL */) { in search_ignore()
140 halfway = (ub + lb)/2; in search_ignore()
146 lb = halfway + 1; in search_ignore()
H A Derrortouch.c61 #define ECITERATE(ei, p, lb) \ argument
62 for (ei = lb; p = errors[ei], ei < nerrors; ei++)
64 #define FILEITERATE(fi, lb) for (fi = lb; fi <= nfiles; fi++) argument
/titanic_44/usr/src/cmd/avs/sdbc/
H A Dsd_stats.c132 int lb, ub; member
507 ranges[range_num].lb = 0; in setup_ranges()
542 ranges[range_num].lb = prev_num; in setup_ranges()
571 ranges[range_num].lb = number; in setup_ranges()
583 ranges[range_num].lb = prev_num; in setup_ranges()
589 ranges[range_num].lb = number; in setup_ranges()
/titanic_44/usr/src/cmd/vgrind/
H A Dvgrindefs.src27 :cb=\$:ce=\$|$:sb=":se=":lb=':le=\a|$:\
48 :pb=^\d?*?\d?\p\d?\(\a?\)(\d|{):bb={:be=}:cb=/*:ce=*/:sb=":se=\e":lb=':\
63 :bb={:be=}:cb=#:ce=$:sb=":se=\e":lb=':\
70 :cb=#:ce=$:sb=":se=\e":lb=':\
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:\
130 :ae=$:sb=":se=\e":lb=':\
157 :cb=;:ce=$:lb=':le=\e':sb=":se=\e":bb=\(:be=\):\
166 field characters readonly:sb=":se=":lb=':le=':
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c68 struct log_buffer *lb; member
485 lr.lb = NULL; in log_file_create()
627 lrp->lb = exi->exi_logbuffer; in nfslog_record_alloc()
629 lrp->lb = NULL; in nfslog_record_alloc()
658 struct log_buffer *lbp = lrp->lb; in nfslog_record_put()
885 if (lrp_free->lb != NULL) in nfslog_free_logrecords()
886 log_buffer_rele(lrp_free->lb); in nfslog_free_logrecords()
1537 struct log_buffer *lb; in nfslog_get_exi() local
1549 lb = exi->exi_logbuffer; in nfslog_get_exi()
1552 *nfslog_rec_id = atomic_add_32_nv(&lb->lb_rec_id, (int32_t)1); in nfslog_get_exi()
[all …]
/titanic_44/usr/src/uts/common/os/
H A Dclock.c2477 int64_t lb; in lbolt_event_driven() local
2484 lb = (ts/nsec_per_tick); in lbolt_event_driven()
2490 if ((lb - lb_cpu[cpu].lbc_cnt_start) < lb_info->lbi_thresh_interval) { in lbolt_event_driven()
2498 lb_cpu[cpu].lbc_cnt_start = lb; in lbolt_event_driven()
2521 lb_cpu[cpu].lbc_cnt_start = lb; in lbolt_event_driven()
2524 ASSERT(lb >= lb_info->lbi_debug_time); in lbolt_event_driven()
2526 return (lb - lb_info->lbi_debug_time); in lbolt_event_driven()
2532 int64_t lb = lb_info->lbi_internal; in lbolt_cyclic_driven() local
2542 if ((lb - lb_cpu[cpu].lbc_cnt_start) < in lbolt_cyclic_driven()
2560 lb_cpu[cpu].lbc_cnt_start = lb; in lbolt_cyclic_driven()
[all …]
/titanic_44/usr/src/cmd/sort/common/
H A Dfields.c1294 ssize_t la, lb; in collated() local
1323 lb = strlen(B->l_raw_collate.sp); in collated()
1325 r = memcmp(A->l_raw_collate.sp, B->l_raw_collate.sp, MIN(la, lb)); in collated()
1330 if (la < lb) in collated()
1333 if (la > lb) in collated()
1346 ssize_t la, lb; in collated_wide() local
1370 lb = wcslen(B->l_raw_collate.wp); in collated_wide()
1373 (size_t)MIN(la, lb)); in collated_wide()
1378 if (la < lb) in collated_wide()
1381 if (la > lb) in collated_wide()
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_mbx.c594 ql_loop_back(ql_adapter_state_t *ha, uint16_t findex, lbp_t *lb, in ql_loop_back() argument
604 mcp->mb[1] = lb->options; in ql_loop_back()
608 mcp->mb[10] = LSW(lb->transfer_count); in ql_loop_back()
609 mcp->mb[11] = MSW(lb->transfer_count); in ql_loop_back()
610 mcp->mb[12] = lb->transfer_segment_count; in ql_loop_back()
611 mcp->mb[13] = lb->receive_segment_count; in ql_loop_back()
612 mcp->mb[14] = LSW(lb->transfer_data_address); in ql_loop_back()
613 mcp->mb[15] = MSW(lb->transfer_data_address); in ql_loop_back()
614 mcp->mb[16] = LSW(lb->receive_data_address); in ql_loop_back()
615 mcp->mb[17] = MSW(lb->receive_data_address); in ql_loop_back()
[all …]
/titanic_44/usr/src/uts/common/sys/nxge/
H A Dnxge_n2_esr_hw.h107 uint16_t lb : 2; member
115 uint16_t lb : 2;
368 uint16_t lb : 2; member
380 uint16_t lb : 2;
/titanic_44/usr/src/cmd/mpathadm/
H A Dmpathadm.c315 MP_LOAD_BALANCE_TYPE lb; in showMpathSupport() local
394 lb = 1; in showMpathSupport()
396 if (0 != (lb & pluginProps. in showMpathSupport()
399 displayLoadBalanceString(lb & in showMpathSupport()
404 lb = lb<<1; in showMpathSupport()
405 } while (lb < 0x80000000); in showMpathSupport()
528 lb = 1; in showMpathSupport()
530 if (0 != (lb & in showMpathSupport()
533 displayLoadBalanceString(lb & in showMpathSupport()
537 lb = lb<<1; in showMpathSupport()
[all …]
/titanic_44/usr/src/lib/libc/inc/
H A Dlibc_int.h88 void * lb; /* lower bound */ member
/titanic_44/usr/src/cmd/cron/
H A Delm.c130 el_init(du, lb, dt, nlim) in el_init() argument
133 time_t lb, dt;
144 LB = lb;
/titanic_44/usr/src/cmd/th_tools/
H A Dth_define.c886 int i, j, k, lb, ub, mina, maxa, cutoff[2], mean; in reduce_log() local
1007 lb = j - 1; in reduce_log()
1009 lb = i; in reduce_log()
1015 for (lb = j - 1; lb >= i; lb--) in reduce_log()
1016 if (items[lb].repcount < cutoff[1]) in reduce_log()
1026 acnt, mina, maxa, mean, cutoff[0], cutoff[1], lb, ub); in reduce_log()
1028 if (ub <= lb) in reduce_log()
1031 for (k = ub; k <= lb; k++) in reduce_log()
1040 for (k = lb+1; k < j; k++) in reduce_log()
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dmalloc.c1356 uint lb,ub; in malloc_verify() local
1366 lb = (uint)end; in malloc_verify()
1369 if ((uint)_lbound < lb || (uint)_lbound > ub) { in malloc_verify()
1374 if ((uint)_ubound < lb || (uint)_ubound > ub) { in malloc_verify()
/titanic_44/usr/src/uts/sun4u/sunfire/io/
H A Dfhc_bd.c116 fhc_shell_sort(fhc_bd_t *a[], int lb, int ub) in fhc_shell_sort() argument
124 n = ub - lb + 1; in fhc_shell_sort()
137 for (i = lb + h; i <= ub; i++) { in fhc_shell_sort()
140 j >= lb && a[j]->sc.board > t->sc.board; in fhc_shell_sort()
/titanic_44/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPConfig.java301 private boolean OKBound(int i, int lb, int ub) { in OKBound() argument
302 if (i < lb || i > ub) in OKBound()
308 int getIntProperty(String prop, int df, int lb, int ub) { in getIntProperty() argument
312 if (OKBound(i, lb, ub)) { in getIntProperty()
/titanic_44/usr/src/cmd/troff/nroff.d/terms.d/
H A Db.300116 lb 1 (
H A Db.lp116 lb 1 (

123