Searched refs:lb (Results 1 - 25 of 41) sorted by relevance

12

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dbitncmp.c46 u_int lb, rb; local
54 lb = ((const u_char *)l)[b];
57 if ((lb & 0x80) != (rb & 0x80)) {
58 if (lb & 0x80)
62 lb <<= 1;
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_samedomain.c52 size_t la, lb; local
57 lb = strlen(b);
76 if (lb != 0U && b[lb - 1] == '.') {
78 /* note this loop doesn't get executed if lb==1 */
79 for (i = lb - 2; i >= 0; i--)
88 lb--;
91 /* lb == 0 means 'b' is the root domain, so 'a' must be in 'b'. */
92 if (lb == 0U)
96 if (lb > l
[all...]
/illumos-gate/usr/src/cmd/stat/common/
H A Dmnt.c83 struct flock lb; local
91 lb.l_type = F_RDLCK;
92 lb.l_whence = 0;
93 lb.l_start = 0;
94 lb.l_len = 0;
95 (void) fcntl(fileno(mpt), F_SETLKW, &lb); local
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrorfilter.c133 int ub, lb; local
139 for (lb = 0, ub = nignored - 1; ub >= lb; /* NULL */) {
140 halfway = (ub + lb)/2;
146 lb = halfway + 1;
H A Derrortouch.c61 #define ECITERATE(ei, p, lb) \
62 for (ei = lb; p = errors[ei], ei < nerrors; ei++)
64 #define FILEITERATE(fi, lb) for (fi = lb; fi <= nfiles; fi++)
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dsdssc_bind.c135 int (*lb)();
161 if ((lb = (int (*)())dlsym(dp, "_bind_library")) != NULL) {
162 if (lb() != 0) {
/illumos-gate/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; local
972 lb.alb_revision = lb32.alb_revision;
973 lb.alb_send_buf = (caddr_t)(uintptr_t)lb32.alb_send_buf;
974 lb.alb_fail_buf = (caddr_t)(uintptr_t)lb32.alb_fail_buf;
975 lb.alb_buf_sz = lb32.alb_buf_sz;
976 lb.alb_num_iter = lb32.alb_num_iter;
977 lb.alb_pass_done = lb32.alb_pass_done;
978 lb.alb_timeout = lb32.alb_timeout;
979 lb
3034 hermon_loopback_copyout(hermon_loopback_ioctl_t *lb, intptr_t arg, int mode) argument
[all...]
/illumos-gate/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; local
1026 lb.tlb_revision = lb32.tlb_revision;
1027 lb.tlb_send_buf = (caddr_t)(uintptr_t)lb32.tlb_send_buf;
1028 lb.tlb_fail_buf = (caddr_t)(uintptr_t)lb32.tlb_fail_buf;
1029 lb.tlb_buf_sz = lb32.tlb_buf_sz;
1030 lb.tlb_num_iter = lb32.tlb_num_iter;
1031 lb.tlb_pass_done = lb32.tlb_pass_done;
1032 lb.tlb_timeout = lb32.tlb_timeout;
1033 lb
2596 tavor_loopback_copyout(tavor_loopback_ioctl_t *lb, intptr_t arg, int mode) argument
[all...]
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dsd_stats.c132 int lb, ub; member in struct:__anon30
507 ranges[range_num].lb = 0;
542 ranges[range_num].lb = prev_num;
571 ranges[range_num].lb = number;
583 ranges[range_num].lb = prev_num;
589 ranges[range_num].lb = number;
/illumos-gate/usr/src/lib/libc/inc/
H A Dlibc_int.h88 void * lb; /* lower bound */ member in struct:__anon2908
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c68 struct log_buffer *lb; member in struct:lr_alloc
485 lr.lb = NULL;
627 lrp->lb = exi->exi_logbuffer;
629 lrp->lb = NULL;
658 struct log_buffer *lbp = lrp->lb;
885 if (lrp_free->lb != NULL)
886 log_buffer_rele(lrp_free->lb);
952 * all the threads trying to access lb->logfile block
1537 struct log_buffer *lb; local
1549 lb
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_mbx.c584 * lb: loop back parameter structure pointer.
594 ql_loop_back(ql_adapter_state_t *ha, uint16_t findex, lbp_t *lb, argument
604 mcp->mb[1] = lb->options;
608 mcp->mb[10] = LSW(lb->transfer_count);
609 mcp->mb[11] = MSW(lb->transfer_count);
610 mcp->mb[12] = lb->transfer_segment_count;
611 mcp->mb[13] = lb->receive_segment_count;
612 mcp->mb[14] = LSW(lb->transfer_data_address);
613 mcp->mb[15] = MSW(lb->transfer_data_address);
614 mcp->mb[16] = LSW(lb
642 ql_loop_back(ql_adapter_state_t *ha, uint16_t findex, lbp_t *lb) argument
[all...]
/illumos-gate/usr/src/cmd/sort/common/
H A Dfields.c1294 ssize_t la, lb; local
1323 lb = strlen(B->l_raw_collate.sp);
1325 r = memcmp(A->l_raw_collate.sp, B->l_raw_collate.sp, MIN(la, lb));
1330 if (la < lb)
1333 if (la > lb)
1346 ssize_t la, lb; local
1370 lb = wcslen(B->l_raw_collate.wp);
1373 (size_t)MIN(la, lb));
1378 if (la < lb)
1381 if (la > lb)
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c2477 int64_t lb; local
2484 lb = (ts/nsec_per_tick);
2490 if ((lb - lb_cpu[cpu].lbc_cnt_start) < lb_info->lbi_thresh_interval) {
2498 lb_cpu[cpu].lbc_cnt_start = lb;
2521 lb_cpu[cpu].lbc_cnt_start = lb;
2524 ASSERT(lb >= lb_info->lbi_debug_time);
2526 return (lb - lb_info->lbi_debug_time);
2532 int64_t lb = lb_info->lbi_internal; local
2542 if ((lb - lb_cpu[cpu].lbc_cnt_start) <
2560 lb_cpu[cpu].lbc_cnt_start = lb;
[all...]
/illumos-gate/usr/src/cmd/cron/
H A Delm.c130 el_init(du, lb, dt, nlim)
133 time_t lb, dt;
144 LB = lb;
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmalloc.c1356 uint lb,ub; local
1366 lb = (uint)end;
1369 if ((uint)_lbound < lb || (uint)_lbound > ub) {
1374 if ((uint)_ubound < lb || (uint)_ubound > ub) {
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_n2_esr_hw.h107 uint16_t lb : 2; member in struct:_esr_ti_cfgpll_l::__anon8471
115 uint16_t lb : 2;
368 uint16_t lb : 2; member in struct:_k_esr_ti_cfgpll_l::__anon8478
380 uint16_t lb : 2;
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c690 int *num, *lb; local
698 lb = &iflb4;
703 lb = &iflb6;
732 *lb = 0;
789 *lb = count;
794 return (*num + *lb);
/illumos-gate/usr/src/cmd/mpathadm/
H A Dmpathadm.c315 MP_LOAD_BALANCE_TYPE lb; local
394 lb = 1;
396 if (0 != (lb & pluginProps.
399 displayLoadBalanceString(lb &
404 lb = lb<<1;
405 } while (lb < 0x80000000);
528 lb = 1;
530 if (0 != (lb &
533 displayLoadBalanceString(lb
[all...]
/illumos-gate/usr/src/boot/sys/boot/sparc64/boot1/
H A Dboot1.c389 unsigned int lb; local
393 lb = (soff + bytes + DEV_BSIZE - 1) / DEV_BSIZE;
396 nb = lb - poff / DEV_BSIZE;
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c886 int i, j, k, lb, ub, mina, maxa, cutoff[2], mean; local
1007 lb = j - 1;
1009 lb = i;
1015 for (lb = j - 1; lb >= i; lb--)
1016 if (items[lb].repcount < cutoff[1])
1026 acnt, mina, maxa, mean, cutoff[0], cutoff[1], lb, ub);
1028 if (ub <= lb)
1031 for (k = ub; k <= lb;
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPConfig.java301 private boolean OKBound(int i, int lb, int ub) { argument
302 if (i < lb || i > ub)
308 int getIntProperty(String prop, int df, int lb, int ub) { argument
312 if (OKBound(i, lb, ub)) {
/illumos-gate/usr/src/cmd/script/
H A Dscript.c60 int lb; variable
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc_bd.c116 fhc_shell_sort(fhc_bd_t *a[], int lb, int ub) argument
121 /* sort array a[lb..ub] */
124 n = ub - lb + 1;
137 for (i = lb + h; i <= ub; i++) {
140 j >= lb && a[j]->sc.board > t->sc.board;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Datexit.c381 if (addr >= ranges[idx].lb &&

Completed in 130 milliseconds

12