Home
last modified time | relevance | path

Searched defs:cmd_info (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dcmd.c86 rcmd(Cmd_info *cmd_info) in rcmd()
245 dcmd(Cmd_info *cmd_info) in dcmd()
281 xcmd(Cmd_info *cmd_info) in xcmd()
353 pcmd(Cmd_info *cmd_info) in pcmd()
379 mcmd(Cmd_info *cmd_info) in mcmd()
446 tcmd(Cmd_info *cmd_info) in tcmd()
517 qcmd(Cmd_info *cmd_info) in qcmd()
534 match(char *file, Cmd_info *cmd_info) in match()
554 cleanup(Cmd_info *cmd_info) in cleanup()
670 create_extract(ARFILE *a, int rawname, int f_len, Cmd_info *cmd_info) in create_extract()
[all …]
H A Dinc.h94 typedef struct cmd_info { struct
95 char *arnam; /* Archive file name */
96 int afd; /* fd for the archive file */
97 Elf *arf; /* Elf descriptor for the archive */
98 char *ponam; /* Position Name (-a, -b/-i) */
99 char **namv; /* Member names from command line */
100 int namc; /* # of member names in namv */
101 int opt_flgs; /* options */
102 Cmd_func *comfun; /* function to carry out command */
103 int modified; /* Set if need to write archive */
H A Dmain.c79 Cmd_info *cmd_info; in main() local
178 setup(int argc, char *argv[], Cmd_info *cmd_info) in setup()
364 setcom(Cmd_info *cmd_info, Cmd_func *fun) in setcom()
390 notfound(Cmd_info *cmd_info) in notfound()
H A Dfile.c139 getaf(Cmd_info *cmd_info) in getaf()
309 getfile(Cmd_info *cmd_info) in getfile()
1052 writefile(Cmd_info *cmd_info) in writefile()
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dmcs.h148 typedef struct cmd_info { struct
149 APlist *sh_groups; /* list of SHT_GROUP sections */
150 int no_of_append;
151 int no_of_delete;
152 int no_of_nulled;
153 int no_of_compressed;
154 int no_of_moved;
155 size_t str_size; /* size of string to be appended */
156 int ci_flags; /* Various flags */
H A Dfile.c75 each_file(char *cur_file, Cmd_Info *cmd_info) in each_file()
247 process_file(Elf *elf, char *cur_file, Cmd_Info *cmd_info) in process_file()
316 traverse_file(Elf *elf, GElf_Ehdr * ehdr, char *cur_file, Cmd_Info *cmd_info, in traverse_file()
681 build_file(Elf *src_elf, GElf_Ehdr *src_ehdr, Cmd_Info *cmd_info, in build_file()
1343 Cmd_Info *cmd_info) in copy_non_elf_to_temp_ar()
1521 initialize(int shnum, Cmd_Info *cmd_info, file_state_t *state) in initialize()
1555 post_process(Cmd_Info *cmd_info, file_state_t *state) in post_process()
H A Dmain.c60 Cmd_Info *cmd_info; in main() local
H A Dutils.c55 apply_action(section_info_table *info, char *cur_file, Cmd_Info *cmd_info) in apply_action()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_engine.c193 static struct cmd_info { struct
194 const char *name;
195 uint32_t flags;
196 CplMatchFn *complete_args_f;
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Dinfo.c59 cmd_info(int argc, char *argv[]) in cmd_info() function
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsghsc.c1223 bitcmd_info_t cmd_info, *cmd_infop = &cmd_info; in sghsc_scctl() local
/illumos-gate/usr/src/cmd/cmd-crypto/elfsign/
H A Delfsign.c98 } cmd_info; variable
/illumos-gate/usr/src/contrib/bhyve/sys/
H A Data.h618 u_int32_t cmd_info; /* cmd information */ member