Home
last modified time | relevance | path

Searched refs:buffer (Results 1 – 25 of 857) sorted by path

12345678910>>...35

/illumos-gate/usr/src/boot/common/
H A Disapnp.c126 isapnp_get_resource_info(uint8_t *buffer, int len) in isapnp_get_resource_info() argument
144 if (buffer != NULL) in isapnp_get_resource_info()
145 buffer[i] = temp; in isapnp_get_resource_info()
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DTpm20.h921 BYTE buffer[sizeof (TPMU_HA)]; member
927 BYTE buffer[sizeof (TPMT_HA)]; member
942 BYTE buffer[1024]; member
948 BYTE buffer[MAX_DIGEST_BUFFER]; member
954 BYTE buffer[MAX_NV_INDEX_SIZE]; member
960 BYTE buffer[sizeof (UINT64)]; member
1277 BYTE buffer[MAX_SYM_KEY_BYTES]; member
1288 BYTE buffer[MAX_SYM_DATA]; member
1449 BYTE buffer[MAX_RSA_KEY_BYTES]; member
1464 BYTE buffer[MAX_ECC_KEY_BYTES]; member
[all …]
/illumos-gate/usr/src/boot/efi/loader/
H A Dmain.c1206 EFI_HANDLE *buffer = NULL; in command_lsefi() local
1212 status = BS->LocateHandle(AllHandles, NULL, NULL, &bufsz, buffer); in command_lsefi()
1218 if ((buffer = malloc(bufsz)) == NULL) { in command_lsefi()
1223 status = BS->LocateHandle(AllHandles, NULL, NULL, &bufsz, buffer); in command_lsefi()
1225 free(buffer); in command_lsefi()
1238 handle = buffer[i]; in command_lsefi()
1280 free(buffer); in command_lsefi()
/illumos-gate/usr/src/boot/forth/
H A Dmenu.4th720 \ now we have the buffer c-addr on top
723 \ Copy the current caption into our buffer
727 -rot -rot \ bring buffer addr to top
729 1+ \ increment buffer addr
730 rot 1- \ bring buffer len to top and decrement
731 dup 0= \ exit loop if buffer len is zero
733 2drop \ buffer len/addr
H A Dmenusets.4th413 \ to our buffer so that we can safely use the s-quote (s") buf again.
H A Dsupport.4th369 \ Read buffer size
1966 \ compute the length of the buffer including the spaces between words
/illumos-gate/usr/src/boot/i386/btx/btx/
H A Dbtx.S25 .set MEM_BUF,0x1800 # Scratch buffer
373 call dump # buffer
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dsio.S66 testb $0x20,%al # buffer empty?
78 sio_getc.1: subb $0x5,%dl # Receiver buffer reg
/illumos-gate/usr/src/boot/i386/isoboot/
H A Dcd9660read.c59 read_iso_block(void *buffer, daddr_t blkno) in read_iso_block() argument
62 return (drvread(&dsk, buffer, cdb2devb(blkno), in read_iso_block()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dpxe.h429 SEGOFF16_t buffer; /* SEG:OFF to the packet buffer */ member
440 SEGOFF16_t buffer; /* SEG:OFF to the packet buffer */ member
/illumos-gate/usr/src/boot/i386/pmbr/
H A Dpmbr.s109 movw $LOAD/16,%bx # set buffer segment
132 pushw %bx # the transfer buffer
/illumos-gate/usr/src/boot/include/net/
H A Dif.h370 void *buffer; member
/illumos-gate/usr/src/boot/sys/amd64/include/pc/
H A Dbios.h114 int bios_oem_strings(struct bios_oem *oem, u_char *buffer, size_t maxlen);
/illumos-gate/usr/src/boot/sys/i386/include/pc/
H A Dbios.h339 int bios_oem_strings(struct bios_oem *oem, u_char *buffer, size_t maxlen);
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dfrontend.c539 readline(char **buffer, FILE *fp) in readline() argument
551 *buffer = line_to_buf(*buffer, buf); /* append buf to buffer */ in readline()
557 *buffer = line_to_buf(*buffer, buf); in readline()
562 *buffer = line_to_buf(*buffer, buf); in readline()
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c223 char buffer[1024]; in add_by_name() local
246 (void) snprintf(buffer, sizeof (buffer), "%s", interface->IF_name); in add_by_name()
254 ADD_EQUALS(buffer); in add_by_name()
258 (void) strcat(buffer, " DATA"); in add_by_name()
260 (void) strcat(buffer, " FILTER "); in add_by_name()
263 ADD_EQUALS(buffer); in add_by_name()
273 ADD_EQUALS(buffer); in add_by_name()
280 ADD_EQUALS(buffer); in add_by_name()
281 (void) strcat(buffer, " DIRECT"); in add_by_name()
284 ADD_EQUALS(buffer); in add_by_name()
[all …]
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Ddb.c184 static char buffer[MAXLINE]; in db_get_output_file() local
196 (void) strncpy(buffer, Database.Current_File, sizeof (buffer)); in db_get_output_file()
197 p = basename(buffer); in db_get_output_file()
222 char buffer[MAXLINE]; in db_add_print_types() local
226 (void) snprintf(buffer, sizeof (buffer), "%s, %s", print_type, c_type); in db_add_print_types()
232 &buffer[0]); in db_add_print_types()
H A Dinterceptor.c150 char buffer[MAXLINE]; in print_function_signature() local
152 (void) snprintf(buffer, sizeof (buffer), "%s", name); in print_function_signature()
153 (void) fprintf(Bodyfp, xtype, buffer); in print_function_signature()
H A Dsymtab.c538 char buffer[MAXLINE]; in symtab_add_print_types() local
547 (void) snprintf(buffer, sizeof (buffer), "%s, %s", print_type, c_type); in symtab_add_print_types()
553 &buffer[0]); in symtab_add_print_types()
681 static char buffer[MAXLINE]; in type_of() local
686 q = &buffer[0]; in type_of()
695 return (strtrim(&buffer[0])); in type_of()
H A Dtrace.c624 buffer[MAXLINE+1], in to_basetype() local
625 *q = &buffer[0]; in to_basetype()
629 buffer[0] = '\0'; in to_basetype()
655 assert(q < &buffer[MAXLINE], "q fell off end of buffer"); in to_basetype()
660 assert(strlen(buffer) < MAXLINE, "buffer length exceeded MAXLINE"); in to_basetype()
661 (void) strcpy(str, buffer); in to_basetype()
673 static char buffer[MAXLINE+1]; in to_actual() local
676 *buffer = '\0'; in to_actual()
678 n = MAXLINE - snprintf(buffer, MAXLINE, "%s", name_of(p)); in to_actual()
682 n -= snprintf(strend(buffer), n, in to_actual()
[all …]
/illumos-gate/usr/src/cmd/acctadm/
H A Dres.c345 buf2str(ac_res_t *buffer, size_t bufsz, int state, int type) in buf2str() argument
355 (void) memcpy(buf, buffer, bufsz); in buf2str()
/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c699 bpool_withdraw(char *buffer, size_t buff_size, size_t request_size) in bpool_withdraw() argument
752 (void) memcpy(node->abq_buffer, buffer, buff_size); in bpool_withdraw()
/illumos-gate/usr/src/cmd/banner/
H A Dbanner.c47 static struct bann buffer, *bp = &buffer; variable
/illumos-gate/usr/src/cmd/bhyve/
H A Datkbdc.c111 uint8_t buffer[FIFOSZ]; member
163 sc->kbd.buffer[sc->kbd.bwr] = val; in atkbdc_kbd_queue_data()
287 *buf = sc->kbd.buffer[sc->kbd.brd]; in atkbdc_dequeue_data()
H A Dcrc16.h37 crc16(uint16_t crc, const void *buffer, unsigned int len) in crc16() argument
39 const unsigned char *cp = buffer; in crc16()

12345678910>>...35