Searched refs:arrays (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/usr.sbin/mfiutil/
H A Dmfi_config.c274 int *arrays; member in struct:config_id_state
397 if (state->arrays[i] == state->array_ref)
448 * Create a volume that spans one or more arrays.
451 build_volume(char *volumep, int narrays, struct array_info *arrays, argument
507 * or RAID-60 arrays. The only nested array
526 ld->params.num_drives = arrays[0].array->num_drives;
534 ar = arrays[i].array;
555 struct array_info *arrays; local
584 arrays = NULL;
648 /* Parse all the arrays
[all...]
/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Dr100_track.h68 struct r100_cs_track_array arrays[16]; member in struct:r100_cs_track
H A Dr100.c1282 track->arrays[i + 0].esize = idx_value >> 8;
1283 track->arrays[i + 0].robj = reloc->robj;
1284 track->arrays[i + 0].esize &= 0x7F;
1293 track->arrays[i + 1].robj = reloc->robj;
1294 track->arrays[i + 1].esize = idx_value >> 24;
1295 track->arrays[i + 1].esize &= 0x7F;
1307 track->arrays[i + 0].robj = reloc->robj;
1308 track->arrays[i + 0].esize = idx_value >> 8;
1309 track->arrays[i + 0].esize &= 0x7F;
2014 track->arrays[
[all...]
/freebsd-10.1-release/contrib/one-true-awk/
H A DFIXES527 removed most fixed-size arrays, though a handful remain, some
532 fields and $0 in fixed-size arrays with arrays that grow on
543 fixed-size arrays and awkward kludges by a fairly uniform mechanism
544 to grow arrays as needed for printf, sub, gsub, etc.
551 replaced several fixed-size arrays by dynamically-created ones
670 the state arrays can still overflow.
688 cosmetic changes: increased sizes of some arrays,
736 cranked up some fixed-size arrays in b.c, and added a test for
857 changed number of arguments to functions to static arrays
[all...]
/freebsd-10.1-release/lib/libjail/
H A Djail.c561 int i, ai, ki, jid, arrays, sanity; local
570 arrays = 0;
579 arrays = 1;
611 if (arrays && jail_get(jiov, ki, flags) < 0) {
663 if (jid >= 0 || !arrays || sanity == ARRAY_SANITY ||
/freebsd-10.1-release/contrib/binutils/binutils/
H A Dieee.c3764 /* List of arrays of this type of various bounds. */
3765 struct ieee_modified_array_type *arrays;
3768 /* A list of arrays bounds. */
5625 for (a = m->arrays; a != NULL; a = a->next)
5654 a->next = m->arrays;
5655 m->arrays = a;
3763 struct ieee_modified_array_type *arrays; member in struct:ieee_modified_type

Completed in 169 milliseconds