/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/ |
disp.h | 20 u16 script[3]; member in struct:nvbios_outp
|
dp.h | 14 u32 script[5]; member in struct:nvbios_dpout
|
perf.h | 18 u32 script; member in struct:nvbios_perfE
|
/src/sys/arch/ia64/stand/common/ |
interp.c | 158 * that the script won't stop if they fail). 199 struct includeline *script, *se, *sp; local in function:include 217 * Read the script into memory. 219 script = se = NULL; 243 /* Allocate script line structure and copy line, flags */ 253 if (script == NULL) { 254 script = sp; 263 * Execute the script 272 for (sp = script; sp != NULL; sp = sp->next) { 315 while(script != NULL) [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
cl5070.h | 83 __u16 script; member in struct:nv50_disp_sor_lvds_script_v0
|
/src/usr.bin/sed/ |
main.c | 91 static struct s_compunit *script, **cu_nextp = &script; variable in typeref:struct:s_compunit * 207 /* First usage case; script is the first arg */ 254 if (script == NULL) { 260 switch (script->type) { 262 if ((f = fopen(script->s, "r")) == NULL) 263 err(1, "%s", script->s); 264 fname = script->s; 269 sizeof(string_ident), "\"%s\"", script->s)) >= 274 s = script->s [all...] |
/src/sys/arch/bebox/stand/boot/ |
sdvar.h | 45 /* tables used by SCRIPT */ 54 * This structure interfaces the SCRIPT with the driver; it describes a full 80 * xfer description of the script: tables and reselect script 113 uint32_t *script; /* script addr */ member in struct:siop_adapter
|
siop.c | 260 u_long scriptaddr = local_to_PCI((u_long)adp->script); 375 if ((istat & ISTAT_DIP) && (dstat & DSTAT_SIR)) { /* script interrupt */ 384 "script interrupt 0x%x with invalid DSA\n", 475 * restart the script now if command completed properly 535 void *scriptaddr = (void *)local_to_PCI((u_long)adp->script); 538 adp->script[Ent_resel_targ0 / 4 + adp->sel_t * 2] = 542 adp->script[free_lo + i] = htoc32(lun_switch[i]); 543 adp->script[free_lo + E_abs_lunsw_return_Used[0]] = 627 uint32_t dsa, *script = adp->script; local in function:siop_start 745 uint32_t *script = adp->script; local in function:siop_add_reselsw 771 uint32_t *script = adp->script; local in function:siop_update_scntl3 1176 uint32_t *script; local in function:siop_init [all...] |
/src/sys/arch/prep/stand/boot/ |
sdvar.h | 45 /* tables used by SCRIPT */ 54 * This structure interfaces the SCRIPT with the driver; it describes a full 80 * xfer description of the script: tables and reselect script 113 uint32_t *script; /* script addr */ member in struct:siop_adapter
|
siop.c | 237 u_long scriptaddr = local_to_PCI((u_long)adp->script); 354 if ((istat & ISTAT_DIP) && (dstat & DSTAT_SIR)) { /* script interrupt */ 363 "script interrupt 0x%x with invalid DSA\n", 454 * restart the script now if command completed properly 514 void *scriptaddr = (void *)local_to_PCI((u_long)adp->script); 517 adp->script[Ent_resel_targ0 / 4 + adp->sel_t * 2] = 521 adp->script[free_lo + i] = htoc32(lun_switch[i]); 522 adp->script[free_lo + E_abs_lunsw_return_Used[0]] = 606 uint32_t dsa, *script = adp->script; local in function:siop_start 724 uint32_t *script = adp->script; local in function:siop_add_reselsw 750 uint32_t *script = adp->script; local in function:siop_update_scntl3 1138 uint32_t *script; local in function:siop_init [all...] |
/src/usr.bin/rump_dhcpclient/ |
if-options.h | 100 char script[PATH_MAX]; member in struct:if_options
|
/src/usr.sbin/ifwatchd/ |
ifwatchd.c | 245 "\tifwatchd [-hiqv] [-A arrival-script] [-D departure-script]\n" 246 "\t\t [-d down-script] [-u up-script]\n" 247 "\t\t [-c carrier-script] [-n no-carrier-script] ifname(s)\n" 255 "\t -i no (!) initial run of the up script if the interface\n" 359 const char *script; local in function:invoke_script 365 script = *scripts[ev]; 366 if (script == NULL [all...] |
/src/usr.sbin/sysinst/ |
main.c | 63 FILE *script; variable in typeref:typename:FILE * 104 FILE *script; /* script file */ variable in typeref:typename:FILE * 591 if (script) { 592 fprintf(script, "# Script ended at: %s\n", safectime(&tloc)); 593 fflush(script); 594 fclose(script); 595 script = NULL;
|
/src/sys/dev/microcode/siop/ |
ncr53cxxx.c | 103 u_int32_t script[MAXINST]; variable in typeref:typename:u_int32_t[] 105 char *script_name = "SCRIPT"; 644 script[p->offset / 4] += dsps; 687 fprintf (outfp, "\t0x%08x, 0x%08x", script[i], 688 script[i + 1]); 690 if ((script[i] & 0xe0000000) == 0xc0000000) 691 fprintf (outfp, ", 0x%08x,", script[i + 2]); 695 if ((script[i] & 0xe0000000) == 0xc0000000) 955 script[i++] = inst0; 956 script[i++] = inst1 [all...] |
/src/distrib/amiga/miniroot/ |
install.md | 33 # machine dependent section of installation/upgrade script.
|
/src/distrib/atari/floppies/prepare/ |
install.md | 33 # machine dependent section of installation/upgrade script.
|
/src/distrib/sparc/ |
install.md | 33 # machine dependent section of installation/upgrade script.
|
/src/distrib/sun2/miniroot/ |
install.md | 33 # machine dependent section of installation/upgrade script.
|
/src/distrib/sun3/miniroot/ |
install.md | 33 # machine dependent section of installation/upgrade script.
|
/src/libexec/httpd/ |
bozohttpd.h | 75 const char *script; member in struct:lua_state_map
|
/src/distrib/hp300/miniroot/ |
install.md | 34 # machine dependent section of installation/upgrade script
|
/src/distrib/mac68k/miniroot/ |
install.md | 34 # machine dependent section of installation/upgrade script
|
/src/distrib/mvme68k/miniroot/ |
install.md | 34 # machine dependent section of installation/upgrade script
|