Searched refs:cmdlist (Results 26 - 50 of 51) sorted by relevance

123

/freebsd-current/sys/netgraph/
H A Dng_ether.c214 .cmdlist = ng_ether_cmdlist,
H A Dng_source.c268 .cmdlist = ng_source_cmds,
H A Dng_vlan.c191 .cmdlist = ng_vlan_cmdlist,
H A Dng_macfilter.c250 .cmdlist = ng_macfilter_cmdlist
H A Dng_pred1.c172 .cmdlist = ng_pred1_cmds,
H A Dng_eiface.c119 .cmdlist = ng_eiface_cmdlist
H A Dng_patch.c171 .cmdlist = ng_patch_cmdlist,
H A Dng_iface.c203 .cmdlist = ng_iface_cmds,
H A Dng_ksocket.c499 .cmdlist = ng_ksocket_cmds,
H A Dng_bridge.c337 .cmdlist = ng_bridge_cmdlist,
H A Dng_pipe.c245 .cmdlist = ngp_cmds
H A Dng_nat.c278 .cmdlist = ng_nat_cmdlist,
H A Dng_car.c185 .cmdlist = ng_car_cmdlist,
H A Dng_base.c118 NULL, /* cmdlist */
2804 for (c = here->nd_type->cmdlist; c != NULL && c->name != NULL;
2884 for (c = here->nd_type->cmdlist;
H A Dnetgraph.h1082 const struct ng_cmdlist *cmdlist; /* commands we can convert */ member in struct:ng_type
H A Dng_l2tp.c329 .cmdlist = ng_l2tp_cmdlist,
H A Dng_pptpgre.c309 .cmdlist = ng_pptpgre_cmdlist,
H A Dng_ppp.c468 .cmdlist = ng_ppp_cmds,
/freebsd-current/sys/dev/usb/misc/
H A Dudbp.c197 .cmdlist = ng_udbp_cmdlist,
/freebsd-current/sbin/camcontrol/
H A Dcamcontrol.c10364 cam_cmd cmdlist; local
10369 cmdlist = CAM_CMD_NONE;
10380 optreturn = getoption(option_table,argv[1], &cmdlist, &arglist,&subopt);
10448 if ((cmdlist == CAM_CMD_RESCAN)
10449 || (cmdlist == CAM_CMD_RESET)
10450 || (cmdlist == CAM_CMD_DEVTREE)
10451 || (cmdlist == CAM_CMD_USAGE)
10452 || (cmdlist == CAM_CMD_DEBUG))
10595 switch(cmdlist) {
/freebsd-current/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c91 .cmdlist = ng_hci_cmdlist,
/freebsd-current/sys/netgraph/netflow/
H A Dng_netflow.c234 .cmdlist = ng_netflow_cmds,
/freebsd-current/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c249 .cmdlist = ng_ubt_cmdlist
/freebsd-current/bin/sh/
H A Dparser.c380 pipenode->npipe.cmdlist = lp;
H A Djobs.c1404 for (lp = n->npipe.cmdlist ; lp ; lp = lp->next) {

Completed in 426 milliseconds

123