/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_error.cpp | 41 #define get_src(ident) ((ident) == NULL ? NULL : (ident)->psource) argument 43 #define PUSH_MSG(ct, ident) \ argument 81 static char *__kmp_pragma(int ct, ident_t const *ident) { in __kmp_pragma() 114 ident_t const *ident // Construct ident. in __kmp_error_construct() 123 ident_t const *ident, // First construct ident. in __kmp_error_construct2() 193 void __kmp_push_parallel(int gtid, ident_t const *ident) { in __kmp_push_parallel() 212 void __kmp_check_workshare(int gtid, enum cons_type ct, ident_t const *ident) { in __kmp_check_workshare() 233 void __kmp_push_workshare(int gtid, enum cons_type ct, ident_t const *ident) { in __kmp_push_workshare() 250 __kmp_check_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint… 336 __kmp_push_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint3… [all …]
|
/freebsd/sys/netgraph/bluetooth/l2cap/ |
H A D | ng_l2cap_evnt.c | 360 static int ng_l2cap_process_cmd_urq(ng_l2cap_con_p con, uint8_t ident) in ng_l2cap_process_cmd_urq() 368 static int ng_l2cap_process_cmd_urs(ng_l2cap_con_p con, uint8_t ident) in ng_l2cap_process_cmd_urs() 382 ng_l2cap_process_cmd_rej(ng_l2cap_con_p con, u_int8_t ident) in ng_l2cap_process_cmd_rej() 456 ng_l2cap_process_con_req(ng_l2cap_con_p con, u_int8_t ident) in ng_l2cap_process_con_req() 520 ng_l2cap_process_con_rsp(ng_l2cap_con_p con, u_int8_t ident) in ng_l2cap_process_con_rsp() 643 ng_l2cap_process_cfg_req(ng_l2cap_con_p con, u_int8_t ident) in ng_l2cap_process_cfg_req() 776 ng_l2cap_process_cfg_rsp(ng_l2cap_con_p con, u_int8_t ident) in ng_l2cap_process_cfg_rsp() 930 ng_l2cap_process_discon_req(ng_l2cap_con_p con, u_int8_t ident) in ng_l2cap_process_discon_req() 1021 ng_l2cap_process_discon_rsp(ng_l2cap_con_p con, u_int8_t ident) in ng_l2cap_process_discon_rsp() 1090 ng_l2cap_process_echo_req(ng_l2cap_con_p con, u_int8_t ident) in ng_l2cap_process_echo_req() [all …]
|
H A D | ng_l2cap_misc.c | 454 ng_l2cap_new_cmd(ng_l2cap_con_p con, ng_l2cap_chan_p ch, u_int8_t ident, in ng_l2cap_new_cmd() 483 ng_l2cap_cmd_by_ident(ng_l2cap_con_p con, u_int8_t ident) in ng_l2cap_cmd_by_ident() 678 u_int8_t ident = con->ident + 1; in ng_l2cap_get_ident() local
|
H A D | ng_l2cap_var.h | 121 u_int8_t ident; /* last allocated ident */ member 151 u_int8_t ident; /* last L2CAP req. ident */ member 183 u_int8_t ident; /* L2CAP command ident */ member
|
H A D | ng_l2cap_cmds.c | 346 u_int8_t ident = ((arg2 >> 16) & 0xff); in ng_l2cap_process_command_timeout() local
|
/freebsd/sys/amd64/vmm/amd/ |
H A D | vmcb.c | 118 vmcb_access(struct svm_vcpu *vcpu, int write, int ident, uint64_t *val) in vmcb_access() 162 vmcb_read(struct svm_vcpu *vcpu, int ident, uint64_t *retval) in vmcb_read() 268 vmcb_write(struct svm_vcpu *vcpu, int ident, uint64_t val) in vmcb_write() 367 vmcb_seg(struct vmcb *vmcb, int ident, struct vmcb_segment *seg2) in vmcb_seg() 471 vmcb_getany(struct svm_vcpu *vcpu, int ident, uint64_t *val) in vmcb_getany() 487 vmcb_setany(struct svm_vcpu *vcpu, int ident, uint64_t val) in vmcb_setany() 535 vmcb_snapshot_any(struct svm_vcpu *vcpu, int ident, in vmcb_snapshot_any()
|
/freebsd/sys/sys/ |
H A D | ktr.h | 138 #define KTR_EFMT(egroup, ident, etype) \ argument 141 #define KTR_EVENT0(m, egroup, ident, etype, edat) \ argument 143 #define KTR_EVENT1(m, egroup, ident, etype, edat, a0, v0) \ argument 145 #define KTR_EVENT2(m, egroup, ident, etype, edat, a0, v0, a1, v1) \ argument 148 #define KTR_EVENT3(m, egroup, ident, etype, edat, a0, v0, a1, v1, a2, v2)\ argument 151 #define KTR_EVENT4(m, egroup, ident, etype, edat, \ argument 159 #define KTR_STATE0(m, egroup, ident, state) \ argument 161 #define KTR_STATE1(m, egroup, ident, state, a0, v0) \ argument 163 #define KTR_STATE2(m, egroup, ident, state, a0, v0, a1, v1) \ argument 165 #define KTR_STATE3(m, egroup, ident, state, a0, v0, a1, v1, a2, v2) \ argument [all …]
|
H A D | kernel.h | 261 #define C_SYSINIT(uniquifier, subsystem, order, func, ident) \ argument 276 #define C_SYSINIT(uniquifier, subsystem, order, func, ident) \ argument 287 #define SYSINIT(uniquifier, subsystem, order, func, ident) \ argument 294 #define C_SYSUNINIT(uniquifier, subsystem, order, func, ident) \ argument 304 #define SYSUNINIT(uniquifier, subsystem, order, func, ident) \ argument
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_clockdev.c | 42 int ident; /* type (byte1) and unit (byte0)*/ member 102 const int ident = getClockIdent(addr_sock); in clockdev_remove() local 129 const int ident = getClockIdent(addr_sock); in clockdev_update() local 177 const int ident = getClockIdent(addr_sock); in clockdev_lookup() local
|
/freebsd/sys/amd64/vmm/intel/ |
H A D | vmcs.c | 77 vmcs_field_encoding(int ident) in vmcs_field_encoding() 194 vmcs_getreg(struct vmcs *vmcs, int running, int ident, uint64_t *retval) in vmcs_getreg() 226 vmcs_setreg(struct vmcs *vmcs, int running, int ident, uint64_t val) in vmcs_setreg() 435 vmcs_getany(struct vmcs *vmcs, int running, int ident, uint64_t *val) in vmcs_getany() 451 vmcs_setany(struct vmcs *vmcs, int running, int ident, uint64_t val) in vmcs_setany() 467 vmcs_snapshot_reg(struct vmcs *vmcs, int running, int ident, in vmcs_snapshot_reg() 527 vmcs_snapshot_any(struct vmcs *vmcs, int running, int ident, in vmcs_snapshot_any()
|
/freebsd/contrib/tcpdump/ |
H A D | print-ascii.c | 103 hex_and_ascii_print_with_offset(netdissect_options *ndo, const char *ident, in hex_and_ascii_print_with_offset() 163 hex_and_ascii_print(netdissect_options *ndo, const char *ident, in hex_and_ascii_print() 174 const char *ident, const u_char *cp, u_int length, in hex_print_with_offset() 211 const char *ident, const u_char *cp, u_int length) in hex_print()
|
/freebsd/sys/kern/ |
H A D | kern_synch.c | 131 _sleep(const void *ident, struct lock_object *lock, int priority, in _sleep() argument 238 msleep_spin_sbt(const void * ident,struct mtx * mtx,const char * wmesg,sbintime_t sbt,sbintime_t pr,int flags) msleep_spin_sbt() argument 345 wakeup(const void * ident) wakeup() argument 365 wakeup_one(const void * ident) wakeup_one() argument 376 wakeup_any(const void * ident) wakeup_any() argument [all...] |
/freebsd/lib/libgeom/ |
H A D | geom_util.c | 179 g_get_ident(int fd, char *ident, size_t size) in g_get_ident() 200 g_get_name(const char *ident, char *name, size_t size) in g_get_name() 215 g_open_by_ident(const char *ident, int dowrite, char *name, size_t size) in g_open_by_ident()
|
/freebsd/lib/lib80211/ |
H A D | lib80211_regdomain.c | 61 struct ident { struct 62 const void *id; 63 void *p; 64 enum { DOMAIN, COUNTRY, FREQBAND } type;
|
/freebsd/contrib/smbfs/smbutil/ |
H A D | common.h | 3 #define iprintf(ident,args...) do { printf("%-" # ident "s", ""); \ argument
|
/freebsd/sys/dev/bwn/ |
H A D | if_bwn_pci.c | 154 const struct bwn_pci_device *ident; in bwn_pci_probe() local 171 const struct bwn_pci_device *ident; in bwn_pci_attach() local
|
/freebsd/usr.bin/gcore/ |
H A D | extern.h | 35 int (*ident)(int efd, pid_t pid, char *binfile); member
|
/freebsd/sys/dev/mwl/ |
H A D | if_mwl_pci.c | 102 const struct mwl_pci_ident *ident; in mwl_pci_lookup() local 113 const struct mwl_pci_ident *ident; in mwl_pci_probe() local
|
/freebsd/contrib/dma/ |
H A D | aliases_parse.y | 31 char *ident; member
|
/freebsd/sys/geom/label/ |
H A D | g_label_disk_ident.c | 46 char ident[DISK_IDENT_SIZE]; in g_label_disk_ident_taste() local
|
/freebsd/lib/libcasper/services/cap_syslog/ |
H A D | cap_syslog.c | 78 cap_openlog(cap_channel_t *chan, const char *ident, int logopt, int facility) in cap_openlog() 150 const char *ident; in slog_openlog() local
|
/freebsd/contrib/smbfs/lib/smb/ |
H A D | print.c | 57 char *ident, smbfh *fhp) in smb_smb_open_print_file()
|
/freebsd/contrib/kyua/engine/ |
H A D | atf_list.cpp | 185 const std::pair< std::string, std::string > ident = split_prop_line( in parse_atf_list() local
|
/freebsd/lib/libc/gen/ |
H A D | syslog.c | 405 openlog_unlocked(const char *ident, int logstat, int logfac) in openlog_unlocked() 423 openlog(const char *ident, int logstat, int logfac) in openlog()
|
/freebsd/contrib/ntp/libntp/ |
H A D | icom.c | 74 int ident, /* ICOM radio identifier */ in icom_freq()
|