Home
last modified time | relevance | path

Searched refs:range (Results 1 – 25 of 219) sorted by path

123456789

/illumos-gate/usr/src/boot/common/
H A Disapnp.h259 u_long range; /* Memory Range *OR* Upper Limit */ member
/illumos-gate/usr/src/boot/forth/
H A Dmenu.4th482 49 \ Iterator start (loop range 49 to 56; ASCII '1' to '8')
1028 49 \ Iterator start (loop range 49 to 56; ASCII '1' to '8')
1121 49 \ Iterator start (loop range 49 to 56; ASCII '1' to '8')
1131 48 \ Iterator start (inner range 48 to 57; ASCII '0' to '9')
H A Dmenusets.4th476 [char] 1 ( -- x ) \ Loop range ASCII '1' (49) to '8' (56)
595 [char] 1 ( n -- n x ) \ Loop range ASCII '1' (49) to '8' (56)
H A Dsupport.4th1937 2dup = if 0 0 exit then \ out of range
/illumos-gate/usr/src/boot/i386/btx/btx/
H A Dbtx.S324 jmp ex_noc # BOUND range exceeded
/illumos-gate/usr/src/boot/i386/pmbr/
H A Dpmbr.s90 cmpb %dh,%dl # Within range?
/illumos-gate/usr/src/boot/sys/amd64/include/pc/
H A Dbios.h110 struct bios_oem_range range; member
/illumos-gate/usr/src/boot/sys/i386/include/pc/
H A Dbios.h280 struct bios_oem_range range; member
/illumos-gate/usr/src/cmd/allocate/
H A Dallocate3.c1596 blrange_t *range; in _check_label() local
1657 if ((range = getuserrange(pw_ent.pw_name)) == NULL) { in _check_label()
1663 in_range = blinrange(zlabel, range); in _check_label()
1665 blabel_free(range->lower_bound); in _check_label()
1666 blabel_free(range->upper_bound); in _check_label()
1667 free(range); in _check_label()
/illumos-gate/usr/src/cmd/auditreduce/
H A Dmain.c191 int range, procno, i, tofork, nnsp, nrem; in mfork() local
271 range = (nrem > 0) ? nnsp + 1 : nnsp; in mfork()
281 return (mfork(pcbn, range, lo, lo + range - 1)); in mfork()
293 lo += range; in mfork()
575 int range, i, tofork, nnsp, nrem; in mcount() local
590 range = (nrem > 0) ? nnsp + 1 : nnsp; in mcount()
591 mcount(range, lo); in mcount()
593 lo += range; in mcount()
/illumos-gate/usr/src/cmd/bhyve/
H A Dblock_if.c274 struct spacectl_range range; in blockif_proc() local
387 range.r_offset = br->br_offset; in blockif_proc()
388 range.r_len = br->br_resid; in blockif_proc()
390 while (range.r_len > 0) { in blockif_proc()
392 &range, 0, &range) != 0) { in blockif_proc()
H A Dpci_nvme.c2612 struct nvme_dsm_range *range = NULL; in nvme_opc_dataset_mgmt() local
2626 range = calloc(1, NVME_MAX_DSM_TRIM); in nvme_opc_dataset_mgmt()
2630 range = calloc(NVME_MAX_DSM_TRIM / sizeof (*range), sizeof (*range)); in nvme_opc_dataset_mgmt()
2632 if (range == NULL) { in nvme_opc_dataset_mgmt()
2643 range[r].starting_lba, range[r].length)) { in nvme_opc_dataset_mgmt()
2647 if (range[r].length != 0) in nvme_opc_dataset_mgmt()
2675 offset = range[0].starting_lba << sectsz_bits; in nvme_opc_dataset_mgmt()
2676 bytes = range[0].length << sectsz_bits; in nvme_opc_dataset_mgmt()
2695 offset = range[r].starting_lba << sectsz_bits; in nvme_opc_dataset_mgmt()
2696 bytes = range[r].length << sectsz_bits; in nvme_opc_dataset_mgmt()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME313 potential to be available - it just depends if visited WLANs are in range.
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A DTHIRDPARTYLICENSE314 generous contributions to the wide range of software distributed
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_sg.c855 int range; in ilbd_sg_check_rule_port() local
859 range = srv_maxport - srv_minport; in ilbd_sg_check_rule_port()
894 if ((range != r_maxport - r_minport) && range != 0) in ilbd_sg_check_rule_port()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c4312 char *range; in read_int_array() local
4426 range = strtok_r(ranges, ",", &tmp); in read_int_array()
4427 while (range != NULL) { in read_int_array()
4428 res = readrange(range, &lower, &upper); in read_int_array()
4458 range = strtok_r(NULL, ",", &tmp); in read_int_array()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c1730 boolean_t range = B_TRUE; in print_addr_range() local
1749 range = B_FALSE; in print_addr_range()
1755 range = B_FALSE; in print_addr_range()
1764 if (range) { in print_addr_range()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_zip.c43 uint16_t range; in interpret_ddp_zip() local
150 range = get_short(&p[4]); in interpret_ddp_zip()
179 "Network number = %d-%d", net, range); in interpret_ddp_zip()
202 range = get_short(&p[4]); in interpret_ddp_zip()
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c148 static void range(int, int, char *);
882 range(a, b, ","); in change()
884 if (opt == D_NORMAL) range(c, d, ","); in change()
889 range(a, b, " "); in change()
918 range(int a, int b, char *separator) in range() function
1134 range(lowa, upb, ","); in dump_context_vec()
1198 range(lowc, upd, ","); in dump_context_vec()
H A Ddiffh.c61 static void range(long a, int b);
248 range(a, b); in change()
250 range(c, d); in change()
255 range(long a, int b) in range() function
/illumos-gate/usr/src/cmd/diff3/
H A Ddiff3prog.c52 struct range {int from, to; }; struct
59 struct diff {struct range old, new; };
108 static void change(int i, struct range *rold, int dup);
109 static void prange(struct range *rold);
110 static void keep(int i, struct range *rnew);
112 static int duplicate(struct range *r1, struct range *r2);
396 change(int i, struct range *rold, int dup) in change()
415 prange(struct range *rold) in prange()
434 keep(int i, struct range *rnew) in keep()
437 struct range trange; in keep()
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.lquantzero.d.out1 Zero below the range:
124 Zero just below the range:
247 Zero at the bottom of the range:
394 Zero within the range:
541 Zero at the top of the range:
664 Zero just above the range:
787 Zero above the range:
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dman.ListProbesWithIDs46 * RESULT: not a valid id range
54 * RESULT: not a valid id range
58 * RESULT: not a valid id range
H A Dman.TraceIDs42 * RESULT: not a valid id range
46 * RESULT: not a valid id range
50 * RESULT: not a valid id range
54 * RESULT: not a valid id range
/illumos-gate/usr/src/cmd/fm/dicts/
H A DINTEL.po755 msgstr "Memory address is outside range mapped to memory dimms. Refer to %s for more information."

123456789