/src/usr.bin/make/unit-tests/ |
deptgt-error.mk | 12 .ERROR: sub-error 13 sub-error: .PHONY
|
/src/sys/arch/prep/prep/ |
ibm_machdep.c | 46 prop_dictionary_t dict, sub; local in function:pci_intr_fixup_ibm_6015 58 sub = prop_dictionary_create_with_capacity(4); 59 KASSERT(sub != NULL); 64 prop_dictionary_set(sub, key, intr_num); 67 prop_dictionary_set(dict, "devfunc-12", sub); 68 prop_object_release(sub); 72 sub = prop_dictionary_create_with_capacity(4); 77 prop_dictionary_set(sub, key, intr_num); 79 prop_dictionary_set(dict, key, sub); 81 prop_object_release(sub); [all...] |
platform.c | 223 prop_dictionary_t sub; local in function:create_intr_map 247 sub = prop_dictionary_create_with_capacity(MAX_PCI_INTRS); 268 prop_dictionary_set(sub, key, intr_num); 272 prop_dictionary_set(dict, key, sub); 273 prop_object_release(sub); 336 /* now we've created the dictionary, loop again and add the sub-dicts */
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ |
fe51_mul.S | 25 sub %r11,%rsp label
|
fe51_nsquare.S | 27 sub %r11,%rsp label 47 sub $1,%rsi label
|
fe51_pack.S | 27 sub %r11,%rsp label 62 sub $1,%r11 label 79 sub %r10,%rdx label 80 sub %rax,%rcx label 81 sub %rax,%r8 label 82 sub %rax,%r9 label 83 sub %rax,%rsi label
|
ladder.S | 23 sub %r11,%rsp label 137 sub $1,%rax label 144 sub $1,%rdx label 146 sub $4,%rsi label
|
ladder_base.S | 23 sub %r11,%rsp label 88 sub $1,%rax label 95 sub $1,%rdx label 97 sub $4,%rsi label
|
/src/sys/lib/libsa/ |
loadfile_aout.c | 96 int sub; local in function:loadfile_aout 104 sub = 0; 106 sub = sizeof(*x); 137 nr = READ(fd, maxp, x->a_text - sub); 142 if (nr != (ssize_t)(x->a_text - sub)) { 148 if (lseek(fd, x->a_text - sub, SEEK_CUR) == -1) { 154 maxp += x->a_text - sub;
|
/src/bin/stty/ |
stty.h | 54 int sub; member in struct:cchar
|
/src/distrib/sun2/miniroot/ |
Makefile | 41 install.sub 59 install.sub: ${DISTRIBDIR}/miniroot/install.sub 64 CLEANFILES+= install.sub
|
/src/distrib/sun3/miniroot/ |
Makefile | 41 install.sub 54 install.sub: ${DISTRIBDIR}/miniroot/install.sub 59 CLEANFILES+= install.sub
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/ |
priv.h | 63 bool sub; member in struct:nvkm_mmu_pt
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/xmm6/ |
salsa20_xmm6-asm.S | 21 sub %r11,%rsp label 39 sub %r9,%rdi label 62 sub %r11,%rsp label 436 sub $2,%rdx label 696 sub $256,%r9 label 843 sub $4,%rcx label 951 sub $64,%r9 label
|
/src/sys/arch/arm/nxp/ |
imx6_iomux.c | 180 for (int sub = OF_child(child); sub; sub = OF_peer(sub)) { local in function:imxiomux_attach 181 if (!of_hasprop(sub, "fsl,pins")) 183 fdtbus_register_pinctrl_config(self, sub, &imx6_pinctrl_funcs);
|
/src/bin/ed/ |
sub.c | 1 /* $NetBSD: sub.c,v 1.8 2025/09/17 20:35:11 rillig Exp $ */ 3 /* sub.c: This file contains the substitution routines for the ed 34 static char *rcsid = "@(#)sub.c,v 1.1 1994/02/01 00:34:44 alm Exp"; 36 __RCSID("$NetBSD: sub.c,v 1.8 2025/09/17 20:35:11 rillig Exp $"); 239 char *sub = rhbuf; local in function:apply_subst_template 241 for (; sub - rhbuf < rhbufi; sub++) 242 if (*sub == '&') { 248 } else if (*sub == '\\' && '1' <= *++sub && *sub <= '9' & [all...] |
/src/sys/arch/arm/rockchip/ |
rk3288_iomux.c | 352 for (int sub = OF_child(child); sub; sub = OF_peer(sub)) { local in function:rk3288_iomux_attach 353 if (!of_hasprop(sub, "rockchip,pins")) 355 fdtbus_register_pinctrl_config(self, sub, &rk3288_iomux_pinctrl_funcs);
|
rk3328_iomux.c | 290 int child, sub; local in function:rk3328_iomux_attach 304 for (sub = OF_child(child); sub; sub = OF_peer(sub)) { 305 if (!of_hasprop(sub, "rockchip,pins")) 307 fdtbus_register_pinctrl_config(self, sub, &rk3328_iomux_pinctrl_funcs);
|
rk3588_iomux.c | 1024 for (int sub = OF_child(child); sub; sub = OF_peer(sub)) { local in function:rk3588_iomux_attach 1025 if (!of_hasprop(sub, "rockchip,pins")) 1027 fdtbus_register_pinctrl_config(self, sub,
|
/src/sys/arch/hppa/hppa/ |
fpu.c | 331 u_int opcode, class, sub; local in function:hppa_fpu_emulate 347 * at bit 5, and sub for a class 1 instruction 358 : "=r" (opcode), "=r" (class), "=r" (sub) 364 sub = (inst >> (31 - 16)) & 3; 366 sub = (inst >> (31 - 18)) & 7; 387 exception = decode_0c(inst, class, sub, fpregs); 390 exception = decode_0e(inst, class, sub, fpregs);
|
/src/sys/arch/powerpc/pci/ |
pci_machdep_ofw.c | 201 prop_dictionary_t sub=0; local in function:genofw_setup_pciintr_map 238 sub = prop_dictionary_create_with_capacity(4); 242 prop_dictionary_set(sub, key, intr_num); 247 prop_dictionary_set(dict, key, sub); 249 prop_object_release(sub); 292 sub = prop_dictionary_create_with_capacity(4); 297 prop_dictionary_set(sub, key, intr_num); 300 prop_dictionary_set(dict, key, sub); 301 prop_object_release(sub); 330 sub = prop_dictionary_create_with_capacity(4) [all...] |
/src/usr.bin/pmap/ |
pmap.c | 215 /* these are the "sub entries" */ 278 /* these are the "sub entries" */ 837 const char *sub = mapname(vme->object.sub_map); local in function:findname 838 snprintf(buf, sizeof(buf), " [ %s ]", sub ? sub : "(submap)");
|
/src/sys/arch/macppc/dev/ |
ofb.c | 149 int console, node, sub; local in function:ofbattach 164 sub = OF_child(node); 165 while ((sub != 0) && (sub != console_node)) { 166 sub = OF_peer(sub); 168 if (sub == console_node) {
|
/src/usr.bin/make/ |
str.h | 113 Substring sub; local in function:Substring_Init 115 sub.start = start; 116 sub.end = end; 117 return sub; 127 Substring_Length(Substring sub) 129 return (size_t)(sub.end - sub.start); 133 Substring_IsEmpty(Substring sub) 135 return sub.start == sub.end [all...] |
/src/usr.sbin/altq/libaltq/ |
quip_server.c | 399 char *ap, *next, sub[256]; local in function:string_match 418 strncpy(sub, ap+1, sublen); 419 sub[sublen] = '\0'; 420 if ((s2 = strstr(s2, sub)) == NULL)
|