Home
last modified time | relevance | path

Searched refs:n1 (Results 1 – 25 of 137) sorted by path

123456

/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DTpm12.h593 TPM_NONCE n1; member
/illumos-gate/usr/src/boot/forth/
H A Dsupport.4th233 : getenvn ( n1 c-addr/u -- n1 | n2 )
236 drop ( n1 -1 -- n1 )
238 s2n ( n1 c-addr/u1 -- n1 n2 )
241 drop ( n1 n2 -- n1 )
243 nip ( n1 n2 -- n2 )
/illumos-gate/usr/src/boot/libsa/
H A Dzalloc_malloc.c147 Calloc(size_t n1, size_t n2, const char *file, int line) in Calloc() argument
149 uintptr_t bytes = (uintptr_t)n1 * (uintptr_t)n2; in Calloc()
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm663 my($n1, $n2);
665 $n1 = $1;
667 $n1 = 0;
675 if ($n1 == $n2) {
681 $n2 <=> $n1;
/illumos-gate/usr/src/cmd/awk/
H A Dlib.c112 makefields(int n1, int n2) /* create $n1..$n2 inclusive */ in makefields() argument
117 for (i = n1; i <= n2; i++) { in makefields()
498 cleanfld(int n1, int n2) in cleanfld() argument
503 for (i = n1; i <= n2; i++) { in cleanfld()
H A Drun.c1316 int n1, n2; in cat() local
1321 n1 = strlen(getsval(x)); in cat()
1322 (void) adjbuf(&s, &ssz, n1 + 1, recsize, 0, "cat1"); in cat()
1327 (void) adjbuf(&s, &ssz, n1 + n2 + 1, recsize, 0, "cat2"); in cat()
1328 (void) strncpy(s + n1, y->sval, ssz - n1); in cat()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dnetwork.c140 register int n, n1; in netflush() local
145 if ((n1 = n = ring_full_consecutive(&netoring)) > 0) { in netflush()
180 if ((n1 == n) && ring_full_consecutive(&netoring)) { in netflush()
H A Dterminal.c105 register int n, n0, n1; local
108 if ((n1 = n = ring_full_consecutive(&ttyoring)) > 0) {
127 if (n1 == n && n0 > n) {
128 n1 = n0 - n;
130 n1 = TerminalWrite((char *)ttyoring.bottom, n1);
131 if (n1 == -1) {
134 n1 = 0;
137 n += n1;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dtlx.c297 netbufs_equal(struct netbuf *n1, struct netbuf *n2) in netbufs_equal() argument
299 return ((n1->len == n2->len) && in netbufs_equal()
300 (memcmp(n1->buf, n2->buf, (size_t)n1->len) == 0)); in netbufs_equal()
/illumos-gate/usr/src/cmd/crypt/
H A Dcrypt.c104 int i, n1, n2, nchar; in main() local
161 n1 = (int)(header.offset&MASK); in main()
170 n2)&MASK] - n2)&MASK] - n1; in main()
171 n1++; in main()
172 if (n1 == ROTORSZ) { in main()
173 n1 = 0; in main()
185 n1 = 0; in main()
189 i = t2[(t3[(t1[(i+n1)&MASK]+n2)&MASK]-n2)&MASK]-n1; in main()
191 n1++; in main()
192 if (n1 == ROTORSZ) { in main()
[all …]
/illumos-gate/usr/src/cmd/dc/
H A Ddc.c1836 int c, n1, n2; in add() local
1844 n1 = sfeof(a1) ? 0 : sgetc(a1); in add()
1846 n = n1 + n2 + carry; in add()
/illumos-gate/usr/src/cmd/diff/
H A Ddiffh.c148 s1 = getl(1, ++n1); in main()
156 clrl(1, n1); in main()
189 getl(1, n1+k-m)) != 0) in easysynch()
195 s1 = getl(1, n1+j); in easysynch()
201 getl(1, n1+j-m)) != 0) in easysynch()
218 change(n0-1, 0, n1, b, "a"); in output()
220 change(n0, a, n1-1, 0, "d"); in output()
222 change(n0, a, n1, b, "c"); in output()
234 s = getl(1, n1+i); in output()
238 clrl(1, n1+i); in output()
[all …]
/illumos-gate/usr/src/cmd/eqn/
H A Dio.c208 nrwid(int n1, int p, int n2) in nrwid() argument
210 printf(".nr %d \\w'\\s%d\\*(%d'\n", n1, EFFPS(p), n2); in nrwid()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.c2243 fmd_nvl_fmri_contains(fmd_hdl_t *hdl, nvlist_t *n1, nvlist_t *n2) in fmd_nvl_fmri_contains() argument
2248 if (n1 == NULL || n2 == NULL) { in fmd_nvl_fmri_contains()
2250 "invalid nvlist(s): %p, %p\n", (void *)n1, (void *)n2); in fmd_nvl_fmri_contains()
2253 rv = fmd_fmri_contains(n1, n2); in fmd_nvl_fmri_contains()
/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c446 uint_t n1, n2, arrsz, repsz; in get_email_prefs() local
448 r = nvlist_lookup_boolean_array(p_nvl[0], "active", &act1, &n1); in get_email_prefs()
451 r += nvlist_lookup_string_array(p_nvl[0], "to", &arr1, &n1); in get_email_prefs()
480 &n1); in get_email_prefs()
483 repsz = n1 = n2 = 0; in get_email_prefs()
485 nd_split_list(nhdl, arr1[0], ",", &reparr1, &n1) != 0 || in get_email_prefs()
487 (repsz = nd_merge_strarray(nhdl, tmparr1, n1, tmparr2, n2, in get_email_prefs()
494 if (n1) in get_email_prefs()
495 nd_free_strarray(reparr1, n1); in get_email_prefs()
/illumos-gate/usr/src/cmd/format/
H A Dstartup.c2919 int n1; in disk_name_compare() local
2931 n1 = strtol(s1, &p1, 10); in disk_name_compare()
2933 if (n1 != n2) { in disk_name_compare()
2934 return (n1 - n2); in disk_name_compare()
/illumos-gate/usr/src/cmd/iconv/
H A Dcharmap.c175 cmap_compare_sym(const void *n1, const void *n2) in cmap_compare_sym() argument
177 const charmap_t *c1 = n1; in cmap_compare_sym()
190 cmap_compare_mbs(const void *n1, const void *n2) in cmap_compare_mbs() argument
192 const charmap_t *c1 = n1; in cmap_compare_mbs()
H A Diconv_list.c58 cs_compare(const void *n1, const void *n2) in cs_compare() argument
60 const codeset_t *c1 = n1; in cs_compare()
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmapd.c567 trace_str(nvlist_t *entry, char *n1, char *n2, char *str) in trace_str() argument
571 (void) strlcpy(name, n1, sizeof (name)); in trace_str()
579 trace_int(nvlist_t *entry, char *n1, char *n2, int64_t i) in trace_int() argument
583 (void) strlcpy(name, n1, sizeof (name)); in trace_int()
591 trace_sid(nvlist_t *entry, char *n1, char *n2, idmap_sid *sid) in trace_sid() argument
599 trace_str(entry, n1, n2, str); in trace_sid()
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dqry.c810 uint32_t *p1, n1; in qry_and_match() local
837 p1 = p[i]; n1 = n[i]; in qry_and_match()
848 FOR_EACH_OBJS(p1, n1, uid, { in qry_and_match()
862 n1 = n2 = 0; /* force break */ in qry_and_match()
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dserver_stubs.c122 static int cmp_gss_names(gss_name_t n1, gss_name_t n2) in cmp_gss_names() argument
127 if (GSS_ERROR(emaj = gss_compare_name(&emin, n1, n2, &equal))) in cmp_gss_names()
135 static int cmp_gss_names_rel_1(gss_name_t n1, gss_name_t n2) in cmp_gss_names_rel_1() argument
140 ret = cmp_gss_names(n1, n2); in cmp_gss_names_rel_1()
141 if (n1) (void) gss_release_name(&min_stat, &n1); in cmp_gss_names_rel_1()
/illumos-gate/usr/src/cmd/localedef/
H A Dcharmap.c164 cmap_compare_sym(const void *n1, const void *n2) in cmap_compare_sym() argument
166 const charmap_t *c1 = n1; in cmap_compare_sym()
175 cmap_compare_wc(const void *n1, const void *n2) in cmap_compare_wc() argument
177 const charmap_t *c1 = n1; in cmap_compare_wc()
H A Dcollate.c337 weight_compare(const void *n1, const void *n2) in weight_compare() argument
339 int32_t k1 = ((const weight_t *)n1)->pri; in weight_compare()
346 collsym_compare(const void *n1, const void *n2) in collsym_compare() argument
348 const collsym_t *c1 = n1; in collsym_compare()
359 const collundef_t *c1 = n1; in collundef_compare()
370 const collelem_t *c1 = n1; in element_compare_symbol()
381 const collelem_t *c1 = n1; in element_compare_expand()
392 wchar_t k1 = ((const collchar_t *)n1)->wc; in collchar_compare()
399 subst_compare(const void *n1, const void *n2) in subst_compare() argument
401 int32_t k1 = ((const subst_t *)n1)->key; in subst_compare()
[all …]
H A Dctype.c56 ctype_compare(const void *n1, const void *n2) in ctype_compare() argument
58 const ctype_node_t *c1 = n1; in ctype_compare()
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c1049 int m, n, n1, m1; /* when we need to read integers */ in conv() local
1112 fscanf(fp, "%d %d %c", &n, &m, &n1); in conv()
1128 fscanf(fp, "%d %d %d %d", &n, &m, &n1, &m1); in conv()
1129 drawarc(n, m, n1, m1, c); in conv()

123456