Home
last modified time | relevance | path

Searched refs:_status (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/ldns/
HDbuffer.c33 buffer->_status = LDNS_STATUS_OK; in ldns_buffer_new()
50 buffer->_status = LDNS_STATUS_MEM_ERR; in ldns_buffer_new_frm_data()
54 buffer->_status = LDNS_STATUS_OK; in ldns_buffer_new_frm_data()
70 buffer->_status = LDNS_STATUS_MEM_ERR; in ldns_buffer_set_capacity()
90 buffer->_status = LDNS_STATUS_MEM_ERR; in ldns_buffer_reserve()
115 buffer->_status = LDNS_STATUS_INTERNAL_ERR; in ldns_buffer_printf()
119 buffer->_status = LDNS_STATUS_MEM_ERR; in ldns_buffer_printf()
127 buffer->_status = LDNS_STATUS_INTERNAL_ERR; in ldns_buffer_printf()
HDdnssec_zone.c1614 buf._status = LDNS_STATUS_OK;
/dragonfly/contrib/binutils-2.34/binutils/
HDdwarf.h293 int _status; \
295 _val = read_leb128 (start, end, FALSE, &_len, &_status); \
299 _status |= 2; \
300 report_leb_status (_status); \
308 int _status; \
310 _val = read_leb128 (start, end, TRUE, &_len, &_status); \
314 _status |= 2; \
315 report_leb_status (_status); \
/dragonfly/contrib/tre/lib/
HDtre-stack.h68 reg_errcode_t _status; \
69 _status = tre_stack_push_ ## typetag(s, value); \
70 if (_status != REG_OK) \
71 return _status; \
/dragonfly/contrib/ldns/ldns/
HDbuffer.h70 ldns_status _status; member
412 buffer->_status = LDNS_STATUS_MEM_ERR; in ldns_buffer_write_chars()
453 buffer->_status = LDNS_STATUS_MEM_ERR; in ldns_buffer_write_char()
621 return buffer->_status; in ldns_buffer_status()
/dragonfly/sys/dev/virtual/virtio/scsi/
HDvirtio_scsivar.h190 #define vtscsi_set_ccb_status(_ccbh, _status, _mask) do { \ argument
194 (_ccbh)->status |= (_status); \
/dragonfly/contrib/openpam/include/security/
HDpam_appl.h75 int _status);
HDopenpam.h71 int _status);
/dragonfly/sys/netgraph7/bluetooth/l2cap/
HDng_l2cap_cmds.h109 #define _ng_l2cap_con_rsp(_m, _ident, _dcid, _scid, _result, _status) \ argument
130 c->param.status = htole16((_status)); \
/dragonfly/contrib/lvm2/dist/tools/
HDdmsetup.c1340 static int _status(int argc, char **argv, void *data) in _status() function
1359 return _process_all(argc, argv, 0, _status); in _status()
2518 return _status(argc, argv, data); in _ls()
2549 {"status", "[<device>] [--target <target_type>]", 0, 1, _status},
2550 {"table", "[<device>] [--target <target_type>] [--showkeys]", 0, 1, _status},
/dragonfly/contrib/lvm2/dist/lib/activate/
HDdev_manager.c303 static int _status(const char *name, const char *uuid,
308 static int _status(const char *name, const char *uuid, in _status() function
/dragonfly/sys/dev/netif/ath/ath/
HDif_athvar.h1226 #define ath_hal_setcapability(_ah, _cap, _param, _v, _status) \ argument
1227 ((*(_ah)->ah_setCapability)((_ah), (_cap), (_param), (_v), (_status)))