Home
last modified time | relevance | path

Searched defs:sd (Results 1 – 25 of 148) sorted by relevance

123456

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_sd.c41 smb_sd_init(smb_sd_t *sd, uint8_t revision) in smb_sd_init()
54 smb_sd_term(smb_sd_t *sd) in smb_sd_term()
68 smb_sd_len(smb_sd_t *sd, uint32_t secinfo) in smb_sd_len()
97 smb_sd_get_secinfo(smb_sd_t *sd) in smb_sd_get_secinfo()
130 smb_sd_read(smb_request_t *sr, smb_sd_t *sd, uint32_t secinfo) in smb_sd_read()
160 smb_sd_write(smb_request_t *sr, smb_sd_t *sd, uint32_t secinfo) in smb_sd_write()
198 smb_sd_tofs(smb_sd_t *sd, smb_fssd_t *fs_sd) in smb_sd_tofs()
311 smb_sd_fromfs(smb_fssd_t *fs_sd, smb_sd_t *sd) in smb_sd_fromfs()
391 smb_sd_set_dacl(smb_sd_t *sd, smb_acl_t *acl, boolean_t present, int flags) in smb_sd_set_dacl()
409 smb_sd_set_sacl(smb_sd_t *sd, smb_acl_t *acl, boolean_t present, int flags) in smb_sd_set_sacl()
H A Dsmb_nt_transact_security.c62 smb_sd_t sd; in smb_nt_transact_query_security_info() local
155 smb_sd_t sd; in smb_nt_transact_set_security_info() local
226 smb_encode_sd(mbuf_chain_t *mbc, smb_sd_t *sd, uint32_t secinfo) in smb_encode_sd()
367 smb_decode_sd(mbuf_chain_t *mbc, smb_sd_t *sd) in smb_decode_sd()
H A Dsmb_nt_transact_create.c64 smb_sd_t sd; in smb_pre_nt_transact_create() local
126 smb_sd_t *sd = sr->arg.open.sd; in smb_post_nt_transact_create() local
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/
H A Dsym.c76 symmetric_device_probe(struct scsi_device *sd, struct scsi_inquiry *stdinq, in symmetric_device_probe()
111 symmetric_device_unprobe(struct scsi_device *sd, void *ctpriv) in symmetric_device_unprobe()
120 symmetric_path_activate(struct scsi_device *sd, char *pathclass, void *ctpriv) in symmetric_path_activate()
127 symmetric_path_deactivate(struct scsi_device *sd, char *pathclass, in symmetric_path_deactivate()
135 symmetric_path_get_opinfo(struct scsi_device *sd, in symmetric_path_get_opinfo()
152 symmetric_path_ping(struct scsi_device *sd, void *ctpriv) in symmetric_path_ping()
159 symmetric_analyze_sense(struct scsi_device *sd, in symmetric_analyze_sense()
H A Dtape.c57 tape_device_probe(struct scsi_device *sd, struct scsi_inquiry *inquiry, in tape_device_probe()
135 tape_device_unprobe(struct scsi_device *sd, void *ctpriv) in tape_device_unprobe()
145 tape_path_activate(struct scsi_device *sd, char *pathclass, void *ctpriv) in tape_path_activate()
152 tape_path_deactivate(struct scsi_device *sd, char *pathclass, void *ctpriv) in tape_path_deactivate()
159 tape_path_get_opinfo(struct scsi_device *sd, struct scsi_path_opinfo *opinfo, in tape_path_get_opinfo()
176 tape_path_ping(struct scsi_device *sd, void *ctpriv) in tape_path_ping()
183 tape_analyze_sense(struct scsi_device *sd, uint8_t *sense, in tape_analyze_sense()
H A Dtpgs.c59 std_device_probe(struct scsi_device *sd, struct scsi_inquiry *inq, in std_device_probe()
116 std_device_unprobe(struct scsi_device *sd, void *ctpriv) in std_device_unprobe()
125 std_activate_explicit(struct scsi_device *sd, int xlf_capable) in std_activate_explicit()
137 std_process_cmplt_pkt(struct scsi_device *sd, struct scsi_pkt *pkt, in std_process_cmplt_pkt()
231 std_path_activate(struct scsi_device *sd, char *pathclass, in std_path_activate()
372 static int std_path_deactivate(struct scsi_device *sd, char *pathclass, in std_path_deactivate()
380 std_path_get_opinfo(struct scsi_device *sd, struct scsi_path_opinfo *opinfo, in std_path_get_opinfo()
421 static int std_path_ping(struct scsi_device *sd, void *ctpriv) in std_path_ping()
434 std_analyze_sense(struct scsi_device *sd, uint8_t *sense, in std_analyze_sense()
H A Dsym_hds.c143 hds_sym_device_probe(struct scsi_device *sd, struct scsi_inquiry *stdinq, in hds_sym_device_probe()
213 hds_sym_device_unprobe(struct scsi_device *sd, void *ctpriv) in hds_sym_device_unprobe()
228 hds_get_inquiry_vpd_page(struct scsi_device *sd, unsigned char page, in hds_get_inquiry_vpd_page()
278 hds_sym_get_opinfo(struct scsi_device *sd, struct scsi_path_opinfo *opinfo, in hds_sym_get_opinfo()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_sd.c59 smb_sd_init(smb_sd_t *sd, uint8_t revision) in smb_sd_init()
72 smb_sd_term(smb_sd_t *sd) in smb_sd_term()
86 smb_sd_len(smb_sd_t *sd, uint32_t secinfo) in smb_sd_len()
112 smb_sd_get_secinfo(smb_sd_t *sd) in smb_sd_get_secinfo()
195 smb_sd_read(char *path, smb_sd_t *sd, uint32_t secinfo) in smb_sd_read()
251 smb_sd_write(char *path, smb_sd_t *sd, uint32_t secinfo) in smb_sd_write()
280 smb_sd_tofs(smb_sd_t *sd, smb_fssd_t *fs_sd) in smb_sd_tofs()
369 smb_sd_fromfs(smb_fssd_t *fs_sd, smb_sd_t *sd) in smb_sd_fromfs()
449 smb_sd_set_dacl(smb_sd_t *sd, smb_acl_t *acl, boolean_t present, int flags) in smb_sd_set_dacl()
467 smb_sd_set_sacl(smb_sd_t *sd, smb_acl_t *acl, boolean_t present, int flags) in smb_sd_set_sacl()
/illumos-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confsubr.c42 #define FILL_SCSI1_LUN(sd, pkt) \ argument
357 scsi_slave(struct scsi_device *sd, int (*callback)()) in scsi_slave()
442 scsi_unslave(struct scsi_device *sd) in scsi_unslave()
454 scsi_unprobe(struct scsi_device *sd) in scsi_unprobe()
616 struct scsi_device *sd; in scsi_test_ereport_post() local
945 struct scsi_device *sd; in scsi_test() local
1372 #define DEVP_TO_TRAN(sd) ((sd)->sd_tran_safe) argument
1518 create_inquiry_props(struct scsi_device *sd) in create_inquiry_props()
1612 scsi_device_hba_private_get(struct scsi_device *sd) in scsi_device_hba_private_get()
1629 scsi_check_ss2_LUN_limit(struct scsi_device *sd) in scsi_check_ss2_LUN_limit()
[all …]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/lmrc/
H A Dlmrc_scsa.c77 struct scsi_device *sd = scsi_address_device(sa); in lmrc_getcap() local
132 struct scsi_device *sd = scsi_address_device(sa); in lmrc_setcap() local
189 scsi_hba_tran_t *hba_tran, struct scsi_device *sd) in lmrc_tran_tgt_init()
210 scsi_hba_tran_t *hba_tran, struct scsi_device *sd) in lmrc_tran_tgt_free()
231 struct scsi_device *sd; in lmrc_tran_start() local
497 struct scsi_device *sd = scsi_address_device(sa); in lmrc_tran_abort() local
560 struct scsi_device *sd = scsi_address_device(sa); in lmrc_tran_reset() local
624 struct scsi_device *sd; in lmrc_tran_setup_pkt() local
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dlibmilter.h124 # define ValidSocket(sd) ((sd) >= 0) argument
181 # define FD_RD_INIT(sd, rds, excs) \ argument
186 # define FD_WR_INIT(sd, wrs) \ argument
191 # define FD_IS_RD_EXC(sd, rds, excs) \ argument
194 # define FD_IS_WR_RDY(sd, wrs) \ argument
197 # define FD_IS_RD_RDY(sd, rds, excs) \ argument
200 # define FD_WR_READY(sd, excs, timeout) \ argument
203 # define FD_RD_READY(sd, rds, excs, timeout) \ argument
214 # define FD_RD_INIT(sd, rds, excs) \ argument
220 # define FD_WR_INIT(sd, wrs) \ argument
[all …]
H A Dcomm.c59 mi_rd_cmd(sd, timeout, cmd, rlen, name) in mi_rd_cmd() argument
320 mi_wr_cmd(sd, timeout, cmd, buf, len) in mi_wr_cmd() argument
/illumos-gate/usr/src/stand/lib/sock/
H A Dsock_test.c155 st_local_socket_close(int sd) in st_local_socket_close()
165 st_local_accept(int sd, struct sockaddr *addr, socklen_t *addr_len) in st_local_accept()
175 st_local_bind(int sd, const struct sockaddr *name, socklen_t namelen) in st_local_bind()
195 st_local_listen(int sd, int backlog) in st_local_listen()
205 st_local_send(int sd, const void *msg, size_t len, int flags) in st_local_send()
215 st_local_sendto(int sd, const void *msg, size_t len, int flags, in st_local_sendto()
226 st_local_recv(int sd, void *buf, size_t len, int flags) in st_local_recv()
236 st_local_recvfrom(int sd, void *buf, size_t len, int flags, in st_local_recvfrom()
258 st_local_getsockopt(int sd, int level, int option, void *optval, in st_local_getsockopt()
269 st_local_setsockopt(int sd, int level, int option, const void *optval, in st_local_setsockopt()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_strio.c49 str_data_t *sd = io->io_data; in strio_read() local
65 str_data_t *sd = io->io_data; in strio_seek() local
95 str_data_t *sd = io->io_data; in strio_close() local
128 str_data_t *sd = mdb_alloc(sizeof (str_data_t), UM_SLEEP); in mdb_strio_create() local
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt_hba.c23 scsi_hba_tran_t *hba_tran, struct scsi_device *sd) in smrt_ctrl_tran_tgt_init()
70 scsi_hba_tran_t *hba_tran, struct scsi_device *sd) in smrt_logvol_tran_tgt_init()
145 scsi_hba_tran_t *hba_tran, struct scsi_device *sd) in smrt_logvol_tran_tgt_free()
169 scsi_hba_tran_t *hba_tran, struct scsi_device *sd) in smrt_phys_tran_tgt_init()
258 scsi_hba_tran_t *hba_tran, struct scsi_device *sd) in smrt_phys_tran_tgt_free()
295 struct scsi_device *sd; in smrt_tran_setup_pkt() local
446 struct scsi_device *sd; in smrt_tran_start() local
665 struct scsi_device *sd; in smrt_tran_reset() local
794 struct scsi_device *sd; in smrt_tran_abort() local
1155 struct scsi_device *sd; in smrt_getcap() local
/illumos-gate/usr/src/uts/common/io/rtw/
H A Dsmc93cx6var.h88 #define SEEPROM_INB(sd) \ argument
96 #define SEEPROM_OUTB(sd, value) { \ argument
107 #define SEEPROM_STATUS_INB(sd) \ argument
115 #define SEEPROM_DATA_INB(sd) \ argument
H A Dsmc93cx6.c73 #define CLOCK_PULSE(sd, rdy) { \ argument
94 read_seeprom(sd, buf, start_addr, count) in read_seeprom() argument
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_fm.c50 scsi_fm_init(struct scsi_device *sd) in scsi_fm_init()
81 scsi_fm_fini(struct scsi_device *sd) in scsi_fm_fini()
94 scsi_fm_ereport_post(struct scsi_device *sd, int path_instance, in scsi_fm_ereport_post()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_sd.c110 smb_sd_t sd; in srvsvc_sd_set() local
152 smb_sd_t sd; in srvsvc_sd_get() local
191 srvsvc_sd_get_autohome(const smb_share_t *si, smb_sd_t *sd) in srvsvc_sd_get_autohome()
268 srvsvc_sd_set_relative(smb_sd_t *sd, uint8_t *sdbuf) in srvsvc_sd_set_relative()
425 srvsvc_sd_set_absolute(uint8_t *sdbuf, smb_sd_t *sd) in srvsvc_sd_set_absolute()
/illumos-gate/usr/src/cmd/mdb/common/modules/specfs/
H A Dspecfs.c122 snode_cb(uintptr_t addr, const struct snode *snode, snode_cbdata_t *sd) in snode_cb()
167 snode_cbdata_t sd; in snode() local
215 snode_cbdata_t sd; in major2snode() local
234 snode_cbdata_t sd; in dev2snode() local
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dacl_api.c175 smbfs_acl_setsd(int fd, uint32_t selector, i_ntsd_t *sd) in smbfs_acl_setsd()
213 i_ntsd_t *sd = NULL; in smbfs_acl_get() local
282 i_ntsd_t *sd = NULL; in smbfs_acl_set() local
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_ip_route.c71 mibget(int sd) in mibget()
234 int sd; in get_ip_route() local
434 int sd; in find_best_server_int() local
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlldiv.c40 lldiv_t sd; in lldiv() local
/illumos-gate/usr/src/contrib/bhyve/x86/
H A Dsegments.h89 #define USD_GETBASE(sd) (((sd)->sd_lobase) | (sd)->sd_hibase << 24) argument
90 #define USD_SETBASE(sd, b) (sd)->sd_lobase = (b); \ argument
92 #define USD_GETLIMIT(sd) (((sd)->sd_lolimit) | (sd)->sd_hilimit << 16) argument
93 #define USD_SETLIMIT(sd, l) (sd)->sd_lolimit = (l); \ argument
115 struct segment_descriptor sd; member
139 struct user_segment_descriptor sd; member
/illumos-gate/usr/src/boot/sys/x86/include/
H A Dsegments.h88 #define USD_GETBASE(sd) (((sd)->sd_lobase) | (sd)->sd_hibase << 24) argument
89 #define USD_SETBASE(sd, b) (sd)->sd_lobase = (b); \ argument
91 #define USD_GETLIMIT(sd) (((sd)->sd_lolimit) | (sd)->sd_hilimit << 16) argument
92 #define USD_SETLIMIT(sd, l) (sd)->sd_lolimit = (l); \ argument
114 struct segment_descriptor sd; member
138 struct user_segment_descriptor sd; member

123456