/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_vstafs.c | 96 if (++current_blockpos > (a[curr_ext].a_len - 1)) in vstafs_nextdir() 202 if (filepos < a[0].a_len * 512 - VSTAFS_START_DATA) in vstafs_read() 206 curr_len = a[0].a_len * 512 - offset - filepos; in vstafs_read() 210 ext_size = a[0].a_len * 512 - VSTAFS_START_DATA; in vstafs_read() 217 ext_size = a[extent+1].a_len * 512; in vstafs_read() 226 curr_len = a[0].a_len * 512 - offset; in vstafs_read() 235 curr_len = a[curr_ext].a_len * 512, curr_pos += curr_len, curr_ext++) in vstafs_read()
|
H A D | vstafs.h | 46 unsigned long a_len; member
|
/titanic_50/usr/src/common/mpi/ |
H A D | mpi-priv.h | 275 #define s_mpv_mul_d(a, a_len, b, c) \ argument 276 ((unsigned long*)c)[a_len] = s_mpv_mul_set_vec64(c, a, a_len, b) 279 #define s_mpv_mul_d_add(a, a_len, b, c) \ argument 280 ((unsigned long*)c)[a_len] = s_mpv_mul_add_vec64(c, a, a_len, b) 284 void MPI_ASM_DECL s_mpv_mul_d(const mp_digit *a, mp_size a_len, 286 void MPI_ASM_DECL s_mpv_mul_d_add(const mp_digit *a, mp_size a_len, 292 mp_size a_len, mp_digit b, 295 mp_size a_len,
|
H A D | mp_gf2m.c | 258 s_bmul_d(const mp_digit *a, mp_size a_len, mp_digit b, mp_digit *d) in s_bmul_d() argument 261 while (a_len--) { in s_bmul_d() 272 s_bmul_d_add(const mp_digit *a, mp_size a_len, mp_digit b, mp_digit *d) in s_bmul_d_add() argument 275 while (a_len--) { in s_bmul_d_add()
|
H A D | mpi.c | 3931 void s_mpv_mul_d(const mp_digit *a, mp_size a_len, mp_digit b, mp_digit *c) in s_mpv_mul_d() argument 3937 while (a_len--) { in s_mpv_mul_d() 3945 while (a_len--) { in s_mpv_mul_d() 3962 void s_mpv_mul_d_add(const mp_digit *a, mp_size a_len, mp_digit b, in s_mpv_mul_d_add() argument 3969 while (a_len--) { in s_mpv_mul_d_add() 3977 while (a_len--) { in s_mpv_mul_d_add() 3998 void s_mpv_mul_d_add_prop(const mp_digit *a, mp_size a_len, mp_digit b, mp_digit *c) in s_mpv_mul_d_add_prop() argument 4004 while (a_len--) { in s_mpv_mul_d_add_prop() 4017 while (a_len--) { in s_mpv_mul_d_add_prop() 4070 void s_mpv_sqr_add_prop(const mp_digit *pa, mp_size a_len, mp_digit *ps) in s_mpv_sqr_add_prop() argument [all …]
|
/titanic_50/usr/src/lib/libnvpair/ |
H A D | libnvpair.c | 963 uint_t a_len; in nvpair_value_match_regex() local 1011 if ((nvpair_value_string_array(nvp, &val_array, &a_len) == 0) && in nvpair_value_match_regex() 1012 (ai < a_len)) { in nvpair_value_match_regex() 1041 (nvpair_value_byte_array(nvp, &val_array, &a_len) == 0) && in nvpair_value_match_regex() 1042 (ai < a_len) && in nvpair_value_match_regex() 1064 (nvpair_value_int8_array(nvp, &val_array, &a_len) == 0) && in nvpair_value_match_regex() 1065 (ai < a_len) && in nvpair_value_match_regex() 1087 (nvpair_value_uint8_array(nvp, &val_array, &a_len) == 0) && in nvpair_value_match_regex() 1088 (ai < a_len) && in nvpair_value_match_regex() 1110 (nvpair_value_int16_array(nvp, &val_array, &a_len) == 0) && in nvpair_value_match_regex() [all …]
|
/titanic_50/usr/src/cmd/sendmail/libmilter/ |
H A D | engine.c | 23 size_t a_len; /* length of buffer */ member 393 arg.a_len = len; 856 if (g->a_len < MILTER_OPTLEN) 861 (long) ctx->ctx_id, (int) g->a_len, 1184 l = g->a_len; 1348 if (g->a_len == 0 || g->a_buf[g->a_len - 1] != '\0') 1377 if (dec_arg2(g->a_buf, g->a_len, &hf, &hv) == MI_SUCCESS) 1394 if ((argv = dec_argv(g->a_buf, g->a_len)) == NULL) \ 1479 if (g == NULL || g->a_len < 1) 1481 if ((argv = dec_argv(g->a_buf + 1, g->a_len - 1)) == NULL) [all …]
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | modctl.h | 309 int a_len; member 328 int32_t a_len; member
|
H A D | vnode.h | 1407 uint_t a_len; /* size of i/o request */ member
|
/titanic_50/usr/src/uts/common/os/ |
H A D | vm_pageout.c | 724 arg->a_len, arg->a_flags, arg->a_cred, NULL) == 0) { in pageout() 1155 arg->a_len = PAGESIZE; in queue_io_request()
|
H A D | modctl.c | 559 if (alias.a_len > MAXMODCONFNAME) { in modctl_update_driver_aliases() 563 if (copyin(alias.a_name, name, alias.a_len) != 0) { in modctl_update_driver_aliases() 567 if (name[alias.a_len - 1] != '\0') { in modctl_update_driver_aliases() 580 if (al32.a_len > MAXMODCONFNAME) { in modctl_update_driver_aliases() 585 name, al32.a_len) != 0) { in modctl_update_driver_aliases() 589 if (name[al32.a_len - 1] != '\0') { in modctl_update_driver_aliases()
|
/titanic_50/usr/src/uts/common/fs/swapfs/ |
H A D | swap_vnops.c | 550 arg->a_len = PAGESIZE; in swap_putpage() 635 arg->a_len = PAGESIZE; in swap_putapage()
|
/titanic_50/usr/src/uts/common/vm/ |
H A D | seg_spt.c | 2651 size_t a_len; /* aligned len */ in segspt_shmlockop() local 2692 a_len = P2ROUNDUP((uintptr_t)(((addr + len) - a_addr)), in segspt_shmlockop() 2694 a_npages = btop(a_len); in segspt_shmlockop() 2712 sts = spt_anon_getpages(sptseg, spt_addr, a_len, ppa); in segspt_shmlockop()
|
/titanic_50/usr/src/uts/common/io/usb/clients/audio/usb_ac/ |
H A D | usb_ac.c | 1227 size_t a_len, p_len; in usb_ac_setup_connections() local 1238 a_len = uacp->usb_ac_max_unit * uacp->usb_ac_max_unit; in usb_ac_setup_connections() 1242 a = kmem_zalloc(a_len, KM_SLEEP); in usb_ac_setup_connections() 1250 uacp->usb_ac_connections_a_len = a_len; in usb_ac_setup_connections()
|
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | vnode.h | 1411 uint_t a_len; /* size of i/o request */ member
|
/titanic_50/usr/src/cmd/devfsadm/ |
H A D | devfsadm.c | 609 ap->a_len = len; in parse_args()
|