/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_data.c | 46 unsigned char direct[ONMSZ] = variable 93 (unsigned char *)"directory", (unsigned char *)"dir", STRING, 0, 0, direct,
|
/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | dir.h | 27 * Each directory entry is a struct direct containing its file number, the 44 struct direct { struct 60 (((sizeof (struct direct) - (MAXNAMLEN+1) + ((dp)->d_namlen+1)) + 3) & ~3) 83 extern struct direct *readdir();
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | ufs_fsdir.h | 56 * a struct direct at the front of it, containing its inode number, 77 struct direct { struct 86 * the directory entry. This requires the amount of space in struct direct 92 ((sizeof (struct direct) - (MAXNAMLEN+1)) + (((dp)->d_namlen+1+3) &~ 3)) 97 * Should use struct direct's, but the name field
|
/illumos-gate/usr/src/lib/libast/common/sfio/ |
H A D | sfmove.c | 46 reg int direct; local 115 direct = 0; 133 /* direct transfer to a seekable write stream */ 136 direct = SF_WRITE; 148 direct = SF_STRING; 153 if(!direct) 187 if(!direct) 200 { if(direct == SF_WRITE)
|
/illumos-gate/usr/src/lib/librdc/common/ |
H A D | librdc.h | 55 char direct[NSC_MAXPATH]; member in struct:rdcconfig_s
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | dir.h | 49 * This header file provides BSD compatibility for DIR and direct structures. 53 * The BSD direct structure is similar (not identical) to the dirent 54 * structure. All fields of the direct structure can be obtained using 57 * is not. The BSD version of this routine returns a direct structure. 72 struct direct { struct 79 struct direct { struct 104 ((sizeof (struct direct) - sizeof ((dp)->d_name) + \ 141 #define direct64 direct 154 #define direct direct64 macro 160 extern struct direct *readdi [all...] |
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | dir.h | 56 * a struct direct at the front of it, containing its inode number, 77 struct direct struct 87 * the directory entry. This requires the amount of space in struct direct 93 ((sizeof (struct direct) - (MAXNAMLEN+1)) + (((dp)->d_namlen+1 + 3) &~ 3)) 98 * Should use struct direct's, but the name field 141 extern struct direct *readdir ();
|
H A D | ufs.h | 16 #define UFS_NDADDR 12 /* direct blocks */ 200 struct direct { struct
|
H A D | ufs2.h | 173 struct direct { struct
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | wait.c | 78 * cleanup operations along the way. If the direct flag is false (meaning 89 wait_remove(wait_info_t *wi, int direct) argument 125 if (!direct && !wi->wi_ignore) { 184 * behaviour on removal; similarly, the direct flag is passed through to a 192 wait_register(pid_t pid, const char *inst_fmri, int am_parent, int direct) argument 222 wait_remove(wi, direct);
|
/illumos-gate/usr/src/boot/include/ufs/ufs/ |
H A D | dir.h | 56 * a struct direct at the front of it, containing its inode number, 77 struct direct { struct 105 * the directory entry. This requires the amount of space in struct direct 112 ((__offsetof(struct direct, d_name) + \ 113 ((namlen)+1)*sizeof(((struct direct *)0)->d_name[0]) + 3) & ~3) 125 * Template for manipulating directories. Should use struct direct's,
|
/illumos-gate/usr/src/uts/common/io/aac/ |
H A D | aac_ioctl.c | 445 int direct = 0; local 537 direct |= B_READ; 541 direct |= B_WRITE; 558 (uintptr_t)addrlo, usge->bcount, direct, dev, 0, NULL,
|
/illumos-gate/usr/src/boot/lib/libz/ |
H A D | gzguts.h | 175 int direct; /* 0 if processing gzip, 1 if transparent */ member in struct:__anon107
|
/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | adt_token.c | 63 char *direct = NULL; local 65 if (label_to_str(label, &direct, M_INTERNAL, DEF_NAMES) != 0) { 69 (void) strlcpy(hex, direct, sizeof (hex)); 70 free(direct);
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | auto_subr.c | 177 dirinit(char *mntpnt, char *map, char *opts, int direct, char **stack, argument 203 * If it's a direct map then call dirinit 234 dir->dir_direct = direct;
|
/illumos-gate/usr/src/uts/common/inet/nca/ |
H A D | ncadoorhdr.h | 160 * the meta data specifiers direct/direct_len point to an array of ctag 180 * the meta data specifiers direct/direct_len point to a zero byte 192 * preempted connection), the meta data specifiers direct/direct_len 199 * connection), the meta data specifiers direct/direct_len point to a 235 uint8_t direct_type; /* direct specifier type */ 249 uint32_t direct_len; /* direct data specifier */ 250 nca_offset_t direct; /* offset into meta data area */ member in struct:nca_io2_s 257 * sockaddr, (header) data, direct data, and trailer data. 267 * direct_type/direct_len/direct, trailer_len/trailer members and is
|
H A D | nca.h | 1109 direct : 1; member in struct:connp_s 1231 struct nca_conn_s *direct; /* nca_conn_t to send recv data too */ member in struct:nca_conn_s 1457 #define IF_TCP_DIRECT_TO 0x0010 /* A TCP direct i/o, step 1 */ 1458 #define IF_TCP_DIRECT_FROM 0x0012 /* A TCP direct i/o, step 2 */ 1460 #define IF_TCP_DIRECT_CLOSE 0x001F /* A TCP direct i/o close */
|
/illumos-gate/usr/src/uts/common/io/dld/ |
H A D | dld_proto.c | 1348 dld_capab_direct_t *direct = data; local 1354 dls_rx_set(dsp, (dls_rx_t)direct->di_rx_cf, 1355 direct->di_rx_ch); 1357 direct->di_tx_df = (uintptr_t)str_mdata_fastpath_put; 1358 direct->di_tx_dh = dsp; 1359 direct->di_tx_cb_df = (uintptr_t)mac_client_tx_notify; 1360 direct->di_tx_cb_dh = dsp->ds_mch; 1361 direct->di_tx_fctl_df = (uintptr_t)mac_tx_is_flow_blocked; 1362 direct->di_tx_fctl_dh = dsp->ds_mch; 1512 * Don't enable direct callbac [all...] |
/illumos-gate/usr/src/uts/common/io/softmac/ |
H A D | softmac_fp.c | 230 dld_capab_direct_t *direct = data; local 242 sup->su_direct_rxinfo.slr_rx = (softmac_rx_t)direct->di_rx_cf; 243 sup->su_direct_rxinfo.slr_arg = direct->di_rx_ch; 245 direct->di_tx_df = (uintptr_t)softmac_fastpath_wput_data; 246 direct->di_tx_dh = sup; 247 direct->di_tx_fctl_df = (uintptr_t)softmac_tx_is_flow_blocked; 248 direct->di_tx_fctl_dh = sup; 249 direct->di_tx_cb_df = (uintptr_t)softmac_client_tx_notify; 250 direct->di_tx_cb_dh = sup; 271 * Don't enable direct callbac [all...] |
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon_subr.c | 2268 boolean_t direct; local 2334 error = sotpi_convert_sonode(so, newsp, &direct, &q, cr); 2359 error = (*fbfunc)(so->so_proto_handle, q, direct, so_quiesced_cb, 2389 rval = (*fbfunc)(nso->so_proto_handle, NULL, direct,
|
H A D | socktpi.c | 189 * Do direct function call to the transport layer below; this would 402 * make direct calls between sockfs and transport. 465 * If caller is interested in doing direct function call 469 * We turn off the direct interface when qualifications fail. 492 * Abort direct call interface if the module directly 503 /* Continue on without direct calls */ 1723 * direct interface on the listener, though 1913 * removed once we are confident that the direct sockets 4514 boolean_t direct; local 4520 direct 6431 sotpi_convert_sonode(struct sonode *so, struct sockparams *newsp, boolean_t *direct, queue_t **qp, struct cred *cr) argument [all...] |
/illumos-gate/usr/src/uts/common/io/ |
H A D | pm.c | 278 /* restart autopm on device released from direct pm */ 733 * pm_poll_cnt, if direct is non zero. 736 pm_free_entries(psce_t *pscep, int clone, int direct) argument 743 if (direct) { 771 int direct = 0; local 775 direct = 1; 776 pm_free_entries(pscep, clone, direct); 2430 * We want to know if any direct device of ours has
|
/illumos-gate/usr/src/cmd/cpio/ |
H A D | cpio.c | 8130 struct dirent *direct; local 8154 while ((direct = readdir(name)) != NULL) { 8158 if (strcmp(direct->d_name, ".") == 0 || 8159 strcmp(direct->d_name, "..") == 0) 8162 if (lstat(direct->d_name, &sbuf) == -1) { 8163 msg(ERRN, MSG1, direct->d_name); 8169 if (remove_dir(direct->d_name) == -1) { 8170 msg(ERRN, MSG2, direct->d_name); 8175 if (unlink(direct->d_name) == -1) { 8176 msg(ERRN, MSG3, direct [all...] |
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_if.c | 505 * If polling capability is enabled (which signifies direct 1397 * direct function call capabilities viz. ILL_CAPAB_DLD* 1962 * DLPI message exchange. However GLD also offers a direct function call 1969 * to enter the mac perimeter and then do the direct function calls into 2010 dld_capab_direct_t direct; local 2015 bzero(&direct, sizeof (direct)); 2016 direct.di_rx_cf = (uintptr_t)ip_input; 2017 direct.di_rx_ch = ill; 2019 rc = idc->idc_capab_df(idc->idc_capab_dh, DLD_CAPAB_DIRECT, &direct, [all...] |