Home
last modified time | relevance | path

Searched refs:sub (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/lib/libpcidb/common/
H A Dpcidb.c203 return (sub); in parse_subdev()
249 return (sub); in pcidb_parse_subclass()
317 sub = NULL; in parse_db()
458 free(sub); in pcidb_close()
479 free(sub); in pcidb_close()
591 for (sub = list_head(&dev->pd_subs); sub != NULL; in pcidb_lookup_subvd_by_device()
592 sub = list_next(&dev->pd_subs, sub)) { in pcidb_lookup_subvd_by_device()
593 if (sub->ps_vid == svid && sub->ps_did == sdid) in pcidb_lookup_subvd_by_device()
637 return (list_next(&sub->ps_dev->pd_subs, sub)); in pcidb_subvd_iter_next()
725 sub != NULL; sub = list_next(&class->pc_subclass, sub)) { in pcidb_lookup_subclass_by_class()
[all …]
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmemcmp.S73 sub %ecx, %eax
107 sub $8, %rdx
142 sub (%rdi), %rax
143 sub 8 (%rdi), %r8
152 sub $32, %rdx
181 sub $8, %r8d
187 sub %ecx, %eax
246 sub $64, %rdx
308 sub $64, %rdx
348 sub $64, %rdx
[all …]
H A Dstrcmp.S84 sub $16, %r11
111 sub %rax, %r9
131 sub %r9d, %edx
159 sub $16, %r11
173 sub $16, %r11
195 sub %r9d, %edx
235 sub $16, %r11
260 sub $16, %r11
345 sub $16, %r11
371 sub $16, %r11
[all …]
H A Dstrcpy.S82 sub $16, %r8
149 sub $16, %r8
164 sub $16, %r8
176 sub $16, %r8
188 sub $16, %r8
201 sub $16, %r8
239 sub $16, %r8
260 sub $16, %r8
284 sub $16, %r8
306 sub $16, %r8
[all …]
H A Dmemcpy.S1396 sub $0x30,%r8
1426 sub $0x10,%r8
1439 sub $0x10,%r8
1451 sub $0x30,%r8
1481 sub $0x10,%r8
1494 sub $0x10,%r8
1506 sub $0x30,%r8
1536 sub $0x10,%r8
1549 sub $0x10,%r8
1561 sub $0x30,%r8
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregsubcomp.c134 if (sub) in regsubcomp()
139 sub->re_buf = sub->re_end = 0; in regsubcomp()
140 p->re_sub = sub; in regsubcomp()
141 p->env->sub = 1; in regsubcomp()
142 op = sub->re_ops; in regsubcomp()
156 t = sub->re_rhs; in regsubcomp()
362 regsub_t* sub; in regsubfree() local
364 if (p && (env = p->env) && env->sub && (sub = p->re_sub)) in regsubfree()
366 env->sub = 0; in regsubfree()
370 if (sub->re_buf) in regsubfree()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A Dlilly.progs79 {if(sub(/=/,"#"))print $0}
80 {if(sub(/\=/,"#"))print $0}
81 {if(sub(/==/,"#"))print $0}
82 {if(sub(/\+=/,"#"))print $0}
83 {if(sub(/\*=/,"#"))print $0}
84 {if(sub(/-=/,"#"))print $0}
86 {if(sub(/%=/,"#"))print $0}
87 {if(sub(/^=/,"#"))print $0}
88 {if(sub(/!=/,"#"))print $0}
89 {if(sub(/<=/,"#"))print $0}
[all …]
/illumos-gate/usr/src/lib/libdemangle/common/
H A Dcxx_util.c349 (void) memset(sub, 0, sizeof (*sub)); in sub_init()
356 if (sub == NULL) in sub_fini()
359 sub_clear(sub); in sub_fini()
360 xfree(sub->sub_ops, sub->sub_items, sub->sub_size); in sub_fini()
368 if (sub == NULL) in sub_clear()
392 if (sub->sub_len + amt < sub->sub_size) in sub_reserve()
396 void *temp = xrealloc(sub->sub_ops, sub->sub_items, in sub_reserve()
418 name_t *dest = &sub->sub_items[sub->sub_len++]; in sub_save()
423 sub->sub_len--; in sub_save()
475 name_t *top = &sub->sub_items[--sub->sub_len]; in sub_pop()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dstrmatch.c99 if (sub && n > 0) in strgrpmatch()
103 int* subi = (int*)sub; in strgrpmatch()
108 sub[0] = sub[1] = 0; in strgrpmatch()
133 if (!sub || n <= 0) in strgrpmatch()
145 if (!sub || n <= 0) in strgrpmatch()
150 int* subi = (int*)sub; in strgrpmatch()
161 end = sub + n * 2; in strgrpmatch()
162 for (n = 0; sub < end && n <= i; n++) in strgrpmatch()
164 *sub++ = matchstate.match[n].rm_so; in strgrpmatch()
165 *sub++ = matchstate.match[n].rm_eo; in strgrpmatch()
[all …]
H A Dccmapid.c142 ssize_t sub[2]; in ccmapid() local
147 if (strgrpmatch(name, mp->match, sub, elementsof(sub) / 2, STR_MAXIMAL|STR_LEFT|STR_ICASE)) in ccmapid()
149 if (!(c = name[sub[1]])) in ccmapid()
151 if (sub[1] > n && !isalpha(c)) in ccmapid()
153 n = sub[1]; in ccmapid()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dregcmp.c40 unsigned char sub[SUB]; member
75 unsigned char sub[SUB]; in regcmp() local
142 memset(sub, 0, sizeof(sub)); in regcmp()
145 sub[j] = paren[i] + 1; in regcmp()
185 memcpy(re->sub, sub, (nsub + 1) * sizeof(sub[0])); in regcmp()
196 char* sub[SUB + 1]; in regex() local
207 sub[n] = va_arg(ap, char*); in regex()
215 if (i = re->sub[n]) in regex()
219 strlcpy(sub[n], subject + match[i].rm_so, k); in regex()
220 *(sub[n] + k) = 0; in regex()
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dt.sub02 {sub(/[aeiou]/, "foo"); print}
3 {sub("[aeiou]", "foo"); print}
8 {sub(/[aeiou]/, "&foo"); print}
9 {sub("[aeiou]", "&foo"); print}
14 {sub(/[aeiou]/, "\&foo"); print}
15 {sub("[aeiou]", "\&foo"); print}
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_capab.c376 dl_capability_sub_t *sub, *end; in i_capab_ack() local
394 - sizeof (*sub)); in i_capab_ack()
395 for (; (sub <= end) && (err == 0); ) { in i_capab_ack()
396 switch (sub->dl_cap) { in i_capab_ack()
404 sub = (dl_capability_sub_t *)((caddr_t)sub + sizeof (*sub) in i_capab_ack()
405 + sub->dl_length); in i_capab_ack()
460 capend = (caddr_t)(sub + 1) + sub->dl_length; in i_capab_sub_ack()
467 switch (sub->dl_cap) { in i_capab_sub_ack()
469 hcksum = (dl_capab_hcksum_t *)(sub + 1); in i_capab_sub_ack()
474 zcopy = (dl_capab_zerocopy_t *)(sub + 1); in i_capab_sub_ack()
[all …]
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vrsqrtf.S955 sub %g1,%o0,%g1
1000 sub %g5,%o0,%g5
1070 sub %g1,%o1,%g1
1131 sub %i4,%o1,%i4
1201 sub %g1,%o3,%g1
1270 sub %o5,%o3,%o5
1340 sub %i3,%o3,%i3
1405 sub %g5,%o3,%g5
1475 sub %g1,%o3,%g1
1537 sub %i4,%o3,%i4
[all …]
H A D__vrsqrt.S1176 sub %o7,537,%o7
1198 sub %o7,537,%o7
1252 sub %o7,537,%o7
1273 sub %o7,537,%o7
1327 sub %o7,537,%o7
1344 sub %o7,537,%o7
1393 sub %o7,537,%o7
1410 sub %o7,537,%o7
1461 sub %o7,537,%o7
1478 sub %o7,537,%o7
[all …]
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcmp.S78 sub %o4, 8, %o4 ! o4 = -(num of bytes to dbl align)
80 sub %o3, %o4, %o3 ! o3 = 8 + (num of bytes to dbl align)
99 sub %g0, %g0, %o0
134 sub %o1, %o0, %o1 ! o1 gets the difference
139 sub %o2, 8, %o2
143 sub %o1, %o0, %o1 ! o1 gets the difference
157 sub %g0, %g0, %o0 ! strings compare equal
163 sub %o4, %o5, %o0 ! return(*s1 - *s2)
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcmp.S71 sub %o4, 8, %o4 ! o4 = -(num of bytes to dbl align)
73 sub %o3, %o4, %o3 ! o3 = 8 + (num of bytes to dbl align)
93 sub %g0, %g0, %o0
130 sub %o1, %o0, %o1 ! o1 gets the difference
135 sub %o2, 8, %o2
139 sub %o1, %o0, %o1 ! o1 gets the difference
153 sub %g0, %g0, %o0 ! strings compare equal
159 sub %o4, %o5, %o0 ! return(*s1 - *s2)
171 sub %i3, 64, %i3
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2947 if (z->state->sub.check.was != z->state->sub.check.need)
3223 ZFREE(z, s->sub.trees.blens, s->sub.trees.nblens * sizeof(uInt));
3349 t = s->sub.left;
3388 while (s->sub.trees.index < 4 + (s->sub.trees.table >> 10))
3391 s->sub.trees.blens[border[s->sub.trees.index++]] = (uInt)b & 7;
3395 s->sub.trees.blens[border[s->sub.trees.index++]] = 0;
3396 s->sub.trees.bb = 7;
3397 t = inflate_trees_bits(s->sub.trees.blens, &s->sub.trees.bb,
3424 s->sub.trees.blens[s->sub.trees.index++] = c;
3478 ZFREE(z, s->sub.trees.blens, s->sub.trees.nblens * sizeof(uInt));
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Darith.c63 register char *sub=0, *cp=(char*)np; in scope() local
84 Fun = sh_arith(shp,sub=stakptr(offset)); in scope()
113 sub = nv_refsub(np); in scope()
124 if(sub) in scope()
125 nv_putsub(np,sub,assign==NV_ASSIGN?ARRAY_ADD:0); in scope()
131 if(sub) in scope()
135 sub = cp; in scope()
158 sub = sfstruse(shp->strbuf); in scope()
160 if(strchr(sub,'$')) in scope()
161 sub = sh_mactrim(shp,sub,0); in scope()
[all …]
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A D_stack_grow.S66 sub %o1, STACK_BIAS, %o3
68 sub %o0, %o3, %o4
87 sub %sp, %o3, %o4
91 sub %o3, STACK_ALIGN, %sp
H A Dmemcmp.S62 sub %o1, %o0, %o1
143 sub %o4, %o5, %o0 ! delay slot, return(*s1 - *s2)
160 sub %o1, %o0, %o1
171 sub %o1, 1, %o1 ! used 3 bytes of the last word read
183 sub %o1, %o0, %o1
194 sub %o1, 3, %o1 ! used 1 byte of the last word read
205 sub %o1, %o0, %o1
216 sub %o1, 2, %o1 ! only used half of the last read word
221 sub %o1, %o0, %o1
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c3620 } sub; /* submode */ member
3861 if (z->state->sub.check.was != z->state->sub.check.need)
4179 } sub; /* submode */ member
4431 s->sub.left));
4438 t = s->sub.left;
4479 while (s->sub.trees.index < 4 + (s->sub.trees.table >> 10))
4482 s->sub.trees.blens[border[s->sub.trees.index++]] =
4487 s->sub.trees.blens[border[s->sub.trees.index++]] =
4490 t = inflate_trees_bits(s->sub.trees.blens, &s->sub.trees.bb,
4521 s->sub.trees.blens[s->sub.trees.index++] =
[all …]
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dmemcmp.S61 sub %o1, %o0, %o1
140 sub %o4, %o5, %o0 ! delay slot, return(*s1 - *s2)
157 sub %o1, %o0, %o1
168 sub %o1, 1, %o1 ! used 3 bytes of the last word read
180 sub %o1, %o0, %o1
191 sub %o1, 3, %o1 ! used 1 byte of the last word read
201 sub %o1, %o0, %o1
212 sub %o1, 2, %o1 ! only used half of the last read word
217 sub %o1, %o0, %o1
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A Dhwmuldiv.S82 sub %o0, %o2, %o0
93 sub %o0, %o2, %o0
137 sub %o1, %o2, %o0 ! %o0 = a - b
139 sub %o1, %o0, %o1 ! %o1 = (a < b) ? a : b = min(a, b)
154 sub %o1, %o3, %o1
166 sub %o1, %o3, %o1
/illumos-gate/usr/src/boot/sys/sys/
H A Dmodule.h139 #define DECLARE_MODULE_WITH_MAXVER(name, data, sub, order, maxver) \ argument
143 SYSINIT(name##module, sub, order, module_register_init, &data); \
146 #define DECLARE_MODULE(name, data, sub, order) \ argument
147 DECLARE_MODULE_WITH_MAXVER(name, data, sub, order, MODULE_KERNEL_MAXVER)
156 #define DECLARE_MODULE_TIED(name, data, sub, order) \ argument
157 DECLARE_MODULE_WITH_MAXVER(name, data, sub, order, __FreeBSD_version)

12345678910>>...12