Searched defs:action (Results 126 - 150 of 236) sorted by relevance

12345678910

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c248 struct sigaction action; /* POSIX sigaction data */ local
255 memset(&action, 0, sizeof(action));
256 action.sa_handler = SIG_IGN;
257 sigaction(SIGPIPE, &action, NULL);
/illumos-gate/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c738 xmlNodePtr root, resp, status, cmd, action; local
752 /* get the action node and make sure it is the reg-domain-events */
753 if ((action = xml_find_subnode(cmd, XML_ACTION)) == NULL) {
756 if ((action_str = (char *)xmlNodeGetContent(action)) == NULL)
780 * Parse the LDM_event for the ldom name and domain action. Then invokes
789 xmlNodePtr root, cmd, action, data, envelope, content; local
798 /* get the action such as bind-domain, unbind-domain, etc. */
801 if ((action = xml_find_subnode(cmd, XML_ACTION)) == NULL) {
804 if ((action_str = (char *)xmlNodeGetContent(action)) == NULL)
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dedit.c202 int tty_set(int fd, int action, struct termios *tty) argument
211 while(tcsetattr(fd, action, tty) == SYSERR)
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c423 * Set disc on given <event> to <action>
424 * If action==np, the current disc is returned
426 * If <event> is NULL, then return the event name after <action>
427 * If <event> is NULL, and <action> is NULL, return the first event
429 char *nv_setdisc(register Namval_t* np,register const char *event,Namval_t *action,register Namfun_t *fp) argument
449 if(!action)
452 event = (char*)action;
463 action = 0;
470 return((*fp->disc->setdisc)(np,event,action,fp));
484 return((*fp->disc->setdisc)(np,event,action,f
539 setdisc(register Namval_t* np,register const char *event,Namval_t *action,register Namfun_t *fp) argument
[all...]
/illumos-gate/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c1384 static int action = INITTAB_MSG_CHECK; local
1388 * the the cached result (stored in `action').
1390 switch (action) {
1395 action = INITTAB_MSG_RETURN;
1399 action = INITTAB_MSG_OUTPUT;
/illumos-gate/usr/src/lib/libelfsign/common/
H A Delfsignlib.c56 struct filesignatures *fssp, enum ES_ACTION action);
238 elfsign_begin(const char *filename, enum ES_ACTION action, ELFsign_t *essp) argument
252 switch (action) {
283 ess->es_action = action;
477 * IN: ess, fsspp, action
484 enum ES_ACTION action)
501 ES_ACTISUPDATE(action) ? "ES_UPDATE" : "ES_GET", elf_section);
533 if (ES_ACTISUPDATE(action) && (sig_scn == NULL)) {
632 if (ES_ACTISUPDATE(action)) {
653 (struct filesignatures *)data->d_buf, action); local
481 elfsign_signatures(ELFsign_t ess, struct filesignatures **fsspp, size_t *fslen, enum ES_ACTION action) argument
1193 elfsign_switch(ELFsign_t ess, struct filesignatures *fssp, enum ES_ACTION action) argument
1256 elfsign_buffer_len(ELFsign_t ess, size_t *ip, uchar_t *cp, enum ES_ACTION action) argument
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.c207 void eth_irq (irq_action_t action) argument
209 (*nic.irq)(&nic,action);
975 * action. This allows us reply to arp and igmp queryies.
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_frontend.c1132 struct sigaction action; local
1262 action.sa_handler = dozip;
1263 action.sa_flags = 0;
1264 (void) sigemptyset(&action.sa_mask);
1268 if (sigaction(SIGHUP, &action, NULL) < 0) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds.h279 actfun_t action; member in struct:lookup
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmInstallPrinter.java53 int action; field in class:pmInstallPrinter
96 public pmInstallPrinter(pmTop myTop, int action) throws pmGuiException { argument
102 this.action = action;
108 switch (action) {
281 if (action != Constants.MODIFYREMOTE) {
294 Debug.message("CLNT: default cancel action");
300 if (action == Constants.ADDLOCAL || action == Constants.ADDNETWORK) {
491 if (action !
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtrace.c1025 trace_add_del(const char *action, struct rt_entry *rt) argument
1032 action,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/
H A Dnwamadm.c1017 const char *action = NULL; local
1027 action = nwam_action_to_string
1102 action = nwam_action_to_string
1143 action = nwam_action_to_string
1155 if (object != NULL && action != NULL) {
1157 "%s -> action %s", object, action);
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h120 L_DECL(action); variable
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmm_common.c801 rmm_action_one(LibHalContext *hal_ctx, const char *name, action_t action, argument
818 switch (action) {
843 action_strings[action], dev_str, rmm_strerror(&error, -1));
847 switch (action) {
874 * top level action routine
880 rmm_action(LibHalContext *hal_ctx, const char *name, action_t action, argument
892 dprintf("rmm_action %s %s\n", name, action_strings[action]);
918 if ((action == EJECT) && !libhal_drive_requires_eject(d)) {
919 action = UNMOUNT;
922 /* per drive action */
[all...]
/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c593 int action; local
606 action = ACL_ADD;
611 action = ACL_STRIP;
613 action = ACL_DELETE;
614 if (action != ACL_STRIP) {
617 action = ACL_SLOT_DELETE;
629 action = ACL_REPLACE;
636 if ((action == ACL_REPLACE || action == ACL_ADD) && acl_spec[0] == '\0')
651 new_acl_args->acl_action = action;
1184 set_attr_args(f_attr_t attr, char action, char *attractptr) argument
1212 parse_entry(char *entry, char action, char atype, int len, char *attractptr) argument
1286 char action; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dinode.c211 ckinode(struct dinode *dp, struct inodesc *idesc, enum cki_action action) argument
240 return (ckinode_common(dp, idesc, action));
252 enum cki_action action)
290 if ((action == CKI_TRUNCATE) &&
351 action);
352 if ((action == CKI_TRUNCATE) &&
432 enum cki_action action)
548 n = iblock(idesc, ilevel, iblks, action);
563 if ((action == CKI_TRUNCATE) &&
580 if ((n & STOP) && (action !
251 ckinode_common(struct dinode *dp, struct inodesc *idesc, enum cki_action action) argument
431 iblock(struct inodesc *idesc, int ilevel, u_offset_t iblks, enum cki_action action) argument
[all...]
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dgeniconvtbl.c86 itm_place_t default_action; /* default action */
282 itm_place_t action; local
408 action = ist->default_action;
409 type = ((itm_tbl_hdr_t *)(ADDR(action)))->type;
411 ("escape seq (default action=%6p, "
413 action.itm_ptr, type));
424 action = direc->action;
425 type = ((itm_tbl_hdr_t *)(ADDR(action)))->type;
427 action
[all...]
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y252 collection action
253 | insert collection action
299 action: block label
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dmcs.h122 * Structure to hold action information
124 typedef struct action { struct
125 int a_action; /* Which action to take ? */
128 } action; typedef in typeref:struct:action
/illumos-gate/usr/src/cmd/krb5/kinit/
H A Dkinit.c159 action_type action; member in struct:k_opts
447 opts->action = INIT_KT;
459 opts->action = RENEW;
462 opts->action = VALIDATE;
556 (opts->action == VALIDATE) || opts->k5_cache_name))
574 (opts->action == INIT_KT) || (opts->action == RENEW))
640 if (opts->action == INIT_KT) {
751 if (opts->action == INIT_KT) {
990 if ((opts->action
[all...]
/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsvcadm.c496 * communicate whether the action is requested from a tty and the fmri of the
1328 const char *action)
1384 * - the restarter marking the action complete
1403 if (scf_pg_get_property(pg, action, prop) == -1) {
1407 action, SCF_TYPE_INTEGER) == -1)
1412 action, SCF_TYPE_INTEGER) == -1)
1449 scf_pg_restarter_actions, action);
1463 (void) printf(gettext("Action %s set for %s.\n"), action, fmri);
1897 set_fmri_action(void *action, scf_walkinfo_t *wip) argument
1910 set_inst_action(wip->fmri, wip->inst, action);
1327 set_inst_action(const char *fmri, const scf_instance_t *inst, const char *action) argument
[all...]
/illumos-gate/usr/src/cmd/tsol/tnd/
H A Dtnd.c106 static void rhtable_walk(void (*action)());
109 static void rhtable_walk_v6(void (*action)());
1877 rhtable_walk(void (*action)()) argument
1890 action(&rhent->rh_ent, AF_INET);
1902 rhtable_walk_v6(void (*action)()) argument
1915 action(&rhent->rh_ent, AF_INET6);
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_dump.c1126 char *action, *bname; local
1130 action = "tag";
1132 action = "untag";
1134 action = "none";
1136 (void *)vaddr, (void *)(vaddr + size), bname, action, count);
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dlun_map.c46 stmf_lu_t *lu, int action);
472 * action is 0 for delete, 1 for add
476 stmf_lu_t *lu, int action)
521 if (action == 0) { /* to remove */
475 stmf_update_sessions_per_ve(stmf_view_entry_t *ve, stmf_lu_t *lu, int action) argument
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwbcli.c140 claction_t *action; member in struct:cli_ent
517 (void) cliptr->action(cliptr, NULL, B_TRUE);
555 (void) cliptr->action(cliptr, NULL, B_TRUE);
579 switch (cliptr->action(cliptr, valstr, B_FALSE)) {
795 * Call the parameter's action function.
797 switch (cliptr->action(cliptr, valstr, !assign)) {

Completed in 149 milliseconds

12345678910