Searched refs:_status (Results 1 – 12 of 12) sorted by relevance
| /dragonfly/contrib/ldns/ |
| HD | buffer.c | 33 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()
|
| HD | dnssec_zone.c | 1614 buf._status = LDNS_STATUS_OK;
|
| /dragonfly/contrib/binutils-2.34/binutils/ |
| HD | dwarf.h | 293 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/ |
| HD | tre-stack.h | 68 reg_errcode_t _status; \ 69 _status = tre_stack_push_ ## typetag(s, value); \ 70 if (_status != REG_OK) \ 71 return _status; \
|
| /dragonfly/contrib/ldns/ldns/ |
| HD | buffer.h | 70 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/ |
| HD | virtio_scsivar.h | 190 #define vtscsi_set_ccb_status(_ccbh, _status, _mask) do { \ argument 194 (_ccbh)->status |= (_status); \
|
| /dragonfly/contrib/openpam/include/security/ |
| HD | pam_appl.h | 75 int _status);
|
| HD | openpam.h | 71 int _status);
|
| /dragonfly/sys/netgraph7/bluetooth/l2cap/ |
| HD | ng_l2cap_cmds.h | 109 #define _ng_l2cap_con_rsp(_m, _ident, _dcid, _scid, _result, _status) \ argument 130 c->param.status = htole16((_status)); \
|
| /dragonfly/contrib/lvm2/dist/tools/ |
| HD | dmsetup.c | 1340 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/ |
| HD | dev_manager.c | 303 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/ |
| HD | if_athvar.h | 1226 #define ath_hal_setcapability(_ah, _cap, _param, _v, _status) \ argument 1227 ((*(_ah)->ah_setCapability)((_ah), (_cap), (_param), (_v), (_status)))
|