Home
last modified time | relevance | path

Searched defs:at (Results 1 – 25 of 76) sorted by relevance

1234

/dflybsd-src/contrib/ldns/ldns/
H A Dbuffer.h257 ldns_buffer_at(const ldns_buffer *buffer, size_t at) in ldns_buffer_at()
306 ldns_buffer_remaining_at(const ldns_buffer *buffer, size_t at) in ldns_buffer_remaining_at()
335 ldns_buffer_available_at(const ldns_buffer *buffer, size_t at, size_t count) in ldns_buffer_available_at()
360 ldns_buffer_write_at(ldns_buffer *buffer, size_t at, const void *data, size_t count) in ldns_buffer_write_at()
386 ldns_buffer_write_string_at(ldns_buffer *buffer, size_t at, const char *str) in ldns_buffer_write_string_at()
425 ldns_buffer_write_u8_at(ldns_buffer *buffer, size_t at, uint8_t data) in ldns_buffer_write_u8_at()
465 ldns_buffer_write_u16_at(ldns_buffer *buffer, size_t at, uint16_t data) in ldns_buffer_write_u16_at()
490 ldns_buffer_write_u32_at(ldns_buffer *buffer, size_t at, uint32_t data) in ldns_buffer_write_u32_at()
516 ldns_buffer_read_at(const ldns_buffer *buffer, size_t at, void *data, size_t count) in ldns_buffer_read_at()
542 ldns_buffer_read_u8_at(const ldns_buffer *buffer, size_t at) in ldns_buffer_read_u8_at()
[all …]
/dflybsd-src/crypto/libressl/crypto/asn1/
H A Dasn1_types.c246 const struct asn1_type *at; in asn1_must_be_constructed() local
259 const struct asn1_type *at; in asn1_must_be_primitive() local
272 const struct asn1_type *at; in asn1_tag2charwidth() local
283 const struct asn1_type *at; in ASN1_tag2bit() local
294 const struct asn1_type *at; in ASN1_tag2str() local
H A Dtasn_dec.c645 const ASN1_TEMPLATE *at, *errat = NULL; in asn1_item_d2i_choice() local
742 const ASN1_TEMPLATE *seqat, *at; in asn1_item_d2i_sequence() local
1003 const ASN1_TEMPLATE *at) in asn1_template_stack_of_free()
1018 asn1_template_stack_of_d2i(ASN1_VALUE **pval, CBS *cbs, const ASN1_TEMPLATE *at, in asn1_template_stack_of_d2i()
1121 asn1_template_noexp_d2i(ASN1_VALUE **pval, CBS *cbs, const ASN1_TEMPLATE *at, in asn1_template_noexp_d2i()
1160 asn1_template_d2i(ASN1_VALUE **pval, CBS *cbs, const ASN1_TEMPLATE *at, in asn1_template_d2i()
1262 const ASN1_TEMPLATE *at) in ASN1_template_d2i()
H A Da_type.c235 ASN1_TYPE_set_int_octetstring(ASN1_TYPE *at, long num, const unsigned char *data, in ASN1_TYPE_set_int_octetstring()
266 ASN1_TYPE_get_int_octetstring(const ASN1_TYPE *at, long *num, unsigned char *data, in ASN1_TYPE_get_int_octetstring()
H A Dt_req.c176 ASN1_TYPE *at; in X509_REQ_print_ex() local
/dflybsd-src/sys/dev/misc/syscons/
H A Dscvtb.c42 #define vtb_wrap(vtb, at, offset) \ argument
146 sc_vtb_getc(sc_vtb_t *vtb, int at) in sc_vtb_getc()
155 sc_vtb_geta(sc_vtb_t *vtb, int at) in sc_vtb_geta()
164 sc_vtb_putc(sc_vtb_t *vtb, int at, int c, int a) in sc_vtb_putc()
245 sc_vtb_erase(sc_vtb_t *vtb, int at, int count, int c, int attr) in sc_vtb_erase()
274 sc_vtb_delete(sc_vtb_t *vtb, int at, int count, int c, int attr) in sc_vtb_delete()
301 sc_vtb_ins(sc_vtb_t *vtb, int at, int count, int c, int attr) in sc_vtb_ins()
H A Dscvgarndr.c212 draw_txtcharcursor(scr_stat *scp, int at, u_short c, u_short a, int flip) in draw_txtcharcursor()
273 vga_txtcursor(scr_stat *scp, int at, int blink, int on, int flip) in vga_txtcursor()
319 vga_txtblink(scr_stat *scp, int at, int flip) in vga_txtblink()
778 draw_pxlcursor_direct(scr_stat *scp, int at, int on, int flip) in draw_pxlcursor_direct()
831 draw_pxlcursor_packed(scr_stat *scp, int at, int on, int flip) in draw_pxlcursor_packed()
877 draw_pxlcursor_planar(scr_stat *scp, int at, int on, int flip) in draw_pxlcursor_planar()
928 vga_pxlcursor_direct(scr_stat *scp, int at, int blink, int on, int flip) in vga_pxlcursor_direct()
956 vga_pxlcursor_packed(scr_stat *scp, int at, int blink, int on, int flip) in vga_pxlcursor_packed()
984 vga_pxlcursor_planar(scr_stat *scp, int at, int blink, int on, int flip) in vga_pxlcursor_planar()
1012 vga_pxlblink_direct(scr_stat *scp, int at, int flip) in vga_pxlblink_direct()
[all …]
H A Dsckmsrndr.c429 draw_kmscursor(scr_stat *scp, int at, int on, int flip) in draw_kmscursor()
486 kms_cursor(scr_stat *scp, int at, int blink, int on, int flip) in kms_cursor()
513 kms_blink(scr_stat *scp, int at, int flip) in kms_blink()
/dflybsd-src/sys/dev/disk/sili/
H A Dsili_pm.c50 sili_pm_port_init(struct sili_port *ap, struct ata_port *at) in sili_pm_port_init()
62 struct ata_port *at; in sili_pm_port_probe() local
261 struct ata_port *at; in sili_pm_hardreset() local
414 struct ata_port *at; in sili_pm_softreset() local
577 struct ata_port *at; in sili_pm_check_good() local
H A Dsili_cam.c229 struct ata_port *at; in sili_cam_probe() local
511 struct ata_port *at; in sili_cam_probe_disk() local
623 struct ata_port *at; in sili_set_xfer() local
786 struct ata_port *at, *atx; in sili_xpt_action() local
1008 struct ata_port *at; in sili_xpt_scsi_disk_io() local
1375 struct ata_port *at; in sili_xpt_scsi_atapi_io() local
1529 sili_xpt_page_inquiry(struct sili_port *ap, struct ata_port *at, union ccb *ccb) in sili_xpt_page_inquiry()
H A Dsili.c120 struct ata_port *at; in sili_port_alloc() local
329 struct ata_port *at; in sili_port_reinit() local
487 struct ata_port *at; in sili_port_state_machine() local
734 sili_port_reset(struct sili_port *ap, struct ata_port *at, int hard) in sili_port_reset()
1044 struct ata_port *at; in sili_port_hardstop() local
1153 sili_port_signature(struct sili_port *ap, struct ata_port *at, u_int32_t sig) in sili_port_signature()
2318 sili_ata_get_xfer(struct sili_port *ap, struct ata_port *at) in sili_ata_get_xfer()
2457 struct ata_port *at; in sili_core_timeout() local
/dflybsd-src/usr.sbin/nscd/
H A Dagent.c69 register_agent(struct agent_table *at, struct agent *a) in register_agent()
93 find_agent(struct agent_table *at, const char *name, enum agent_type type) in find_agent()
110 destroy_agent_table(struct agent_table *at) in destroy_agent_table()
/dflybsd-src/usr.sbin/mfiutil/
H A Dmfi_patrol.c43 adapter_time(time_t now, uint32_t at_now, uint32_t at) in adapter_time()
52 mfi_get_time(int fd, uint32_t *at) in mfi_get_time()
85 uint32_t at; in show_patrol() local
253 uint32_t at, next_exec, exec_freq; in patrol_config() local
/dflybsd-src/sys/dev/disk/ahci/
H A Dahci_pm.c42 ahci_pm_port_init(struct ahci_port *ap, struct ata_port *at) in ahci_pm_port_init()
62 struct ata_port *at; in ahci_pm_port_probe() local
534 struct ata_port *at; in ahci_pm_hardreset() local
681 struct ata_port *at; in ahci_pm_softreset() local
910 struct ata_port *at; in ahci_pm_check_good() local
H A Dahci_cam.c240 struct ata_port *at; in ahci_cam_probe() local
517 struct ata_port *at; in ahci_cam_probe_disk() local
629 struct ata_port *at; in ahci_set_xfer() local
792 struct ata_port *at, *atx; in ahci_xpt_action() local
1029 struct ata_port *at; in ahci_xpt_scsi_disk_io() local
1444 struct ata_port *at; in ahci_xpt_scsi_atapi_io() local
1604 ahci_xpt_page_inquiry(struct ahci_port *ap, struct ata_port *at, union ccb *ccb) in ahci_xpt_page_inquiry()
H A Dahci.c244 struct ata_port *at; in ahci_port_alloc() local
/dflybsd-src/usr.bin/evtranalyze/
H A Dxml.h77 xml_attribute_init(xml_attribute_t at, const char *name, const char *value) in xml_attribute_init()
85 xml_attribute_set_value(xml_attribute_t at, const char *value) in xml_attribute_set_value()
92 xml_elem_set_attribute(xml_element_t el, xml_attribute_t at) in xml_elem_set_attribute()
H A Dxml.c112 xml_attribute_t at; in xml_elem_print() local
/dflybsd-src/sys/dev/drm/radeon/
H A Dcypress_dpm.h54 struct at { struct
75 bool ls_clock_gating; argument
/dflybsd-src/usr.sbin/pw/
H A Dbitmap.c93 int at = 0; in bm_firstunset() local
114 int at = 0; in bm_lastset() local
/dflybsd-src/sys/dev/acpica/Osd/
H A DOsdSchedule.c101 struct acpi_task *at; in acpi_task_thread() local
122 struct acpi_task *at; in AcpiOsExecute() local
/dflybsd-src/usr.bin/unifdef/
H A Dunifdef.c870 static Linetype op_strict(long *p, long v, Linetype at, Linetype bt) { in op_strict()
874 static Linetype op_lt(long *p, Linetype at, long a, Linetype bt, long b) { in op_lt()
877 static Linetype op_gt(long *p, Linetype at, long a, Linetype bt, long b) { in op_gt()
880 static Linetype op_le(long *p, Linetype at, long a, Linetype bt, long b) { in op_le()
883 static Linetype op_ge(long *p, Linetype at, long a, Linetype bt, long b) { in op_ge()
886 static Linetype op_eq(long *p, Linetype at, long a, Linetype bt, long b) { in op_eq()
889 static Linetype op_ne(long *p, Linetype at, long a, Linetype bt, long b) { in op_ne()
892 static Linetype op_or(long *p, Linetype at, long a, Linetype bt, long b) { in op_or()
897 static Linetype op_and(long *p, Linetype at, long a, Linetype bt, long b) { in op_and()
/dflybsd-src/contrib/nvi2/regex/
H A Dengine.c53 #define at sat macro
64 #define at lat macro
993 at(struct match *m, char *title, char *start, char *stop, sopno startst, in at() function
/dflybsd-src/sys/dev/raid/hpt27xx/
H A Dlist.h92 struct list_head *at = head->next; in __list_splice() local
/dflybsd-src/sys/dev/raid/hptrr/
H A Dlist.h94 struct list_head *at = head->next; in __list_splice() local

1234